Skip to content

Commit b681bb3

Browse files
authored
Merge branch 'main' into queue-processing-fargate-service-health-check-grace-period
2 parents bcb729d + 0049729 commit b681bb3

File tree

177 files changed

+126256
-126814
lines changed

Some content is hidden

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

177 files changed

+126256
-126814
lines changed

.github/workflows/github-merit-badger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
badges: '[beginning-contributor,repeat-contributor,valued-contributor,admired-contributor,star-contributor,distinguished-contributor]'
1818
thresholds: '[0,3,6,13,25,50]'
1919
badge-type: 'achievement'
20-
ignore-usernames: '[rix0rrr,iliapolo,otaviomacedo,kaizencc,TheRealAmazonKendra,mrgrain,pahud,kellertk,ashishdhingra,khushail,moelasmar,paulhcsun,GavinZZ,xazhao,gracelu0,shikha372,godwingrs22,bergjaak,IanKonlog,Leo10Gama,samson-keung,scorbiere,jiayiwang7,saiyush,5d,iankhou,QuantumNeuralCoder,SimonCMoore,Y-JayKim,ykethan,astiwana,aws-cdk-automation,dependabot[bot],mergify[bot],aemada-aws]'
20+
ignore-usernames: '[rix0rrr,iliapolo,otaviomacedo,kaizencc,TheRealAmazonKendra,mrgrain,pahud,kellertk,ashishdhingra,khushail,moelasmar,paulhcsun,GavinZZ,xazhao,gracelu0,shikha372,godwingrs22,bergjaak,IanKonlog,Leo10Gama,samson-keung,scorbiere,jiayiwang7,saiyush,5d,iankhou,QuantumNeuralCoder,SimonCMoore,Y-JayKim,ykethan,astiwana,maharajhaider,aws-cdk-automation,dependabot[bot],mergify[bot],aemada-aws,ozelalisen,abogical,alinko-aws,vishaalmehrishi,alvazjor,kumsmrit,kumvprat,leonmk-aws,matboros,gasolima]'

.github/workflows/security-guardian.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ on:
55
jobs:
66
run-security-guardian:
77
runs-on: ubuntu-latest
8-
steps:
8+
steps:
9+
- name: Skip check for release PRs
10+
if: |
11+
(
12+
startsWith(github.event.pull_request.title, 'chore(release):') ||
13+
startsWith(github.event.pull_request.title, 'chore(merge-back):')
14+
)
15+
run: echo "Skipping Security Guardian for release PR" && exit 0
16+
917
- name: Checkout
1018
uses: actions/checkout@v4
1119
with:

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pull_request_rules:
6565
label:
6666
add: [contribution/core]
6767
conditions:
68-
- author~=^(rix0rrr|iliapolo|otaviomacedo|kaizencc|TheRealAmazonKendra|mrgrain|pahud|ashishdhingra|kellertk|moelasmar|paulhcsun|GavinZZ|xazhao|gracelu0|shikha372|QuantumNeuralCoder|godwingrs22|bergjaak|samson-keung|IanKonlog|Leo10Gama|scorbiere|jiayiwang7|saiyush|5d|iankhou|SimonCMoore|Y-JayKim|ykethan|astiwana|aemada-aws)$
68+
- author~=^(rix0rrr|iliapolo|otaviomacedo|kaizencc|TheRealAmazonKendra|mrgrain|pahud|ashishdhingra|kellertk|moelasmar|paulhcsun|GavinZZ|xazhao|gracelu0|shikha372|QuantumNeuralCoder|godwingrs22|bergjaak|samson-keung|IanKonlog|Leo10Gama|scorbiere|jiayiwang7|saiyush|5d|iankhou|SimonCMoore|maharajhaider|Y-JayKim|astiwana|ykethan|aemada-aws|ozelalisen|abogical|alinko-aws|vishaalmehrishi|alvazjor|kumsmrit|kumvprat|leonmk-aws|matboros|gasolima)$
6969
- -label~="contribution/core"
7070
- name: automatic merge
7171
actions:

CHANGELOG.v2.alpha.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.195.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.194.0-alpha.0...v2.195.0-alpha.0) (2025-05-07)
6+
7+
8+
### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
9+
10+
* **iot:** By default, `deviceDertificateAgeCheck` is automatically enabled.
11+
12+
### Features
13+
14+
* **iot:** device certificate age check audit configuration ([#33816](https://github.com/aws/aws-cdk/issues/33816)) ([9ad383d](https://github.com/aws/aws-cdk/commit/9ad383d5300c5d5f5a9d2552fbd541436570a404))
15+
* **location:** support L2 API Key Construct ([#32733](https://github.com/aws/aws-cdk/issues/32733)) ([d867878](https://github.com/aws/aws-cdk/commit/d86787889dd49dce220324d141bf48e1bfa8fc3b)), closes [#30684](https://github.com/aws/aws-cdk/issues/30684)
16+
17+
18+
### Bug Fixes
19+
20+
* **amplify-alpha:** example code for adding a custom rule is wrong ([#34353](https://github.com/aws/aws-cdk/issues/34353)) ([8ab2606](https://github.com/aws/aws-cdk/commit/8ab2606b7b8de068a70dfaf02c5d96651ef5d286)), closes [#34351](https://github.com/aws/aws-cdk/issues/34351)
21+
522
## [2.194.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.193.0-alpha.0...v2.194.0-alpha.0) (2025-05-01)
623

724
## [2.193.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.192.0-alpha.0...v2.193.0-alpha.0) (2025-04-30)

CHANGELOG.v2.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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.195.0](https://github.com/aws/aws-cdk/compare/v2.194.0...v2.195.0) (2025-05-07)
6+
7+
8+
### Features
9+
10+
* publish 'app-staging-synthesizer-alpha' for Go ([#34364](https://github.com/aws/aws-cdk/issues/34364)) ([4e3df41](https://github.com/aws/aws-cdk/commit/4e3df41b308b277a568efa77e965cea958a63df9))
11+
* update L1 CloudFormation resource definitions ([#34357](https://github.com/aws/aws-cdk/issues/34357)) ([24a40a9](https://github.com/aws/aws-cdk/commit/24a40a9b8e56e6ce3c37036b3db4d5039c882bba))
12+
* **apigateway:** dualstack REST API ([#34114](https://github.com/aws/aws-cdk/issues/34114)) ([efdcb9d](https://github.com/aws/aws-cdk/commit/efdcb9ddfebc9c3333745a40fa90eb99b410316d))
13+
14+
15+
### Bug Fixes
16+
17+
* **codepipeline:** allow both `pullRequestFilter` and `pushFilter` ([#34267](https://github.com/aws/aws-cdk/issues/34267)) ([1cac5a0](https://github.com/aws/aws-cdk/commit/1cac5a080c78182268128b9b7ad3501179a7e3e1)), closes [#34253](https://github.com/aws/aws-cdk/issues/34253)
18+
* **route53-targets:** beanstalk allow specifying `hostedZoneId` to support token endpoint with default value derived from stack region or endpointUrl ([#34122](https://github.com/aws/aws-cdk/issues/34122)) ([9e52752](https://github.com/aws/aws-cdk/commit/9e527522c5ea6967d3b51ade75790ad98982dd83)), closes [#31843](https://github.com/aws/aws-cdk/issues/31843)
19+
* **s3-notifications:** add a key policy to trust S3 for notifications to an SNS topic encrypted with a KMS key (under feature flag) ([#33858](https://github.com/aws/aws-cdk/issues/33858)) ([1e87861](https://github.com/aws/aws-cdk/commit/1e87861b3d0631fd0d24aedd4328d1eb67beb26c)), closes [#16271](https://github.com/aws/aws-cdk/issues/16271)
20+
21+
22+
### Reverts
23+
24+
* "chore: make all L2 Constructs property injectable during release" ([#34371](https://github.com/aws/aws-cdk/issues/34371)) ([1e722ad](https://github.com/aws/aws-cdk/commit/1e722ad198952688ba33e4f698456d05dd90d524)), closes [aws/aws-cdk#34328](https://github.com/aws/aws-cdk/issues/34328)
25+
* "feat: property injection for 122 constructs" ([#34370](https://github.com/aws/aws-cdk/issues/34370)) ([2594f3c](https://github.com/aws/aws-cdk/commit/2594f3cab68e130d0b9f62ae622c9bc7b92cd14e)), closes [aws/aws-cdk#33887](https://github.com/aws/aws-cdk/issues/33887)
26+
527
## [2.194.0](https://github.com/aws/aws-cdk/compare/v2.193.0...v2.194.0) (2025-05-01)
628

729

packages/@aws-cdk-testing/framework-integ/package.json

Lines changed: 1 addition & 1 deletion
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.186.0",
33+
"@aws-cdk/integ-runner": "^2.186.5",
3434
"@aws-cdk/pkglint": "0.0.0",
3535
"@aws-sdk/client-acm": "3.632.0",
3636
"@aws-sdk/client-rds": "3.632.0",

packages/@aws-cdk-testing/framework-integ/test/aws-apigatewayv2/test/http/integ.api-domain-name.js.snapshot/aws-cdk-aws-apigatewayv2-domain-name.assets.json

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
{
2+
"Resources": {
3+
"Certificate4E7ABB08": {
4+
"Type": "AWS::CertificateManager::Certificate",
5+
"Properties": {
6+
"DomainName": "*.example.com",
7+
"DomainValidationOptions": [
8+
{
9+
"DomainName": "*.example.com",
10+
"HostedZoneId": "Z23ABC4XYZL05B"
11+
}
12+
],
13+
"Tags": [
14+
{
15+
"Key": "Name",
16+
"Value": "This is a test name"
17+
}
18+
],
19+
"ValidationMethod": "DNS"
20+
}
21+
},
22+
"DomainNameEC95A6E9": {
23+
"Type": "AWS::ApiGatewayV2::DomainName",
24+
"Properties": {
25+
"DomainName": "*.example.com",
26+
"DomainNameConfigurations": [
27+
{
28+
"CertificateArn": {
29+
"Ref": "Certificate4E7ABB08"
30+
},
31+
"EndpointType": "REGIONAL",
32+
"IpAddressType": "dualstack"
33+
}
34+
]
35+
}
36+
},
37+
"HttpApiF5A9A8A7": {
38+
"Type": "AWS::ApiGatewayV2::Api",
39+
"Properties": {
40+
"Name": "HttpApi",
41+
"ProtocolType": "HTTP",
42+
"RouteSelectionExpression": "${request.method} ${request.path}"
43+
}
44+
},
45+
"HttpApiDefaultStage3EEB07D6": {
46+
"Type": "AWS::ApiGatewayV2::Stage",
47+
"Properties": {
48+
"ApiId": {
49+
"Ref": "HttpApiF5A9A8A7"
50+
},
51+
"AutoDeploy": true,
52+
"StageName": "$default"
53+
},
54+
"DependsOn": [
55+
"DomainNameEC95A6E9"
56+
]
57+
},
58+
"HttpApiDefaultStageawscdkawsapigatewayv2domainnameDomainNameundefined0C10CF26": {
59+
"Type": "AWS::ApiGatewayV2::ApiMapping",
60+
"Properties": {
61+
"ApiId": {
62+
"Ref": "HttpApiF5A9A8A7"
63+
},
64+
"DomainName": {
65+
"Ref": "DomainNameEC95A6E9"
66+
},
67+
"Stage": "$default"
68+
},
69+
"DependsOn": [
70+
"DomainNameEC95A6E9",
71+
"HttpApiDefaultStage3EEB07D6"
72+
]
73+
}
74+
},
75+
"Parameters": {
76+
"BootstrapVersion": {
77+
"Type": "AWS::SSM::Parameter::Value<String>",
78+
"Default": "/cdk-bootstrap/hnb659fds/version",
79+
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
80+
}
81+
},
82+
"Rules": {
83+
"CheckBootstrapVersion": {
84+
"Assertions": [
85+
{
86+
"Assert": {
87+
"Fn::Not": [
88+
{
89+
"Fn::Contains": [
90+
[
91+
"1",
92+
"2",
93+
"3",
94+
"4",
95+
"5"
96+
],
97+
{
98+
"Ref": "BootstrapVersion"
99+
}
100+
]
101+
}
102+
]
103+
},
104+
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
105+
}
106+
]
107+
}
108+
}
109+
}

packages/@aws-cdk-testing/framework-integ/test/aws-apigatewayv2/test/http/integ.api-domain-name.js.snapshot/cdk.out

Lines changed: 1 addition & 0 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-apigatewayv2/test/http/integ.api-domain-name.js.snapshot/httpapiDefaultTestDeployAssert77633A40.assets.json

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)