Skip to content

Commit aeb97e4

Browse files
authored
Merge branch 'main' into patch-1
2 parents e831c42 + bf10d94 commit aeb97e4

File tree

90 files changed

+7251
-851
lines changed

Some content is hidden

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

90 files changed

+7251
-851
lines changed

.mergify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ queue_rules:
88
- name: default-merge
99
# batch_size: 1 enables in-place checks (no draft PRs created for testing merges)
1010
batch_size: 1
11-
update_method: merge
11+
update_method: rebase
1212
merge_method: merge
1313
queue_conditions:
1414
- -title~=(WIP|wip)
@@ -33,7 +33,7 @@ queue_rules:
3333
- name: priority-squash
3434
# batch_size: 1 enables in-place checks (no draft PRs created for testing merges)
3535
batch_size: 1
36-
update_method: merge
36+
update_method: rebase
3737
merge_method: squash
3838
queue_conditions:
3939
- base!=release
@@ -58,7 +58,7 @@ queue_rules:
5858
- name: default-squash
5959
# batch_size: 1 enables in-place checks (no draft PRs created for testing merges)
6060
batch_size: 1
61-
update_method: merge
61+
update_method: rebase
6262
merge_method: squash
6363
queue_conditions:
6464
- base!=release

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)

allowed-breaking-changes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,3 +966,6 @@ removed:aws-cdk-lib.lambda_layer_kubectl.KubectlLayer
966966
# Fixing the JsonSchema interface to be consistent with JSON Schema spec
967967
changed-type:aws-cdk-lib.aws_apigateway.JsonSchema.additionalItems
968968
strengthened:aws-cdk-lib.aws_apigateway.JsonSchema
969+
970+
# Revert a failing change
971+
strengthened:aws-cdk-lib.aws_stepfunctions.StateMachineProps

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.spec-restapi.js.snapshot/apigatewayspecrestapiDefaultTestDeployAssertD16AA485.assets.json

Lines changed: 2 additions & 2 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-apigateway/test/integ.spec-restapi.js.snapshot/cdk.out

Lines changed: 1 addition & 1 deletion
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-apigateway/test/integ.spec-restapi.js.snapshot/integ.json

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

0 commit comments

Comments
 (0)