Skip to content
Closed
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ff95e3c
chore(lambda): insights add version 1.0.404.0, 1.0.391.0 (#35073)
phuhung273 Jul 29, 2025
e8d5ed9
Merge branch 'main' into merge-back/2.208.0
mergify[bot] Jul 29, 2025
b0fe1a5
chore(pipes-alpha): update jsiiRosetta dependency in package.json (#3…
ozelalisen Jul 30, 2025
8bcf4e9
ci(mergify): require the GitHub Actions Codebuild PR build (#35106)
ozelalisen Jul 30, 2025
8573f0e
Merge branch 'main' into merge-back/2.208.0
alvazjor Jul 30, 2025
8f0f26d
chore(merge-back): 2.208.0 (#35109)
mergify[bot] Jul 30, 2025
576c9ec
feat(s3-tables): add L2 construct support for Table and Namespace res…
xuxey Jul 30, 2025
49b2627
feat: deprecating delete existing field in ARecord (#35039)
gasolima Jul 30, 2025
9da53d2
chore(custom-resources): correct JSDoc deprecated property names in P…
pahud Jul 31, 2025
6a2bcde
refactor(ec2): rename getImage parameter (#35119)
Abogical Jul 31, 2025
5682cbe
chore: npm-check-updates && yarn upgrade (#34888)
aws-cdk-automation Jul 31, 2025
2997603
chore(ci): update pr-build job name to avoid conflict (#35121)
ozelalisen Jul 31, 2025
30f0326
chore(rds): add support for 8.0.mysql_aurora.3.10.0 (#35083)
schabe77 Jul 31, 2025
87770ef
feat(inferenceprofiles): add inference and cross-region inference pro…
dineshSajwan Jul 31, 2025
2559e1d
chore: update Contributors File (#35126)
aws-cdk-automation Aug 1, 2025
4eda24b
ci(cdk-release): fix bug marking stable changes as alpha (#35012)
Abogical Aug 1, 2025
40a5123
refactor: drop support for Node.js <= 18.0.0 (#34925)
leonmk-aws Aug 1, 2025
8bff8f9
feat: add new field to feature flag report (#35108)
vivian12300 Aug 1, 2025
3723aca
feat(ecs): add support for native blue/green deployments in ECS L2 (#…
kg-aws Aug 1, 2025
6525d51
fix(app-staging-synthesizer): custom bootstrap qualifier is not passe…
iankhou Aug 4, 2025
ae87e26
fix(rds): can not lookup VPC Security Groups with fromLookup method (…
mazyu36 Aug 4, 2025
08d7e46
ci: downgrade jsii version (#35142)
Abogical Aug 4, 2025
6119c9d
chore(enum-updater): update enum static mapping (#35017)
github-actions[bot] Aug 4, 2025
cd9d69c
fix(eks-v2): remove usage of shell=True in helm commands (#35141)
aemada-aws Aug 5, 2025
918593d
fix(eks): remove usage of shell=True in helm commands (#35148)
aemada-aws Aug 5, 2025
a595884
fix(codebuild): support Windows Server Core 2022 image with on-demand…
mrgrain Aug 5, 2025
01fb484
chore(release): 2.209.0
Aug 5, 2025
66351ce
chore: update analytics metadata blueprints
aws-cdk-automation Aug 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true

jobs:
build:
pr-build:
if: github.repository != 'aws/aws-cdk'
runs-on: aws-cdk_ubuntu-latest_32-core

Expand Down
8 changes: 8 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ queue_rules:
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
- status-success=build
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
Expand All @@ -39,6 +40,7 @@ queue_rules:
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
- status-success=build
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
Expand All @@ -58,6 +60,7 @@ queue_rules:
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
- status-success=build
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
Expand Down Expand Up @@ -90,6 +93,7 @@ pull_request_rules:
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
- status-success=build
- name: automatic priority merge
actions:
comment:
Expand All @@ -111,6 +115,7 @@ pull_request_rules:
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
- status-success=build
- name: automatic merge (2+ approvers)
actions:
comment:
Expand All @@ -132,6 +137,7 @@ pull_request_rules:
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
- status-success=build
- name: automatic merge (no-squash)
actions:
comment:
Expand All @@ -153,6 +159,7 @@ pull_request_rules:
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
- status-success=build
- name: remove stale reviews
actions:
dismiss_reviews:
Expand Down Expand Up @@ -193,6 +200,7 @@ pull_request_rules:
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
- status-success=build
priority_rules:
- name: priority for queue `default-merge`
conditions:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.v2.alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.209.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.208.0-alpha.0...v2.209.0-alpha.0) (2025-08-05)

## [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)


Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.209.0](https://github.com/aws/aws-cdk/compare/v2.208.0...v2.209.0) (2025-08-05)


### Features

* **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)
* 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))
* **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))
* 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)
* **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)


### Bug Fixes

* **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)
* **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)
* **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))
* **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))
* **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))

## [2.208.0](https://github.com/aws/aws-cdk/compare/v2.207.0...v2.208.0) (2025-07-29)


Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ Shout out to our top contributors!
- [pahud](https://github.com/pahud)
- [badmintoncryer](https://github.com/badmintoncryer)
- [go-to-k](https://github.com/go-to-k)
- [TheRealAmazonKendra](https://github.com/TheRealAmazonKendra)
- [comcalvi](https://github.com/comcalvi)
- [TheRealAmazonKendra](https://github.com/TheRealAmazonKendra)
- [madeline-k](https://github.com/madeline-k)
- [NetaNir](https://github.com/NetaNir)
- [robertd](https://github.com/robertd)
- [MrArnoldPalmer](https://github.com/MrArnoldPalmer)
- [lpizzinidev](https://github.com/lpizzinidev)
- [peterwoodworth](https://github.com/peterwoodworth)
- [msambol](https://github.com/msambol)
- [peterwoodworth](https://github.com/peterwoodworth)
- [GavinZZ](https://github.com/GavinZZ)
- [colifran](https://github.com/colifran)


_Last updated: Tue, 01 Jul 25 00:15:11 +0000_
_Last updated: Fri, 01 Aug 25 00:15:50 +0000_
1 change: 1 addition & 0 deletions DEPRECATED_APIs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Module | API Element | Message |
|--------|-------------|---------|
| aws-cdk-lib/aws-route53 | RecordSetOptions.​deleteExisting | This property is dangerous and can lead to unintended record deletion in case of deployment failure.|
| @aws-cdk/core | AppProps.​runtimeInfo | use `versionReporting` instead |
| @aws-cdk/core | Arn.​parse() | use split instead |
| @aws-cdk/core | ArnComponents.​sep | use arnFormat instead |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jsii-diff": "1.112.0",
"jsii-pacmak": "1.112.0",
"jsii-reflect": "1.112.0",
"lerna": "^8.2.3",
"lerna": "^8.2.4",
"nx": "^20",
"semver": "^7.7.2",
"standard-version": "^9.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk-testing/framework-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/integ-runner": "^2.188.3",
"@aws-cdk/integ-runner": "^2.189.2",
"@aws-cdk/pkglint": "0.0.0",
"@aws-sdk/client-acm": "3.632.0",
"@aws-sdk/client-rds": "3.632.0",
Expand All @@ -49,7 +49,7 @@
"@aws-cdk/lambda-layer-kubectl-v33": "^2.0.0",
"@aws-cdk/region-info": "0.0.0",
"aws-cdk-lib": "0.0.0",
"cdk8s": "2.69.76",
"cdk8s": "2.70.3",
"cdk8s-plus-27": "2.9.5",
"constructs": "^10.0.0"
},
Expand All @@ -64,7 +64,7 @@
],
"homepage": "https://github.com/aws/aws-cdk",
"engines": {
"node": ">= 14.15.0"
"node": ">= 18.0.0"
},
"stability": "experimental",
"maturity": "experimental",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading