Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
12 changes: 12 additions & 0 deletions CHANGELOG.v2.alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.189.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.188.0-alpha.0...v2.189.0-alpha.0) (2025-04-09)


### Features

* **ec2-alpha:** implement mapPublicIpOnLaunch prop in SubnetV2 ([#34057](https://github.com/aws/aws-cdk/issues/34057)) ([836c5cf](https://github.com/aws/aws-cdk/commit/836c5cf3e4c627f817e4dc8ed2af28a5bba54792)), closes [#32159](https://github.com/aws/aws-cdk/issues/32159)


### Bug Fixes

* **amplify:** unable to re-run integ test due to missing `status` field in `customRule` ([#33973](https://github.com/aws/aws-cdk/issues/33973)) ([6638c08](https://github.com/aws/aws-cdk/commit/6638c08d56afe7ecc4f23cff4cf334b887001e5e)), closes [#33962](https://github.com/aws/aws-cdk/issues/33962)

## [2.188.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.187.0-alpha.0...v2.188.0-alpha.0) (2025-04-03)


Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.189.0](https://github.com/aws/aws-cdk/compare/v2.188.0...v2.189.0) (2025-04-09)


### Features

* **apigatewayv2:** dualstack HTTP and WebSocket API ([#34054](https://github.com/aws/aws-cdk/issues/34054)) ([eec900e](https://github.com/aws/aws-cdk/commit/eec900e90f38f34f896b22cf36cb225fc9c13cc8))
* update L1 CloudFormation resource definitions ([#34064](https://github.com/aws/aws-cdk/issues/34064)) ([9cb2602](https://github.com/aws/aws-cdk/commit/9cb260266e92f45e40a19667e29ccf2decb3d2b8))
* **bedrock:** support Amazon Nova Reel 1.1 ([#34070](https://github.com/aws/aws-cdk/issues/34070)) ([3da0c4d](https://github.com/aws/aws-cdk/commit/3da0c4d267dbb693ffc01b9fae69cebcb180cdec))
* support L2 constructs for Amazon S3 Tables ([#33599](https://github.com/aws/aws-cdk/issues/33599)) ([2e95252](https://github.com/aws/aws-cdk/commit/2e95252fecbb1fec9874fd5af4b4bd6449d50471))
* **pipelines:** add `V2` pipeline type support in L3 construct ([#34005](https://github.com/aws/aws-cdk/issues/34005)) ([994e952](https://github.com/aws/aws-cdk/commit/994e95289b589596179553a5b9d7201155bd9ed1)), closes [#33995](https://github.com/aws/aws-cdk/issues/33995)


### Bug Fixes

* **codepipeline:** replace account root principal with pipeline role in trust policy for cross-account actions (under feature flag) ([#34074](https://github.com/aws/aws-cdk/issues/34074)) ([2d901f4](https://github.com/aws/aws-cdk/commit/2d901f4e7bb982221e1a48a13666939140109d5a))
* **custom-resources:** `AwsCustomResource` assumed role session name may contain invalid characters ([#34016](https://github.com/aws/aws-cdk/issues/34016)) ([32b6b4d](https://github.com/aws/aws-cdk/commit/32b6b4d7fa99723efb667239fbe455ede43b92c6)), closes [#23260](https://github.com/aws/aws-cdk/issues/23260) [#34011](https://github.com/aws/aws-cdk/issues/34011)

## [2.188.0](https://github.com/aws/aws-cdk/compare/v2.187.0...v2.188.0) (2025-04-03)


Expand Down
30 changes: 30 additions & 0 deletions packages/aws-cdk-lib/core/lib/analytics-data-source/classes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,7 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
'subnetType': 'SubnetType',
'subnetName': '*',
'assignIpv6AddressOnCreation': 'boolean',
'mapPublicIpOnLaunch': 'boolean',
'associateNetworkAcl': [
'*',
{
Expand Down Expand Up @@ -3767,6 +3768,35 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
'payload': '*'
}
},
'@aws-cdk.aws-s3tables-alpha': {
'TableBucketPolicy': {
'tableBucket': {
'tableBucketArn': '*',
'tableBucketName': '*',
'account': '*',
'region': '*',
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'resourcePolicy': '*',
'removalPolicy': 'RemovalPolicy'
},
'TableBucket': {
'tableBucketName': '*',
'unreferencedFileRemoval': {
'noncurrentDays': '*',
'status': 'UnreferencedFileRemovalStatus',
'unreferencedDays': '*'
},
'region': '*',
'account': '*',
'removalPolicy': 'RemovalPolicy'
}
},
'@aws-cdk.aws-sagemaker-alpha': {
'EndpointConfig': {
'endpointConfigName': '*',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3519,6 +3519,10 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
'Count/Second',
'None'
],
'UnreferencedFileRemovalStatus': [
'Enabled',
'Disabled'
],
'UntrustedArtifactOnDeployment': [
'Enforce',
'Warn'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@
"AMAZON_NOVA_PRO_V1_0",
"AMAZON_NOVA_PRO_V1_0_300_K",
"AMAZON_NOVA_REEL_V1_0",
"AMAZON_NOVA_REEL_V1_1",
"AI21_J2_MID",
"AI21_LABS_JURASSIC_2_MID_V1",
"AI21_J2_ULTRA",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,12 @@
"ZSTD"
]
},
"aws-cdk/packages/@aws-cdk/aws-s3tables-alpha/lib/table-bucket.ts": {
"UnreferencedFileRemovalStatus": [
"Enabled",
"Disabled"
]
},
"aws-cdk/packages/@aws-cdk/aws-sagemaker-alpha/lib/endpoint.ts": {
"InvocationHttpResponseCode": [
"Invocation4XXErrors",
Expand Down Expand Up @@ -886,6 +892,12 @@
1
]
},
"aws-cdk/packages/aws-cdk-lib/aws-apigatewayv2/lib/common/api.ts": {
"IpAddressType": [
"ipv4",
"dualstack"
]
},
"aws-cdk/packages/aws-cdk-lib/aws-apigatewayv2/lib/common/domain-name.ts": {
"SecurityPolicy": [
"TLS_1_0",
Expand Down
Loading
Loading