Skip to content

Commit c66c237

Browse files
Merge branch 'main' into abidhasan/use-integ-runner-with-strict-flag
2 parents 14d140d + 5ea1a4b commit c66c237

19 files changed

+1080
-5
lines changed

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.223.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.222.0-alpha.0...v2.223.0-alpha.0) (2025-11-10)
6+
57
## [2.222.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.221.1-alpha.0...v2.222.0-alpha.0) (2025-11-04)
68

79

CHANGELOG.v2.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
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.223.0](https://github.com/aws/aws-cdk/compare/v2.222.0...v2.223.0) (2025-11-10)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:
11+
* **aws-dynamodb**: AWS::DynamoDB::GlobalTable: GlobalTableSettingsReplicationMode property removed.
12+
* **aws-dynamodb**: AWS::DynamoDB::GlobalTable: GlobalTableSourceArn property removed.
13+
* **aws-dynamodb**: AWS::DynamoDB::Table: GlobalTableSettingsReplicationMode property removed.
14+
* **aws-events**: AWS::Events::EventBusPolicy: Id attribute removed.
15+
16+
17+
### Features
18+
19+
* update L1 CloudFormation resource definitions ([#35926](https://github.com/aws/aws-cdk/issues/35926)) ([3f4d585](https://github.com/aws/aws-cdk/commit/3f4d58548be8022660f62a99e43061fa54bd8588))
20+
* **ec2:** support for Cloud Wan Core Network routes ([#35008](https://github.com/aws/aws-cdk/issues/35008)) ([fba027b](https://github.com/aws/aws-cdk/commit/fba027bf2039c90265f4632bd76619f4bcde6f81))
21+
* **s3-deployment:** support securityGroups in BucketDeploymentProps ([#33233](https://github.com/aws/aws-cdk/issues/33233)) ([f2a3166](https://github.com/aws/aws-cdk/commit/f2a31666fa92d284f6e8602e475aa0b7fca05ef7)), closes [#33229](https://github.com/aws/aws-cdk/issues/33229)
22+
23+
24+
### Bug Fixes
25+
26+
* **stepfunctions:** `DistributedMap` ResultWriter correct query language selection ([#35834](https://github.com/aws/aws-cdk/issues/35834)) ([75b8ead](https://github.com/aws/aws-cdk/commit/75b8eadb3761f02798061fe5578af82f785f687a)), closes [#35403](https://github.com/aws/aws-cdk/issues/35403)
27+
* onEvent function to pass all the options to rule resource ([#35829](https://github.com/aws/aws-cdk/issues/35829)) ([3d7023d](https://github.com/aws/aws-cdk/commit/3d7023d4c6ee29b945034e56fd94b228f6e313f2))
28+
529
## [2.222.0](https://github.com/aws/aws-cdk/compare/v2.221.1...v2.222.0) (2025-11-04)
630

731

packages/@aws-cdk-testing/framework-integ/test/aws-secretsmanager/test/integ.secret.dynamic-reference-key.js.snapshot/cdk-integ-secrets-dynamic-reference-key.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,73 @@
1+
{
2+
"Resources": {
3+
"SecretA720EF05": {
4+
"Type": "AWS::SecretsManager::Secret",
5+
"Properties": {
6+
"GenerateSecretString": {}
7+
},
8+
"UpdateReplacePolicy": "Delete",
9+
"DeletionPolicy": "Delete"
10+
},
11+
"JSONSecret6FE68AEF": {
12+
"Type": "AWS::SecretsManager::Secret",
13+
"Properties": {
14+
"SecretString": {
15+
"Fn::Join": [
16+
"",
17+
[
18+
"{\"cfnDynamicReferenceKeyWithDefaults\":\"",
19+
{
20+
"Ref": "SecretA720EF05"
21+
},
22+
":SecretString:::\",\"cfnDynamicReferenceKeyWithJsonFieldAndVersionStage\":\"",
23+
{
24+
"Ref": "SecretA720EF05"
25+
},
26+
":SecretString:json-key:version-stage:\",\"cfnDynamicReferenceKeyWithJsonFieldAndVersionId\":\"",
27+
{
28+
"Ref": "SecretA720EF05"
29+
},
30+
":SecretString:json-key::version-id\"}"
31+
]
32+
]
33+
}
34+
},
35+
"UpdateReplacePolicy": "Delete",
36+
"DeletionPolicy": "Delete"
37+
}
38+
},
39+
"Parameters": {
40+
"BootstrapVersion": {
41+
"Type": "AWS::SSM::Parameter::Value<String>",
42+
"Default": "/cdk-bootstrap/hnb659fds/version",
43+
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
44+
}
45+
},
46+
"Rules": {
47+
"CheckBootstrapVersion": {
48+
"Assertions": [
49+
{
50+
"Assert": {
51+
"Fn::Not": [
52+
{
53+
"Fn::Contains": [
54+
[
55+
"1",
56+
"2",
57+
"3",
58+
"4",
59+
"5"
60+
],
61+
{
62+
"Ref": "BootstrapVersion"
63+
}
64+
]
65+
}
66+
]
67+
},
68+
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
69+
}
70+
]
71+
}
72+
}
73+
}

packages/@aws-cdk-testing/framework-integ/test/aws-secretsmanager/test/integ.secret.dynamic-reference-key.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-secretsmanager/test/integ.secret.dynamic-reference-key.js.snapshot/cdkintegsecretsdynamicreferencekeytestDefaultTestDeployAssert14A59A81.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.

packages/@aws-cdk-testing/framework-integ/test/aws-secretsmanager/test/integ.secret.dynamic-reference-key.js.snapshot/cdkintegsecretsdynamicreferencekeytestDefaultTestDeployAssert14A59A81.template.json

Lines changed: 36 additions & 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-secretsmanager/test/integ.secret.dynamic-reference-key.js.snapshot/integ.json

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