Skip to content

Commit 75af4a2

Browse files
authored
Merge branch 'main' into feature/network-interface-definitions-for-launch-templates
2 parents 8be843b + 6877c6a commit 75af4a2

File tree

7,801 files changed

+3976332
-1424057
lines changed

Some content is hidden

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

7,801 files changed

+3976332
-1424057
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jsii/superchain:1-buster-slim-node18
1+
FROM jsii/superchain:1-bookworm-slim-node20
22

33
USER root
44

.gitattributes

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
# Set the default behavior, in case people don't have core.autocrlf set.
22
* text=auto
3-
43
# Currently, this repository has LF dependencies in building and testing, with json, sh, and no extensions.
54
# Until this is fixed, it is best to just set the whole repository to be LF.
65
* eol=lf
7-
86
*.gif binary
97
*.zip binary
108
*.png binary
119
*.jpg binary
1210
*.tgz binary
1311
*.tar.gz binary
14-
1512
# Hide snapshots from GitHub UI, except for the actual templates
1613
**/*.snapshot/** linguist-generated
1714
**/*.snapshot/**/*.template.json -linguist-generated
1815
**/*.snapshot/**/*DeployAssert*.template.json linguist-generated
16+
packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-big-response.js.snapshot/asset.3322b7049fb0ed2b7cbb644a2ada8d1116ff80c32dca89e6ada846b5de26f961.zip filter=lfs diff=lfs merge=lfs -text

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/packages/aws-cdk/ @aws/aws-cdk-core-team
2+
/packages/@aws-cdk-testing/cli-integ/ @aws/aws-cdk-core-team
3+
/packages/aws-cdk-lib/core/ @aws/aws-cdk-core-team
4+
/packages/@aws-cdk/cli-lib-alpha/ @aws/aws-cdk-core-team

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,36 @@ title: "(module name): (short issue description)"
55
labels: [bug, needs-triage]
66
assignees: []
77
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this bug report!
12+
13+
**⚠️ Please read this before filling out the form below:**
14+
If the bug you are reporting is a security-related issue or a security vulnerability,
15+
please report it via [Report a security vulnerability](https://github.com/aws/aws-cdk/security/advisories/new) instead of this template.
816
- type: textarea
917
id: description
1018
attributes:
1119
label: Describe the bug
1220
description: What is the problem? A clear and concise description of the bug.
1321
validations:
1422
required: true
23+
- type: checkboxes
24+
id: regression
25+
attributes:
26+
label: Regression Issue
27+
description: What is a regression? If it worked in a previous version but doesn’t in the latest version, it’s considered a regression. In this case, please provide specific version number in the report.
28+
options:
29+
- label: Select this option if this issue appears to be a regression.
30+
required: false
31+
- type: input
32+
id: working-version
33+
attributes:
34+
label: Last Known Working CDK Version
35+
description: Specify the last known CDK version where this code was functioning as expected (if applicable).
36+
validations:
37+
required: false
1538
- type: textarea
1639
id: expected
1740
attributes:

.github/ISSUE_TEMPLATE/notice.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: "❗ Notice"
3-
description: Post a notice for a high impact issue
3+
description: Post a notice for a high impact issue. Internal CDK team use only.
44
title: "❗ NOTICE (module name): (short notice description)"
5-
labels: [p0, management/tracking]
5+
labels: [needs-triage, management/tracking]
66
body:
77
- type: dropdown
88
attributes:

.github/ISSUE_TEMPLATE/region.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: New Region
2-
description: Register a new region.
2+
description: Register a new region. Internal CDK team use only.
33
title: "Register new region: [region]"
4-
labels: ["@aws-cdk/region-info", "feature-request", "p1", "effort/medium"]
4+
labels: ["@aws-cdk/region-info", "feature-request", needs-triage, "effort/medium"]
55
body:
66
- type: input
77
id: ROUTE_53_BUCKET_WEBSITE_ZONE_IDS

.github/ISSUE_TEMPLATE/tracking.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Tracking Issue
2-
description: Add a module tracking issue (internal use only)
2+
description: Add a module tracking issue. Internal CDK team use only.
33
title: "Tracking: [service]"
4-
labels: [management/tracking]
4+
labels: [needs-triage, management/tracking]
55
body:
66
- type: markdown
77
attributes:

.github/workflows/close-stale-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
important-checks-regex: AutoBuildv2Project1C6BFA3F
2626
warn-message: This PR has been in the STATE state for 3 weeks, and looks abandoned. To keep this PR from being closed, please continue work on it. If not, it will automatically be closed in a week.
2727
close-message: This PR has been deemed to be abandoned, and will be automatically closed. Please create a new PR for these changes if you think this decision has been made in error.
28-
skip-labels: contribution/core,pr-linter/do-not-close,pr/needs-maintainer-review
28+
skip-labels: contribution/core,pr-linter/do-not-close,pr/needs-maintainer-review,pr-linter/exemption-requested
2929
close-label: closed-for-staleness

.github/workflows/closed-issue-message.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/codecov.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Codecov
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
9+
jobs:
10+
collect:
11+
name: collect
12+
if: github.repository == 'aws/aws-cdk'
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v4
17+
18+
- name: Set up Node
19+
uses: actions/setup-node@v4
20+
21+
- name: Install dependencies
22+
run: yarn install
23+
24+
- name: Build CLI
25+
run: npx lerna run build --scope=aws-cdk
26+
27+
- name: Run tests
28+
run: cd packages/aws-cdk && yarn test
29+
30+
- name: Upload results to Codecov
31+
uses: codecov/codecov-action@v5
32+
with:
33+
directory: packages/aws-cdk/coverage
34+
fail_ci_if_error: true
35+
flags: suite.unit
36+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)