Skip to content

Commit ebc4aa6

Browse files
authored
2 parents 3caac15 + b919e0d commit ebc4aa6

File tree

1,674 files changed

+335090
-368920
lines changed

Some content is hidden

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

1,674 files changed

+335090
-368920
lines changed

.github/workflows/request-cli-integ-test.yml

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

33
name: request-cli-integ-test
44
on:
5-
pull_request_target: {}
5+
pull_request_target:
6+
types:
7+
- opened
8+
- synchronize
9+
- reopened
10+
- labeled
11+
- unlabeled
612

713
jobs:
814
cli-changes:
@@ -28,7 +34,7 @@ jobs:
2834
submit-to-test-pipeline:
2935
environment: test-pipeline
3036
needs: cli-changes
31-
if: needs.cli-changes.outputs.any-changed-files == 'true'
37+
if: needs.cli-changes.outputs.any-changed-files == 'true' || contains(github.event.pull_request.labels.*.name, 'pr/request-cli-integ-tests')
3238
runs-on: ubuntu-latest
3339
steps:
3440
- name: Checkout

.mergify.yml

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ queue_rules:
1717
- -approved-reviews-by~=author
1818
# This is important! It makes the PR Linter work.
1919
- "#changes-requested-reviews-by=0"
20-
- status-success~=AWS CodeBuild us-east-1
21-
- status-success=validate-pr
22-
- status-success=build
20+
- check-success=validate-pr
21+
- check-success=build
2322
commit_message_template: |-
2423
{{ title }} (#{{ number }})
2524
{{ body }}
25+
branch_protection_injection_mode: none
2626

2727
- name: priority-squash
2828
update_method: merge
@@ -38,12 +38,12 @@ queue_rules:
3838
- -approved-reviews-by~=author
3939
# This is important! It makes the PR Linter work.
4040
- "#changes-requested-reviews-by=0"
41-
- status-success~=AWS CodeBuild us-east-1
42-
- status-success=validate-pr
43-
- status-success=build
41+
- check-success=validate-pr
42+
- check-success=build
4443
commit_message_template: |-
4544
{{ title }} (#{{ number }})
4645
{{ body }}
46+
branch_protection_injection_mode: none
4747

4848
- name: default-squash
4949
update_method: merge
@@ -58,12 +58,12 @@ queue_rules:
5858
- -approved-reviews-by~=author
5959
# This is important! It makes the PR Linter work.
6060
- "#changes-requested-reviews-by=0"
61-
- status-success~=AWS CodeBuild us-east-1
62-
- status-success=validate-pr
63-
- status-success=build
61+
- check-success=validate-pr
62+
- check-success=build
6463
commit_message_template: |-
6564
{{ title }} (#{{ number }})
6665
{{ body }}
66+
branch_protection_injection_mode: none
6767

6868
pull_request_rules:
6969
- name: label core
@@ -91,9 +91,8 @@ pull_request_rules:
9191
- -approved-reviews-by~=author
9292
# This is important! It makes the PR Linter work.
9393
- "#changes-requested-reviews-by=0"
94-
- status-success~=AWS CodeBuild us-east-1
95-
- status-success=validate-pr
96-
- status-success=build
94+
- check-success=validate-pr
95+
- check-success=build
9796
- name: automatic priority merge
9897
actions:
9998
comment:
@@ -113,9 +112,8 @@ pull_request_rules:
113112
- -approved-reviews-by~=author
114113
# This is important! It makes the PR Linter work.
115114
- "#changes-requested-reviews-by=0"
116-
- status-success~=AWS CodeBuild us-east-1
117-
- status-success=validate-pr
118-
- status-success=build
115+
- check-success=validate-pr
116+
- check-success=build
119117
- name: automatic merge (2+ approvers)
120118
actions:
121119
comment:
@@ -135,9 +133,8 @@ pull_request_rules:
135133
- -approved-reviews-by~=author
136134
# This is important! It makes the PR Linter work.
137135
- "#changes-requested-reviews-by=0"
138-
- status-success~=AWS CodeBuild us-east-1
139-
- status-success=validate-pr
140-
- status-success=build
136+
- check-success=validate-pr
137+
- check-success=build
141138
- name: automatic merge (no-squash)
142139
actions:
143140
comment:
@@ -157,9 +154,8 @@ pull_request_rules:
157154
- -approved-reviews-by~=author
158155
# This is important! It makes the PR Linter work.
159156
- "#changes-requested-reviews-by=0"
160-
- status-success~=AWS CodeBuild us-east-1
161-
- status-success=validate-pr
162-
- status-success=build
157+
- check-success=validate-pr
158+
- check-success=build
163159
- name: remove stale reviews
164160
actions:
165161
dismiss_reviews:
@@ -198,9 +194,8 @@ pull_request_rules:
198194
- "#approved-reviews-by>=1"
199195
# This is important! It makes the PR Linter work.
200196
- "#changes-requested-reviews-by=0"
201-
- status-success~=AWS CodeBuild us-east-1
202-
- status-success=validate-pr
203-
- status-success=build
197+
- check-success=validate-pr
198+
- check-success=build
204199
priority_rules:
205200
- name: priority for queue `default-merge`
206201
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.211.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.210.0-alpha.0...v2.211.0-alpha.0) (2025-08-12)
6+
57
## [2.210.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.209.1-alpha.0...v2.210.0-alpha.0) (2025-08-06)
68

79

CHANGELOG.v2.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
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.211.0](https://github.com/aws/aws-cdk/compare/v2.210.0...v2.211.0) (2025-08-12)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
**cloudformation:** L1 resources are automatically generated from
11+
public CloudFormation Resource Schemas. They are build to closely
12+
reflect the real state of CloudFormation. Sometimes these updates can
13+
contain changes that are incompatible with previous types, but more
14+
accurately reflect reality. In this release we have changed:
15+
* **aws-opsworkscm**: CfnServer resource is no longer provisionable
16+
(AWS::OpsWorksCM::Server). Service is on deprecation path
17+
* **aws-iotfleetwise**: Properties `DataDestinationConfigs`,
18+
`SignalsToCollect` and `SignalsToFetch` in resource `CfnCampaign` are
19+
now marked as immutable (they will cause a replacement of the resource
20+
if updated)
21+
22+
23+
### Features
24+
25+
* **cloudformation:** update L1 CloudFormation resource definitions ([#35138](https://github.com/aws/aws-cdk/issues/35138)) ([3eb8ec0](https://github.com/aws/aws-cdk/commit/3eb8ec05b23555c4d9a202dad5a64ec62bf61af1))
26+
* **dynamodb:** tableV2 MRSC feature addition ([#34909](https://github.com/aws/aws-cdk/issues/34909)) ([6b318f5](https://github.com/aws/aws-cdk/commit/6b318f53bbaa1d79ffa8fcdfc3b321d49c8fdd43)), closes [#34883](https://github.com/aws/aws-cdk/issues/34883)
27+
* **ec2:** support the new `ServiceRegion` property for `AWS::EC2::VPCEndpoint` ([#35025](https://github.com/aws/aws-cdk/issues/35025)) ([fee0638](https://github.com/aws/aws-cdk/commit/fee06382e0f36f7f241196b67a23a760eb9da099)), closes [#32785](https://github.com/aws/aws-cdk/issues/32785) [#33959](https://github.com/aws/aws-cdk/issues/33959)
28+
* **ecs:** add L2 support for native ECS blue/green deployments ([#35179](https://github.com/aws/aws-cdk/issues/35179)) ([4d2f463](https://github.com/aws/aws-cdk/commit/4d2f4636ebef20d7d3588d17c02ef2db8b5f17b3)), closes [#35061](https://github.com/aws/aws-cdk/issues/35061) [#35170](https://github.com/aws/aws-cdk/issues/35170) [#35167](https://github.com/aws/aws-cdk/issues/35167)
29+
30+
31+
### Bug Fixes
32+
33+
* **dynamodb:** use keyId instead of keyArn for TableV2 replica encryption ([#35144](https://github.com/aws/aws-cdk/issues/35144)) ([787b8ed](https://github.com/aws/aws-cdk/commit/787b8ed4a3f0aedf5b339048ee868f8ea700c4cd)), closes [#35136](https://github.com/aws/aws-cdk/issues/35136)
34+
535
## [2.210.0](https://github.com/aws/aws-cdk/compare/v2.209.1...v2.210.0) (2025-08-06)
636

737

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"fs-extra": "^9.1.0",
2626
"graceful-fs": "^4.2.11",
2727
"jest-junit": "^13.2.0",
28-
"jsii-diff": "1.112.0",
29-
"jsii-pacmak": "1.112.0",
30-
"jsii-reflect": "1.112.0",
28+
"jsii-diff": "1.113.0",
29+
"jsii-pacmak": "1.113.0",
30+
"jsii-reflect": "1.113.0",
3131
"lerna": "^8.2.4",
3232
"nx": "^20",
3333
"semver": "^7.7.2",

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.cors-allow-multiple-origins.js.snapshot/cdk.out

Lines changed: 1 addition & 1 deletion
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-apigateway/test/integ.cors-allow-multiple-origins.js.snapshot/integ.json

Lines changed: 2 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-apigateway/test/integ.cors-allow-multiple-origins.js.snapshot/integcorsallowmultipleoriginsDefaultTestDeployAssertEBF0A1B1.assets.json

Lines changed: 2 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)