Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
765271b
feat(core): add git source metadata to CloudFormation templates (#37368)
otaviomacedo Jun 16, 2026
3d3dfc0
chore(deps): bump form-data from 4.0.5 to 4.0.6 in the npm_and_yarn g…
dependabot[bot] Jun 16, 2026
007e268
Merge branch 'main' into merge-back/2.260.0
mergify[bot] Jun 17, 2026
5f2a1fe
chore(merge-back): 2.260.0 (#38159)
mergify[bot] Jun 17, 2026
c73e16d
chore(core): revert "add git source metadata to CloudFormation templa…
ozelalisen Jun 17, 2026
1a342e0
chore(core): use cloud-assembly-schema types for validation (#38168)
kaizencc Jun 17, 2026
031aba8
fix: print validation errors according to new style (#38166)
rix0rrr Jun 18, 2026
bad8a3a
fix(ecr-assets): tarball asset build command not escaped (#38171)
iliapolo Jun 19, 2026
0ab066b
chore(deps): bump actions/checkout from 6 to 7 (#38188)
dependabot[bot] Jun 22, 2026
bd6901c
docs: fix typo in awslint rule reference (construct-inheritance) (#38…
MaxwellM34 Jun 24, 2026
07d5623
feat(rds): support native Secrets Manager integration for RDS Cluster…
mazyu36 Jun 24, 2026
45c9d5e
docs: fix grammar errors and typos in source comments (#37577)
syukawa-gh Jun 24, 2026
fa5122a
ci: fix pr-triage-manager team reference to aws-cdk-team (#38203)
ozelalisen Jun 25, 2026
8d313d9
chore(lambda-nodejs): update pnpm integ-handler test fixture dependen…
ozelalisen Jun 26, 2026
a22400a
chore(lambda-python): drop deprecated python 3.9 from integ fixtures …
ozelalisen Jun 26, 2026
6a1934d
fix: improve internal path detection (#38205)
ShadowCat567 Jun 26, 2026
f63af5d
chore(deps): bump actions/cache from 5 to 6 (#38214)
dependabot[bot] Jun 29, 2026
aa9beb0
feat(metrics-facade-alpha): generate metrics facades (#37334)
leonmk-aws Jun 29, 2026
2c6988d
chore(ec2): add g7e instance class (NVIDIA Blackwell B200) (#37971)
camiloaz Jun 29, 2026
96508bd
chore: update Contributors File (#38224)
aws-cdk-automation Jul 1, 2026
ea153ff
chore: refactor some integ tests to not use deprecated APIs (#38146)
otaviomacedo Jul 1, 2026
5aabd32
feat: update L1 CloudFormation resource definitions (#38189)
aws-cdk-automation Jul 2, 2026
a5da749
chore(aws-cdk-lib): remove unused table dependency (CVE-2026-13676) (…
abidhasan-aws Jul 2, 2026
ee07ddf
chore(release): 2.261.0
Jul 2, 2026
1be62ae
chore: update analytics metadata blueprints
aws-cdk-automation Jul 2, 2026
65fdd58
chore(release): document L1 breaking changes for 2.261.0
abidhasan-aws Jul 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/analytics-metadata-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-lfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# We don't actually care about LFS file contents, just their integrity.
lfs: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codebuild-pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup Node.js
uses: actions/setup-node@v6
Expand All @@ -50,7 +50,7 @@ jobs:

- name: Load Docker images
id: docker-cache
uses: actions/cache/restore@v5
uses: actions/cache/restore@v6
with:
path: |
~/.docker-images.tar
Expand All @@ -61,7 +61,7 @@ jobs:
run: docker image load --input ~/.docker-images.tar

- name: Cache build artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.s3buildcache
Expand All @@ -87,7 +87,7 @@ jobs:

- name: Cache Docker images
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
uses: actions/cache/save@v5
uses: actions/cache/save@v6
with:
path: |
~/.docker-images.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Node
uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Download Artifacts
uses: actions/download-artifact@v8
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
build-mode: none
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enum-auto-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pull-requests: write
steps:
- name: Check Out
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Node
uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enum-static-mapping-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pull-requests: write
steps:
- name: Check Out
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Node
uses: actions/setup-node@v6
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration-test-deployment-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pull-requests: read
steps:
- name: Checkout for path filtering
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

steps:
- name: Checkout HEAD
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
Expand All @@ -111,7 +111,7 @@ jobs:

- name: Load Docker images
id: docker-cache
uses: actions/cache/restore@v5
uses: actions/cache/restore@v6
with:
path: |
~/.docker-images.tar
Expand All @@ -122,7 +122,7 @@ jobs:
run: docker image load --input ~/.docker-images.tar

- name: Cache build artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.s3buildcache
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration-test-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout HEAD
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
Expand All @@ -53,7 +53,7 @@ jobs:

- name: Load Docker images
id: docker-cache
uses: actions/cache/restore@v5
uses: actions/cache/restore@v6
with:
path: |
~/.docker-images.tar
Expand All @@ -64,7 +64,7 @@ jobs:
run: docker image load --input ~/.docker-images.tar

- name: Cache build artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.s3buildcache
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Cache Docker images
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
uses: actions/cache/save@v5
uses: actions/cache/save@v6
with:
path: |
~/.docker-images.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-label-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
target: "pull-requests"
area-is-keyword: true
default-area: >
{"reviewers":{"teamReviewers":["aws-cdk-owners"]}}
{"reviewers":{"teamReviewers":["aws-cdk-team"]}}
parameters: >
[{"area":"pullrequests","keywords":["pullrequestkeyword"]}]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/issue-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup Node.js
uses: actions/setup-node@v6
Expand All @@ -22,7 +22,7 @@ jobs:

# Cache node_modules
- name: Cache node_modules
uses: actions/cache@v5
uses: actions/cache@v6
id: cache-modules
with:
path: |
Expand All @@ -40,7 +40,7 @@ jobs:

# Cache build output
- name: Cache build output
uses: actions/cache@v5
uses: actions/cache@v6
id: cache-build
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lambda-runtime-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup Node.js
uses: actions/setup-node@v6
Expand All @@ -45,7 +45,7 @@ jobs:

- name: Load Docker images
id: docker-cache
uses: actions/cache/restore@v5
uses: actions/cache/restore@v6
with:
path: |
~/.docker-images.tar
Expand All @@ -56,7 +56,7 @@ jobs:
run: docker image load --input ~/.docker-images.tar

- name: Cache build artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.s3buildcache
Expand All @@ -82,7 +82,7 @@ jobs:

- name: Cache Docker images
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
uses: actions/cache/save@v5
uses: actions/cache/save@v6
with:
path: |
~/.docker-images.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-issue-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install type dependencies
run: yarn install --frozen-lockfile
- name: Compile TypeScript
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
environment: automation
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install & Build prlint
run: yarn install --frozen-lockfile && cd tools/@aws-cdk/prlint && yarn build+test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project-prioritization-added-on.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
environment: automation
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Update AddedOn field
uses: actions/github-script@v9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project-prioritization-assignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
environment: automation
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Add PR to Project & Set Priority
uses: actions/github-script@v9
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project-prioritization-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
environment: automation
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Add P1 Bug to project
uses: actions/github-script@v9
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
environment: automation
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Update Needs Attention Status
uses: actions/github-script@v9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project-prioritization-r2-assignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
environment: automation
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Check and assign R2 Priority to PRs
uses: actions/github-script@v9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project-prioritization-r5-assignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
environment: automation
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Check and Assign R5 Priority to PRs
uses: actions/github-script@v9
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/request-cli-integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
any-changed-files: ${{ steps.changed-cli-files.outputs.cli_any_changed }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
environment: automation
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# Needs to run with PROJEN_GITHUB_TOKEN because we need permissions to force push the branch
token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-guardian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spec-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Out
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Node
uses: actions/setup-node@v6
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
environment: automation
steps:
- name: Check Out
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Download patch
uses: actions/download-artifact@v8
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-from-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
steps:
- name: Checkout using User Token (+ download lfs dependencies)
if: needs.check-secret.outputs.ok == 'true'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
lfs: true
token: ${{ secrets.PROJEN_GITHUB_TOKEN }}

- name: Checkout using GitHub Actions permissions (+ download lfs dependencies)
if: needs.check-secret.outputs.ok == 'false'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
lfs: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
environment: automation
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: minicli/action-contributors@v3.3
name: "Update a projects CONTRIBUTORS file"
env:
Expand Down
Loading
Loading