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
2 changes: 2 additions & 0 deletions CHANGELOG.v2.alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.211.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.210.0-alpha.0...v2.211.0-alpha.0) (2025-08-12)

## [2.210.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.209.1-alpha.0...v2.210.0-alpha.0) (2025-08-06)


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

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.211.0](https://github.com/aws/aws-cdk/compare/v2.210.0...v2.211.0) (2025-08-12)


### ⚠ BREAKING CHANGES

**cloudformation:** L1 resources are automatically generated from
public CloudFormation Resource Schemas. They are build 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:
* **aws-opsworkscm**: CfnServer resource is no longer provisionable
(AWS::OpsWorksCM::Server). Service is on deprecation path
* **aws-iotfleetwise**: Properties `DataDestinationConfigs`,
`SignalsToCollect` and `SignalsToFetch` in resource `CfnCampaign` are
now marked as immutable (they will cause a replacement of the resource
if updated)


### Features

* **cloudformation:** update L1 CloudFormation resource definitions ([#35138](https://github.com/aws/aws-cdk/issues/35138)) ([3eb8ec0](https://github.com/aws/aws-cdk/commit/3eb8ec05b23555c4d9a202dad5a64ec62bf61af1))
* **dynamodb:** tableV2 MRSC feature addition ([#34909](https://github.com/aws/aws-cdk/issues/34909)) ([6b318f5](https://github.com/aws/aws-cdk/commit/6b318f53bbaa1d79ffa8fcdfc3b321d49c8fdd43)), closes [#34883](https://github.com/aws/aws-cdk/issues/34883)
* **ec2:** support the new `ServiceRegion` property for `AWS::EC2::VPCEndpoint` ([#35025](https://github.com/aws/aws-cdk/issues/35025)) ([fee0638](https://github.com/aws/aws-cdk/commit/fee06382e0f36f7f241196b67a23a760eb9da099)), closes [#32785](https://github.com/aws/aws-cdk/issues/32785) [#33959](https://github.com/aws/aws-cdk/issues/33959)
* **ecs:** add L2 support for native ECS blue/green deployments ([#35179](https://github.com/aws/aws-cdk/issues/35179)) ([4d2f463](https://github.com/aws/aws-cdk/commit/4d2f4636ebef20d7d3588d17c02ef2db8b5f17b3)), closes [#35061](https://github.com/aws/aws-cdk/issues/35061) [#35170](https://github.com/aws/aws-cdk/issues/35170) [#35167](https://github.com/aws/aws-cdk/issues/35167)


### Bug Fixes

* **dynamodb:** use keyId instead of keyArn for TableV2 replica encryption ([#35144](https://github.com/aws/aws-cdk/issues/35144)) ([787b8ed](https://github.com/aws/aws-cdk/commit/787b8ed4a3f0aedf5b339048ee868f8ea700c4cd)), closes [#35136](https://github.com/aws/aws-cdk/issues/35136)

## [2.210.0](https://github.com/aws/aws-cdk/compare/v2.209.1...v2.210.0) (2025-08-06)


Expand Down
20 changes: 17 additions & 3 deletions packages/aws-cdk-lib/core/lib/analytics-data-source/classes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12945,6 +12945,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
},
'resourcePolicy': '*'
},
'witnessRegion': '*',
'multiRegionConsistency': 'MultiRegionConsistency',
'globalSecondaryIndexes': {
'partitionKey': {
'name': '*',
Expand Down Expand Up @@ -14124,7 +14126,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
'lookupSupportedAzs': 'boolean',
'ipAddressType': 'VpcEndpointIpAddressType',
'dnsRecordIpType': 'VpcEndpointDnsRecordIpType',
'privateDnsOnlyForInboundResolverEndpoint': 'VpcEndpointPrivateDnsOnlyForInboundResolverEndpoint'
'privateDnsOnlyForInboundResolverEndpoint': 'VpcEndpointPrivateDnsOnlyForInboundResolverEndpoint',
'serviceRegion': '*'
},
'FlowLog': {
'flowLogName': '*',
Expand Down Expand Up @@ -27531,7 +27534,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
{
'containerName': '*',
'containerPort': '*',
'protocol': 'Protocol'
'protocol': 'Protocol',
'alternateTarget': '*'
}
],
'_portRangeFromPortMapping': [
Expand Down Expand Up @@ -27945,6 +27949,9 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
},
'taskDefinitionRevision': '*',
'volumeConfigurations': '*',
'deploymentStrategy': 'DeploymentStrategy',
'bakeTime': '*',
'lifecycleHooks': '*',
'addPlacementStrategies': [
'*'
],
Expand Down Expand Up @@ -28197,6 +28204,9 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
},
'taskDefinitionRevision': '*',
'volumeConfigurations': '*',
'deploymentStrategy': 'DeploymentStrategy',
'bakeTime': '*',
'lifecycleHooks': '*',
'attachToApplicationTargetGroup': [
{
'metrics': '*',
Expand All @@ -28211,7 +28221,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
{
'containerName': '*',
'containerPort': '*',
'protocol': 'Protocol'
'protocol': 'Protocol',
'alternateTarget': '*'
}
],
'registerLoadBalancerTargets': [
Expand Down Expand Up @@ -28557,6 +28568,9 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
},
'taskDefinitionRevision': '*',
'volumeConfigurations': '*',
'deploymentStrategy': 'DeploymentStrategy',
'bakeTime': '*',
'lifecycleHooks': '*',
'attachToClassicLB': [
'*'
]
Expand Down
17 changes: 17 additions & 0 deletions packages/aws-cdk-lib/core/lib/analytics-data-source/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,19 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
"CODE_DEPLOY",
"EXTERNAL"
],
"DeploymentLifecycleStage": [
"RECONCILE_SERVICE",
"PRE_SCALE_UP",
"POST_SCALE_UP",
"TEST_TRAFFIC_SHIFT",
"POST_TEST_TRAFFIC_SHIFT",
"PRODUCTION_TRAFFIC_SHIFT",
"POST_PRODUCTION_TRAFFIC_SHIFT"
],
"DeploymentStrategy": [
"ROLLING",
"BLUE_GREEN"
],
"DesiredState": [
"RUNNING",
"STOPPED"
Expand Down Expand Up @@ -2418,6 +2431,10 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
0,
1
],
"MultiRegionConsistency": [
"EVENTUAL",
"STRONG"
],
"MutualAuthenticationMode": [
"off",
"passthrough",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2418,6 +2418,10 @@
"STANDARD",
"STANDARD_INFREQUENT_ACCESS"
],
"MultiRegionConsistency": [
"EVENTUAL",
"STRONG"
],
"TableEncryption": [
"AWS_OWNED",
"CUSTOMER_MANAGED",
Expand Down Expand Up @@ -3636,6 +3640,10 @@
"CODE_DEPLOY",
"EXTERNAL"
],
"DeploymentStrategy": [
"ROLLING",
"BLUE_GREEN"
],
"PropagatedTagSource": [
"SERVICE",
"TASK_DEFINITION",
Expand Down Expand Up @@ -3731,6 +3739,17 @@
"disabled"
]
},
"aws-cdk/packages/aws-cdk-lib/aws-ecs/lib/deployment-lifecycle-hook-target.ts": {
"DeploymentLifecycleStage": [
"RECONCILE_SERVICE",
"PRE_SCALE_UP",
"POST_SCALE_UP",
"TEST_TRAFFIC_SHIFT",
"POST_TEST_TRAFFIC_SHIFT",
"PRODUCTION_TRAFFIC_SHIFT",
"POST_PRODUCTION_TRAFFIC_SHIFT"
]
},
"aws-cdk/packages/aws-cdk-lib/aws-ecs/lib/environment-file.ts": {
"EnvironmentFileType": [
"s3"
Expand Down
4 changes: 2 additions & 2 deletions version.v2.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.210.0",
"alphaVersion": "2.210.0-alpha.0"
"version": "2.211.0",
"alphaVersion": "2.211.0-alpha.0"
}
Loading