Skip to content
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7ebcf5c
chore(ci): request CLI integration test by label (#35171)
mrgrain Aug 6, 2025
fee0638
feat(ec2): support the new `ServiceRegion` property for `AWS::EC2::VP…
richarddotcodes Aug 6, 2025
708383b
chore(ci): remove codebuild requirement from mergify (#35174)
ozelalisen Aug 6, 2025
787b8ed
fix(dynamodb): use keyId instead of keyArn for TableV2 replica encryp…
pahud Aug 6, 2025
6b318f5
feat(dynamodb): tableV2 MRSC feature addition (#34909)
LeeroyHannigan Aug 6, 2025
c4f59e3
Merge branch 'main' into merge-back/2.210.0
mergify[bot] Aug 6, 2025
667cd9e
chore(merge-back): 2.210.0 (#35178)
mergify[bot] Aug 6, 2025
f03f32e
chore: update node js runtime version in ISO partitions (#35157)
alvazjor Aug 8, 2025
2d86f98
docs(autoscaling): fix maxInstanceLifetime docs (#35181)
domestic-fennec Aug 8, 2025
c524471
chore: upgrade jsii version again (#35143)
mrgrain Aug 8, 2025
0905668
ci: use check-success instead of status-success for GitHub Actions (#…
alvazjor Aug 8, 2025
4d2f463
feat(ecs): add L2 support for native ECS blue/green deployments (#35179)
pahud Aug 8, 2025
0061775
docs(ecs): remove L1 Construct native blue/green deployment example f…
mazyu36 Aug 9, 2025
3eb8ec0
feat(cloudformation): update L1 CloudFormation resource definitions (…
aws-cdk-automation Aug 11, 2025
bf8a4f2
chore(deps): bump the npm_and_yarn group across 3 directories with 2 …
dependabot[bot] Aug 11, 2025
33703c7
chore(ci): disable branch protection rules in mergify (#35189)
ozelalisen Aug 11, 2025
88f3e04
docs: update ECS service and Fargate documentation for new AZ rebalan…
djglaser Aug 11, 2025
23b896e
chore(release): 2.211.0
Aug 12, 2025
d3f3738
chore: update analytics metadata blueprints
aws-cdk-automation Aug 12, 2025
2aad82a
chore: updating CHANGELOG.v2.md
kumvprat Aug 12, 2025
b919e0d
chore: update CHANGELOG.v2.md
kumvprat Aug 12, 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
  •  
  •  
  •  
10 changes: 8 additions & 2 deletions .github/workflows/request-cli-integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

name: request-cli-integ-test
on:
pull_request_target: {}
pull_request_target:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled

jobs:
cli-changes:
Expand All @@ -28,7 +34,7 @@ jobs:
submit-to-test-pipeline:
environment: test-pipeline
needs: cli-changes
if: needs.cli-changes.outputs.any-changed-files == 'true'
if: needs.cli-changes.outputs.any-changed-files == 'true' || contains(github.event.pull_request.labels.*.name, 'pr/request-cli-integ-tests')
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
43 changes: 19 additions & 24 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ queue_rules:
- -approved-reviews-by~=author
# This is important! It makes the PR Linter work.
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
- status-success=build
- check-success=validate-pr
- check-success=build
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
branch_protection_injection_mode: none

- name: priority-squash
update_method: merge
Expand All @@ -38,12 +38,12 @@ queue_rules:
- -approved-reviews-by~=author
# This is important! It makes the PR Linter work.
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
- status-success=build
- check-success=validate-pr
- check-success=build
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
branch_protection_injection_mode: none

- name: default-squash
update_method: merge
Expand All @@ -58,12 +58,12 @@ queue_rules:
- -approved-reviews-by~=author
# This is important! It makes the PR Linter work.
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
- status-success=build
- check-success=validate-pr
- check-success=build
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
branch_protection_injection_mode: none

pull_request_rules:
- name: label core
Expand Down Expand Up @@ -91,9 +91,8 @@ pull_request_rules:
- -approved-reviews-by~=author
# This is important! It makes the PR Linter work.
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
- status-success=build
- check-success=validate-pr
- check-success=build
- name: automatic priority merge
actions:
comment:
Expand All @@ -113,9 +112,8 @@ pull_request_rules:
- -approved-reviews-by~=author
# This is important! It makes the PR Linter work.
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
- status-success=build
- check-success=validate-pr
- check-success=build
- name: automatic merge (2+ approvers)
actions:
comment:
Expand All @@ -135,9 +133,8 @@ pull_request_rules:
- -approved-reviews-by~=author
# This is important! It makes the PR Linter work.
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
- status-success=build
- check-success=validate-pr
- check-success=build
- name: automatic merge (no-squash)
actions:
comment:
Expand All @@ -157,9 +154,8 @@ pull_request_rules:
- -approved-reviews-by~=author
# This is important! It makes the PR Linter work.
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
- status-success=build
- check-success=validate-pr
- check-success=build
- name: remove stale reviews
actions:
dismiss_reviews:
Expand Down Expand Up @@ -198,9 +194,8 @@ pull_request_rules:
- "#approved-reviews-by>=1"
# This is important! It makes the PR Linter work.
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
- status-success=build
- check-success=validate-pr
- check-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.211.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.210.0-alpha.0...v2.211.0-alpha.0) (2025-08-12)

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


Expand Down
Loading
Loading