From 2c18a9708ca8d153d4c53441b12b6c272f17d88c Mon Sep 17 00:00:00 2001 From: AWS CDK Team Date: Wed, 10 Apr 2024 20:19:46 +0000 Subject: [PATCH 1/2] chore(release): 2.137.0 --- CHANGELOG.v2.alpha.md | 7 +++++++ CHANGELOG.v2.md | 22 ++++++++++++++++++++++ version.v2.json | 4 ++-- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.v2.alpha.md b/CHANGELOG.v2.alpha.md index fb7bf38ee141a..735b0f999e0c4 100644 --- a/CHANGELOG.v2.alpha.md +++ b/CHANGELOG.v2.alpha.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.137.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.136.1-alpha.0...v2.137.0-alpha.0) (2024-04-10) + + +### Bug Fixes + +* **integ-tests:** `httpApiCall.expect` with resolved URL ([#29705](https://github.com/aws/aws-cdk/issues/29705)) ([49b4aa1](https://github.com/aws/aws-cdk/commit/49b4aa1e22062a3183dce7092e740af49fa951bf)), closes [#29700](https://github.com/aws/aws-cdk/issues/29700) [#29701](https://github.com/aws/aws-cdk/issues/29701) + ## [2.136.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.136.0-alpha.0...v2.136.1-alpha.0) (2024-04-09) ## [2.136.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.135.0-alpha.0...v2.136.0-alpha.0) (2024-04-06) diff --git a/CHANGELOG.v2.md b/CHANGELOG.v2.md index 22ac37b76807f..abec1b5014eaf 100644 --- a/CHANGELOG.v2.md +++ b/CHANGELOG.v2.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.137.0](https://github.com/aws/aws-cdk/compare/v2.136.1...v2.137.0) (2024-04-10) + + +### Features + +* **assertions:** add stack tagging assertions ([#29247](https://github.com/aws/aws-cdk/issues/29247)) ([72f189d](https://github.com/aws/aws-cdk/commit/72f189d3287313a03b1a73a03cb098340f7b2530)), closes [#27620](https://github.com/aws/aws-cdk/issues/27620) +* **cloudfront:** adding support for inline KeyValueStore sources ([#29419](https://github.com/aws/aws-cdk/issues/29419)) ([5675010](https://github.com/aws/aws-cdk/commit/56750107ab1946d3ff0842b3615c5f37c4bc719f)), closes [#29204](https://github.com/aws/aws-cdk/issues/29204) +* **ec2:** `NatInstanceProviderV2` improvements ([#29729](https://github.com/aws/aws-cdk/issues/29729)) ([4eb02a4](https://github.com/aws/aws-cdk/commit/4eb02a4692f87cd9c2cea9aec6d67a25d23ba9f7)), closes [#29720](https://github.com/aws/aws-cdk/issues/29720) +* **elasticloadbalancingv2:** application load balancer attributes ([#29586](https://github.com/aws/aws-cdk/issues/29586)) ([067c4a5](https://github.com/aws/aws-cdk/commit/067c4a5740dfdcc6c383b85bbbe65798e02b2431)), closes [#29585](https://github.com/aws/aws-cdk/issues/29585) + + +### Bug Fixes + +* **appsync:** source api association does not depend on schema ([#29455](https://github.com/aws/aws-cdk/issues/29455)) ([92a160b](https://github.com/aws/aws-cdk/commit/92a160bb0a2c6ca528fc3f4e3ca036d0c70e6ca5)), closes [#29044](https://github.com/aws/aws-cdk/issues/29044) +* **s3-deployment:** `BucketDeployment` fails when bootstrap stack's `StagingBucket` is encrypted with customer managed KMS key ([#29540](https://github.com/aws/aws-cdk/issues/29540)) ([0b429fb](https://github.com/aws/aws-cdk/commit/0b429fb80e7820afb606d5424476444940166ade)), closes [#25100](https://github.com/aws/aws-cdk/issues/25100) [#25100](https://github.com/aws/aws-cdk/issues/25100) [#25100](https://github.com/aws/aws-cdk/issues/25100) +* **sns:** contentBasedDeduplication is always false for imported topic ([#29542](https://github.com/aws/aws-cdk/issues/29542)) ([4a9e683](https://github.com/aws/aws-cdk/commit/4a9e68311018a42bc5961646dda4be6861f916a5)), closes [#29532](https://github.com/aws/aws-cdk/issues/29532) + + +### Reverts + +* "chore(ec2): update WindowsVersions enum" ([#29737](https://github.com/aws/aws-cdk/issues/29737)) ([ccc63cf](https://github.com/aws/aws-cdk/commit/ccc63cf641c0b27fbbe50ded175b194d698006da)), closes [aws/aws-cdk#29435](https://github.com/aws/aws-cdk/issues/29435) [#29736](https://github.com/aws/aws-cdk/issues/29736) + ## [2.136.1](https://github.com/aws/aws-cdk/compare/v2.136.0...v2.136.1) (2024-04-09) diff --git a/version.v2.json b/version.v2.json index 34cc5b570a819..c0e2e15211bf5 100644 --- a/version.v2.json +++ b/version.v2.json @@ -1,4 +1,4 @@ { - "version": "2.136.1", - "alphaVersion": "2.136.1-alpha.0" + "version": "2.137.0", + "alphaVersion": "2.137.0-alpha.0" } \ No newline at end of file From 2c058ad07b4303e0c918524d8db8d5440951fdab Mon Sep 17 00:00:00 2001 From: GZ Date: Wed, 10 Apr 2024 14:04:31 -0700 Subject: [PATCH 2/2] Update CHANGELOG.v2.md --- CHANGELOG.v2.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.v2.md b/CHANGELOG.v2.md index abec1b5014eaf..2492d8dc5d974 100644 --- a/CHANGELOG.v2.md +++ b/CHANGELOG.v2.md @@ -20,10 +20,6 @@ All notable changes to this project will be documented in this file. See [standa * **sns:** contentBasedDeduplication is always false for imported topic ([#29542](https://github.com/aws/aws-cdk/issues/29542)) ([4a9e683](https://github.com/aws/aws-cdk/commit/4a9e68311018a42bc5961646dda4be6861f916a5)), closes [#29532](https://github.com/aws/aws-cdk/issues/29532) -### Reverts - -* "chore(ec2): update WindowsVersions enum" ([#29737](https://github.com/aws/aws-cdk/issues/29737)) ([ccc63cf](https://github.com/aws/aws-cdk/commit/ccc63cf641c0b27fbbe50ded175b194d698006da)), closes [aws/aws-cdk#29435](https://github.com/aws/aws-cdk/issues/29435) [#29736](https://github.com/aws/aws-cdk/issues/29736) - ## [2.136.1](https://github.com/aws/aws-cdk/compare/v2.136.0...v2.136.1) (2024-04-09)