Skip to content

Commit 8f96787

Browse files
committed
chore(release): 2.221.1
1 parent 4379f66 commit 8f96787

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
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.221.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.221.0-alpha.0...v2.221.1-alpha.0) (2025-10-29)
6+
57
## [2.221.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.220.0-alpha.0...v2.221.0-alpha.0) (2025-10-24)
68

79

CHANGELOG.v2.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
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.221.1](https://github.com/aws/aws-cdk/compare/v2.221.0...v2.221.1) (2025-10-29)
6+
7+
8+
### Bug Fixes
9+
10+
* compilation failure in Go ([#35871](https://github.com/aws/aws-cdk/issues/35871)) ([4379f66](https://github.com/aws/aws-cdk/commit/4379f66f42ee9adaffbc2836399c75f86d6bf784)), closes [aws/aws-cdk#35770](https://github.com/aws/aws-cdk/issues/35770) [#35862](https://github.com/aws/aws-cdk/issues/35862)
11+
512
## [2.221.0](https://github.com/aws/aws-cdk/compare/v2.220.0...v2.221.0) (2025-10-24)
613

714

815
### ⚠ BREAKING CHANGES
916

1017
* ** 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:
1118
- **aws-datazone**: AWS::DataZone::ProjectProfile: Id property removed.
12-
- **aws-logs**: AWS::Logs::DeliveryDestination: DeliveryDestinationType attribute removed.
19+
- **aws-logs**: AWS::Logs::DeliveryDestination: DeliveryDestinationType attribute removed.
1320
- **aws-s3**: AWS::S3::AccessGrantsLocation: IamRoleArn property is now required.
1421
- **aws-s3**: AWS::S3::AccessGrantsLocation: LocationScope property is now required.
1522
- **aws-servicecatalog**: AWS::ServiceCatalog::TagOptionAssociation: Id attribute removed.
@@ -39,16 +46,16 @@ All notable changes to this project will be documented in this file. See [standa
3946

4047
### ⚠ BREAKING CHANGES
4148

42-
* **
49+
* **
4350
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:
4451

45-
- **aws-neptune**: AWS::Neptune::EventSubscription: SnsTopicArn property is now required.
46-
- **aws-neptune**: AWS::Neptune::EventSubscription: Id attribute removed.
52+
- **aws-neptune**: AWS::Neptune::EventSubscription: SnsTopicArn property is now required.
53+
- **aws-neptune**: AWS::Neptune::EventSubscription: Id attribute removed.
4754
- **aws-servicecatalog**: AWS::ServiceCatalog::PortfolioShare: Id attribute removed.
4855
- **aws-lex**: AWS::Lex::ResourcePolicy: ResourceArn property is now immutable.
4956

5057
Co-authored-by: aws-cdk-automation <aws-cdk-automation@users.noreply.github.com>
51-
* **
58+
* **
5259
### Features
5360

5461
* **batch:** ec2 Managed Compute Environment support default instance classes, deprecate `useOptimalInstanceClasses` ([#35537](https://github.com/aws/aws-cdk/issues/35537)) ([9d59dd8](https://github.com/aws/aws-cdk/commit/9d59dd8676bdfbba6f562d82411a527e1f7b6296)), closes [#35515](https://github.com/aws/aws-cdk/issues/35515)

version.v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.221.0",
3-
"alphaVersion": "2.221.0-alpha.0"
2+
"version": "2.221.1",
3+
"alphaVersion": "2.221.1-alpha.0"
44
}

0 commit comments

Comments
 (0)