Skip to content

Commit 26cb806

Browse files
chore(release): 2.209.0 (#35159)
Replacement for #35155, which was closed due to stuck workflows (see #35155 (comment)).
1 parent 259e41e commit 26cb806

File tree

686 files changed

+87391
-12429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

686 files changed

+87391
-12429
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
jobs:
22-
build:
22+
pr-build:
2323
if: github.repository != 'aws/aws-cdk'
2424
runs-on: aws-cdk_ubuntu-latest_32-core
2525

.mergify.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ queue_rules:
1919
- "#changes-requested-reviews-by=0"
2020
- status-success~=AWS CodeBuild us-east-1
2121
- status-success=validate-pr
22+
- status-success=build
2223
commit_message_template: |-
2324
{{ title }} (#{{ number }})
2425
{{ body }}
@@ -39,6 +40,7 @@ queue_rules:
3940
- "#changes-requested-reviews-by=0"
4041
- status-success~=AWS CodeBuild us-east-1
4142
- status-success=validate-pr
43+
- status-success=build
4244
commit_message_template: |-
4345
{{ title }} (#{{ number }})
4446
{{ body }}
@@ -58,6 +60,7 @@ queue_rules:
5860
- "#changes-requested-reviews-by=0"
5961
- status-success~=AWS CodeBuild us-east-1
6062
- status-success=validate-pr
63+
- status-success=build
6164
commit_message_template: |-
6265
{{ title }} (#{{ number }})
6366
{{ body }}
@@ -90,6 +93,7 @@ pull_request_rules:
9093
- "#changes-requested-reviews-by=0"
9194
- status-success~=AWS CodeBuild us-east-1
9295
- status-success=validate-pr
96+
- status-success=build
9397
- name: automatic priority merge
9498
actions:
9599
comment:
@@ -111,6 +115,7 @@ pull_request_rules:
111115
- "#changes-requested-reviews-by=0"
112116
- status-success~=AWS CodeBuild us-east-1
113117
- status-success=validate-pr
118+
- status-success=build
114119
- name: automatic merge (2+ approvers)
115120
actions:
116121
comment:
@@ -132,6 +137,7 @@ pull_request_rules:
132137
- "#changes-requested-reviews-by=0"
133138
- status-success~=AWS CodeBuild us-east-1
134139
- status-success=validate-pr
140+
- status-success=build
135141
- name: automatic merge (no-squash)
136142
actions:
137143
comment:
@@ -153,6 +159,7 @@ pull_request_rules:
153159
- "#changes-requested-reviews-by=0"
154160
- status-success~=AWS CodeBuild us-east-1
155161
- status-success=validate-pr
162+
- status-success=build
156163
- name: remove stale reviews
157164
actions:
158165
dismiss_reviews:
@@ -193,6 +200,7 @@ pull_request_rules:
193200
- "#changes-requested-reviews-by=0"
194201
- status-success~=AWS CodeBuild us-east-1
195202
- status-success=validate-pr
203+
- status-success=build
196204
priority_rules:
197205
- name: priority for queue `default-merge`
198206
conditions:

CHANGELOG.v2.alpha.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
## [2.209.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.208.0-alpha.0...v2.209.0-alpha.0) (2025-08-05)
6+
57
## [2.208.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.207.0-alpha.0...v2.208.0-alpha.0) (2025-07-29)
68

79

CHANGELOG.v2.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
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.
44

5+
## [2.209.0](https://github.com/aws/aws-cdk/compare/v2.208.0...v2.209.0) (2025-08-05)
6+
7+
8+
### Features
9+
10+
* **ecs:** add support for native blue/green deployments in ECS L2 ([#35061](https://github.com/aws/aws-cdk/issues/35061)) ([3723aca](https://github.com/aws/aws-cdk/commit/3723acab5e97b92a8be5cbeb1bc950469d614050)), closes [#35010](https://github.com/aws/aws-cdk/issues/35010)
11+
* add new field to feature flag report ([#35108](https://github.com/aws/aws-cdk/issues/35108)) ([8bff8f9](https://github.com/aws/aws-cdk/commit/8bff8f9ba540a28596fe150cef83b5da6f501c2e))
12+
* **inferenceprofiles:** add inference and cross-region inference pro… ([#35048](https://github.com/aws/aws-cdk/issues/35048)) ([87770ef](https://github.com/aws/aws-cdk/commit/87770efbe2edc7b923c0a63e7c78fe6fe030f0b8))
13+
* deprecating delete existing field in ARecord ([#35039](https://github.com/aws/aws-cdk/issues/35039)) ([49b2627](https://github.com/aws/aws-cdk/commit/49b26273a3c549ba56b22a3c0d86fa95c06d909b)), closes [#34230](https://github.com/aws/aws-cdk/issues/34230)
14+
* **s3-tables:** add L2 construct support for Table and Namespace resources ([#35023](https://github.com/aws/aws-cdk/issues/35023)) ([576c9ec](https://github.com/aws/aws-cdk/commit/576c9ecb6dd618f0cba497306e29fb44a0ce33a8)), closes [#33054](https://github.com/aws/aws-cdk/issues/33054)
15+
16+
17+
### Bug Fixes
18+
19+
* **app-staging-synthesizer:** custom bootstrap qualifier is not passed through to deployment role name ([#35118](https://github.com/aws/aws-cdk/issues/35118)) ([6525d51](https://github.com/aws/aws-cdk/commit/6525d5116052553b693abf0aa6611b129240fbd2)), closes [#28195](https://github.com/aws/aws-cdk/issues/28195) [#28195](https://github.com/aws/aws-cdk/issues/28195)
20+
* **codebuild:** support Windows Server Core 2022 image with on-demand capacity ([#35152](https://github.com/aws/aws-cdk/issues/35152)) ([a595884](https://github.com/aws/aws-cdk/commit/a59588468277179c7ba0e75d3a97fbb84498f4aa)), closes [#29754](https://github.com/aws/aws-cdk/issues/29754)
21+
* **eks:** remove usage of shell=True in helm commands ([#35148](https://github.com/aws/aws-cdk/issues/35148)) ([918593d](https://github.com/aws/aws-cdk/commit/918593d9a1b0bbf2068d2f160579f8d361712338))
22+
* **eks-v2:** remove usage of shell=True in helm commands ([#35141](https://github.com/aws/aws-cdk/issues/35141)) ([cd9d69c](https://github.com/aws/aws-cdk/commit/cd9d69c1069a8b366797c19ad6989206e3f4205e))
23+
* **rds:** can not lookup VPC Security Groups with fromLookup method ([#34906](https://github.com/aws/aws-cdk/issues/34906)) ([ae87e26](https://github.com/aws/aws-cdk/commit/ae87e2610cf82f88ed84a7bac774447a10b9667f))
24+
525
## [2.208.0](https://github.com/aws/aws-cdk/compare/v2.207.0...v2.208.0) (2025-07-29)
626

727

CONTRIBUTORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ Shout out to our top contributors!
1616
- [pahud](https://github.com/pahud)
1717
- [badmintoncryer](https://github.com/badmintoncryer)
1818
- [go-to-k](https://github.com/go-to-k)
19-
- [TheRealAmazonKendra](https://github.com/TheRealAmazonKendra)
2019
- [comcalvi](https://github.com/comcalvi)
20+
- [TheRealAmazonKendra](https://github.com/TheRealAmazonKendra)
2121
- [madeline-k](https://github.com/madeline-k)
2222
- [NetaNir](https://github.com/NetaNir)
2323
- [robertd](https://github.com/robertd)
2424
- [MrArnoldPalmer](https://github.com/MrArnoldPalmer)
2525
- [lpizzinidev](https://github.com/lpizzinidev)
26-
- [peterwoodworth](https://github.com/peterwoodworth)
2726
- [msambol](https://github.com/msambol)
27+
- [peterwoodworth](https://github.com/peterwoodworth)
2828
- [GavinZZ](https://github.com/GavinZZ)
2929
- [colifran](https://github.com/colifran)
3030

3131

32-
_Last updated: Tue, 01 Jul 25 00:15:11 +0000_
32+
_Last updated: Fri, 01 Aug 25 00:15:50 +0000_

DEPRECATED_APIs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Module | API Element | Message |
44
|--------|-------------|---------|
5+
| aws-cdk-lib/aws-route53 | RecordSetOptions.​deleteExisting | This property is dangerous and can lead to unintended record deletion in case of deployment failure.|
56
| @aws-cdk/core | AppProps.​runtimeInfo | use `versionReporting` instead |
67
| @aws-cdk/core | Arn.​parse() | use split instead |
78
| @aws-cdk/core | ArnComponents.​sep | use arnFormat instead |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"jsii-diff": "1.112.0",
2929
"jsii-pacmak": "1.112.0",
3030
"jsii-reflect": "1.112.0",
31-
"lerna": "^8.2.3",
31+
"lerna": "^8.2.4",
3232
"nx": "^20",
3333
"semver": "^7.7.2",
3434
"standard-version": "^9.5.0",

packages/@aws-cdk-testing/framework-integ/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"license": "Apache-2.0",
3131
"devDependencies": {
3232
"@aws-cdk/cdk-build-tools": "0.0.0",
33-
"@aws-cdk/integ-runner": "^2.188.3",
33+
"@aws-cdk/integ-runner": "^2.189.2",
3434
"@aws-cdk/pkglint": "0.0.0",
3535
"@aws-sdk/client-acm": "3.632.0",
3636
"@aws-sdk/client-rds": "3.632.0",
@@ -49,7 +49,7 @@
4949
"@aws-cdk/lambda-layer-kubectl-v33": "^2.0.0",
5050
"@aws-cdk/region-info": "0.0.0",
5151
"aws-cdk-lib": "0.0.0",
52-
"cdk8s": "2.69.76",
52+
"cdk8s": "2.70.3",
5353
"cdk8s-plus-27": "2.9.5",
5454
"constructs": "^10.0.0"
5555
},
@@ -64,7 +64,7 @@
6464
],
6565
"homepage": "https://github.com/aws/aws-cdk",
6666
"engines": {
67-
"node": ">= 14.15.0"
67+
"node": ">= 18.0.0"
6868
},
6969
"stability": "experimental",
7070
"maturity": "experimental",

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.project-windows-image.js.snapshot/WinCore2019-1.assets.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.project-windows-image.js.snapshot/WinCore2019-2.assets.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)