Skip to content

Commit 731eb40

Browse files
aws-cdk-automationkonippibadmintoncryerjstjnsnAWS CDK Team
authored
chore(release): 2.219.0 (#35650)
See [CHANGELOG](https://github.com/aws/aws-cdk/blob/bump/2.219.0/CHANGELOG.md) --------- Signed-off-by: null <null> Co-authored-by: Kyosuke Konishi <86059523+Konippi@users.noreply.github.com> Co-authored-by: Kazuho Cryer-Shinozuka <malaysia.cryer@gmail.com> Co-authored-by: Joost Jansen <87212060+jstjnsn@users.noreply.github.com> Co-authored-by: AWS CDK Team <aws-cdk@amazon.com> Co-authored-by: aws-cdk-automation <aws-cdk-automation@users.noreply.github.com> Co-authored-by: Ahmed Hamed <aemada@amazon.com> Co-authored-by: aemada-aws <157400220+aemada-aws@users.noreply.github.com> Co-authored-by: Pahud Hsieh <pahudnet@gmail.com> Co-authored-by: Ian Kerins <git@isk.haus> Co-authored-by: Alisen Berat Ozel <74890690+ozelalisen@users.noreply.github.com> Co-authored-by: Kishan Gajjar - AWS <kdgajjar@amazon.com> Co-authored-by: Vishaal Mehrishi <mehrishi@amazon.nl>
1 parent ff49d50 commit 731eb40

File tree

91 files changed

+111618
-1673
lines changed

Some content is hidden

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

91 files changed

+111618
-1673
lines changed

.github/workflows/codebuild-pr-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ concurrency:
2424

2525
jobs:
2626
build:
27+
# Runner exists only for aws-cdk repo
28+
if: github.repository == 'aws/aws-cdk'
2729
runs-on: codebuild-aws-cdk-github-actions-runner-${{ github.run_id }}-${{ github.run_attempt }}
2830

2931
env:

.mergify.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# See https://doc.mergify.io
22
merge_queue:
3-
# Hopefully this gets Mergify to stop creating PRs just to test merges (it both messes with statistics and our automatic validations)
3+
# Required to force mergify to merge in place, see https://docs.mergify.com/merge-queue/parallel-checks/#inplace-checks-no-drafts
44
max_parallel_checks: 1
55
queue_rules:
66
- name: default-merge
7+
# batch_size: 1 enables in-place checks (no draft PRs created for testing merges)
8+
batch_size: 1
79
update_method: merge
810
merge_method: merge
911
conditions:
@@ -24,6 +26,8 @@ queue_rules:
2426
{{ body }}
2527
2628
- name: priority-squash
29+
# batch_size: 1 enables in-place checks (no draft PRs created for testing merges)
30+
batch_size: 1
2731
update_method: merge
2832
merge_method: squash
2933
conditions:
@@ -44,6 +48,8 @@ queue_rules:
4448
{{ body }}
4549
4650
- name: default-squash
51+
# batch_size: 1 enables in-place checks (no draft PRs created for testing merges)
52+
batch_size: 1
4753
update_method: merge
4854
merge_method: squash
4955
conditions:

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.219.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.218.0-alpha.0...v2.219.0-alpha.0) (2025-10-01)
6+
57
## [2.218.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.217.0-alpha.0...v2.218.0-alpha.0) (2025-09-29)
68
* **elasticache-alpha:** implement Serverless ElastiCache L2 Construct ([#35424](https://github.com/aws/aws-cdk/issues/35424)) ([0e08c8c](https://github.com/aws/aws-cdk/commit/0e08c8ccc17f45a9023433c17c22a951b23cad43))
79
## [2.217.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.216.0-alpha.0...v2.217.0-alpha.0) (2025-09-25)

CHANGELOG.v2.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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.219.0](https://github.com/aws/aws-cdk/compare/v2.218.0...v2.219.0) (2025-10-01)
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+
12+
aws-servicecatalog: AWS::ServiceCatalog::PortfolioPrincipalAssociation: PortfolioId property is now required.
13+
aws-servicecatalog: AWS::ServiceCatalog::PortfolioPrincipalAssociation: PrincipalARN property is now required.
14+
aws-servicecatalog: AWS::ServiceCatalog::PortfolioProductAssociation: Id attribute removed.
15+
16+
Co-authored-by: aws-cdk-automation <aws-cdk-automation@users.noreply.github.com>
17+
18+
### Features
19+
20+
* **ecs:** new L2 construct for ManagedInstances CapacityProvider ([#35648](https://github.com/aws/aws-cdk/issues/35648)) ([c72a09b](https://github.com/aws/aws-cdk/commit/c72a09bbd712e22ee53cfa7d7362228660980754))
21+
* update L1 CloudFormation resource definitions ([#35646](https://github.com/aws/aws-cdk/issues/35646)) ([860ce0d](https://github.com/aws/aws-cdk/commit/860ce0d4aeeff9fd46442b1b18faecaeb46009fa))
22+
* **codebuild:** add custom instance type and VPC to Fleets ([#34572](https://github.com/aws/aws-cdk/issues/34572)) ([5c2781b](https://github.com/aws/aws-cdk/commit/5c2781bbadfef8481fbc5d808dc34b7d6379a467))
23+
* **codebuild:** support overflow behavior of fleet ([#35480](https://github.com/aws/aws-cdk/issues/35480)) ([e4113b0](https://github.com/aws/aws-cdk/commit/e4113b04d0b0b00ec54425e63a42b9d4c03c08f9))
24+
* update L1 CloudFormation resource definitions ([#35614](https://github.com/aws/aws-cdk/issues/35614)) ([fb0a114](https://github.com/aws/aws-cdk/commit/fb0a114a835c592594e241ae6752ad98db287ac6))
25+
26+
27+
### Bug Fixes
28+
29+
* **cloudfront:** edgefunction does not propagate stack tags correctly ([#35518](https://github.com/aws/aws-cdk/issues/35518)) ([63088e8](https://github.com/aws/aws-cdk/commit/63088e8778bcaaad29eb55ddd3ce9005a79eab86))
30+
531
## [2.218.0](https://github.com/aws/aws-cdk/compare/v2.217.0...v2.218.0) (2025-09-29)
632

733

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.project-fleet-attribute-based-compute.js.snapshot/AttributeBasedComputeFleetIntegStack0.assets.json

Lines changed: 5 additions & 4 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-codebuild/test/integ.project-fleet-attribute-based-compute.js.snapshot/AttributeBasedComputeFleetIntegStack0.template.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,14 @@
150150
"EncryptionKey": "alias/aws/s3",
151151
"Environment": {
152152
"ComputeType": "BUILD_GENERAL1_SMALL",
153+
"Fleet": {
154+
"FleetArn": {
155+
"Fn::GetAtt": [
156+
"MyFleet1E628396",
157+
"Arn"
158+
]
159+
}
160+
},
153161
"Image": "aws/codebuild/standard:7.0",
154162
"ImagePullCredentialsType": "CODEBUILD",
155163
"PrivilegedMode": false,

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.project-fleet-attribute-based-compute.js.snapshot/AttributeBasedComputeFleetIntegStack1.assets.json

Lines changed: 5 additions & 4 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-codebuild/test/integ.project-fleet-attribute-based-compute.js.snapshot/AttributeBasedComputeFleetIntegStack1.template.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,14 @@
150150
"EncryptionKey": "alias/aws/s3",
151151
"Environment": {
152152
"ComputeType": "BUILD_GENERAL1_SMALL",
153+
"Fleet": {
154+
"FleetArn": {
155+
"Fn::GetAtt": [
156+
"MyFleet1E628396",
157+
"Arn"
158+
]
159+
}
160+
},
153161
"Image": "aws/codebuild/standard:7.0",
154162
"ImagePullCredentialsType": "CODEBUILD",
155163
"PrivilegedMode": false,
@@ -169,17 +177,6 @@
169177
}
170178
},
171179
"Outputs": {
172-
"ExportsOutputFnGetAttMyFleet1E628396Arn64216BDA": {
173-
"Value": {
174-
"Fn::GetAtt": [
175-
"MyFleet1E628396",
176-
"Arn"
177-
]
178-
},
179-
"Export": {
180-
"Name": "AttributeBasedComputeFleetIntegStack1:ExportsOutputFnGetAttMyFleet1E628396Arn64216BDA"
181-
}
182-
},
183180
"ExportsOutputRefMyProject39F7B0AE1CE3CA42": {
184181
"Value": {
185182
"Ref": "MyProject39F7B0AE"

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.project-fleet-attribute-based-compute.js.snapshot/AttributeBasedComputeFleetIntegStack2.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.

0 commit comments

Comments
 (0)