Skip to content

Commit d4113f8

Browse files
authored
Merge branch 'aws:main' into djglaser/az-rebalancing
2 parents 10e6a5a + a595884 commit d4113f8

File tree

680 files changed

+87035
-12427
lines changed

Some content is hidden

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

680 files changed

+87035
-12427
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.208.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.207.0-alpha.0...v2.208.0-alpha.0) (2025-07-29)
6+
7+
8+
### Features
9+
10+
* **glue:** throw ValidationError instead of untyped errors ([#35084](https://github.com/aws/aws-cdk/issues/35084)) ([1e20df6](https://github.com/aws/aws-cdk/commit/1e20df640dfe1ddfd082d459fc9ff5e063b1a95c))
11+
512
## [2.207.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.206.0-alpha.0...v2.207.0-alpha.0) (2025-07-24)
613

714
## [2.206.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.205.0-alpha.0...v2.206.0-alpha.0) (2025-07-16)

CHANGELOG.v2.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.208.0](https://github.com/aws/aws-cdk/compare/v2.207.0...v2.208.0) (2025-07-29)
6+
7+
8+
### Features
9+
10+
* update L1 CloudFormation resource definitions ([#35054](https://github.com/aws/aws-cdk/issues/35054)) ([a2b3e78](https://github.com/aws/aws-cdk/commit/a2b3e788fdedff02ce2abd8998c37d4da5a5dc2d))
11+
* **region-info:** add support for region ap-southeast-6 ([#35036](https://github.com/aws/aws-cdk/pull/35036))
12+
13+
14+
### Bug Fixes
15+
16+
* **core:** `Tag must have a value` error is impossible to attribute to a specific tag ([#35091](https://github.com/aws/aws-cdk/issues/35091)) ([6c4181b](https://github.com/aws/aws-cdk/commit/6c4181bbe1c28b8080ba5f12716ad91475b2b3f5))
17+
* **custom-resources:** use loggingFormat instead of deprecated logFormat ([#35015](https://github.com/aws/aws-cdk/issues/35015)) ([81fe660](https://github.com/aws/aws-cdk/commit/81fe66029bba42135143874072f16387f7edc741)), closes [#35002](https://github.com/aws/aws-cdk/issues/35002)
18+
* **logs:** query strings can have multiple stats commands ([#34590](https://github.com/aws/aws-cdk/issues/34590)) ([57ae6f9](https://github.com/aws/aws-cdk/commit/57ae6f92949623d93c73ff23057291ba0f5eb95b)), closes [#34578](https://github.com/aws/aws-cdk/issues/34578) [#34578](https://github.com/aws/aws-cdk/issues/34578)
19+
* **logs:** revert "exposed metric from the metric filter will now include the dimension map ([#34648](https://github.com/aws/aws-cdk/issues/34648))" ([#35102](https://github.com/aws/aws-cdk/issues/35102)) ([24bbced](https://github.com/aws/aws-cdk/commit/24bbced7e67ec6265713cf46c51b110f38b6cf7d)), closes [#35097](https://github.com/aws/aws-cdk/issues/35097)
20+
521
## [2.207.0](https://github.com/aws/aws-cdk/compare/v2.206.0...v2.207.0) (2025-07-24)
622

723

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)