From 47f53c224457db2f504810a14bf7107d4b86c37f Mon Sep 17 00:00:00 2001 From: GZ Date: Fri, 8 Mar 2024 14:09:42 -0800 Subject: [PATCH] fix(changelog): remove revert commits from changelog --- CHANGELOG.v2.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.v2.md b/CHANGELOG.v2.md index e678e6b5c7bd5..98fcef35a476f 100644 --- a/CHANGELOG.v2.md +++ b/CHANGELOG.v2.md @@ -33,8 +33,6 @@ All notable changes to this project will be documented in this file. See [standa * **lambda-nodejs:** support bundling aws-sdk as part of the bundled code asset ([#29207](https://github.com/aws/aws-cdk/issues/29207)) ([2378635](https://github.com/aws/aws-cdk/commit/2378635ae278eb4c2f05ef1302c8737009022dc8)), closes [#25492](https://github.com/aws/aws-cdk/issues/25492) [#25492](https://github.com/aws/aws-cdk/issues/25492) * **rds:** `DatabaseCluster.instanceEndpoints` doesn't include writer endpoint ([#29337](https://github.com/aws/aws-cdk/issues/29337)) ([ca59616](https://github.com/aws/aws-cdk/commit/ca596161e931d456e497bff762a19dca712d99f4)), closes [#29279](https://github.com/aws/aws-cdk/issues/29279) * **rds:** incorrect error message for rds proxies ([#29404](https://github.com/aws/aws-cdk/issues/29404)) ([2dbb381](https://github.com/aws/aws-cdk/commit/2dbb38174c7d5d74e2b78e227f29699f9dab1dca)), closes [#29402](https://github.com/aws/aws-cdk/issues/29402) -* **s3:** incorrect account used for S3 event source mapping ([#29365](https://github.com/aws/aws-cdk/issues/29365)) ([61ac788](https://github.com/aws/aws-cdk/commit/61ac788690f4f5b29fd1a5d2c2b88771d4369b1a)) -* **s3:** revert incorrect account used for S3 event source mapping ([#29405](https://github.com/aws/aws-cdk/issues/29405)) ([ba41996](https://github.com/aws/aws-cdk/commit/ba41996939a4c0b06e954c7de7232adef4ce78f5)), closes [aws/aws-cdk#29365](https://github.com/aws/aws-cdk/issues/29365) * **spec2cdk:** use modern type when building tag type ([#29389](https://github.com/aws/aws-cdk/issues/29389)) ([3fb0254](https://github.com/aws/aws-cdk/commit/3fb0254552c73e3467aeaee107423364206bca4e)) * **sqs:** `redrivePermission` is set to `byQueue` no matter what value is specified ([#29130](https://github.com/aws/aws-cdk/issues/29130)) ([aa8484a](https://github.com/aws/aws-cdk/commit/aa8484a154baea87f223c4b22135f3a845b836b3)), closes [#29129](https://github.com/aws/aws-cdk/issues/29129) [#29129](https://github.com/aws/aws-cdk/issues/29129) * **stepfunctions:** maxConcurrency does not support JsonPath ([#29330](https://github.com/aws/aws-cdk/issues/29330)) ([b19f822](https://github.com/aws/aws-cdk/commit/b19f8221e2f71fa0159c77d67a183f3103f440b3)), closes [#20835](https://github.com/aws/aws-cdk/issues/20835) [#20279](https://github.com/aws/aws-cdk/issues/20279)