From c763a590ef2addbd7de0a2063f32eacebbf7296b Mon Sep 17 00:00:00 2001 From: Colin Francis <131073567+colifran@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:44:46 -0800 Subject: [PATCH 1/3] chore: bump bootstrap template to version 19 (#27941) Bumped the bootstrap template version to 19. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml b/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml index 181429f220ea5..e136839c6eb93 100644 --- a/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml +++ b/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml @@ -617,7 +617,7 @@ Resources: Type: String Name: Fn::Sub: '/cdk-bootstrap/${Qualifier}/version' - Value: '18' + Value: '19' Outputs: BucketName: Description: The name of the S3 bucket owned by the CDK toolkit stack From bede2d1195d65e61464a40d0da4213f9f09152ca Mon Sep 17 00:00:00 2001 From: Colin Francis <131073567+colifran@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:06:01 -0800 Subject: [PATCH 2/3] revert: "chore(cdk): boostrap template uses deprecated AccessControl property" (#27939) Reverts aws/aws-cdk#27764 --- packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml b/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml index e136839c6eb93..399562f08bade 100644 --- a/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml +++ b/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml @@ -182,6 +182,7 @@ Resources: - HasCustomFileAssetsBucketName - Fn::Sub: "${FileAssetsBucketName}" - Fn::Sub: cdk-${Qualifier}-assets-${AWS::AccountId}-${AWS::Region} + AccessControl: Private BucketEncryption: ServerSideEncryptionConfiguration: - ServerSideEncryptionByDefault: From 5324fa07c4f0ed769755d86962b6cb28bdaa8caf Mon Sep 17 00:00:00 2001 From: Francis Date: Fri, 10 Nov 2023 18:55:12 -0800 Subject: [PATCH 3/3] chore(release): 2.106.1 --- CHANGELOG.v2.alpha.md | 2 ++ CHANGELOG.v2.md | 7 +++++++ version.v2.json | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.v2.alpha.md b/CHANGELOG.v2.alpha.md index 973102577a01d..cc00f6415bfb5 100644 --- a/CHANGELOG.v2.alpha.md +++ b/CHANGELOG.v2.alpha.md @@ -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.106.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.106.0-alpha.0...v2.106.1-alpha.0) (2023-11-11) + ## [2.106.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.105.0-alpha.0...v2.106.0-alpha.0) (2023-11-10) diff --git a/CHANGELOG.v2.md b/CHANGELOG.v2.md index f97ac6cd590fd..b07365c9245b9 100644 --- a/CHANGELOG.v2.md +++ b/CHANGELOG.v2.md @@ -2,6 +2,13 @@ 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.106.1](https://github.com/aws/aws-cdk/compare/v2.106.0...v2.106.1) (2023-11-11) + + +### Reverts + +* "chore(cdk): boostrap template uses deprecated AccessControl property" ([#27939](https://github.com/aws/aws-cdk/issues/27939)) ([bede2d1](https://github.com/aws/aws-cdk/commit/bede2d1195d65e61464a40d0da4213f9f09152ca)), closes [aws/aws-cdk#27764](https://github.com/aws/aws-cdk/issues/27764) + ## [2.106.0](https://github.com/aws/aws-cdk/compare/v2.105.0...v2.106.0) (2023-11-10) diff --git a/version.v2.json b/version.v2.json index b3f8046fa0b43..62104bf7f0119 100644 --- a/version.v2.json +++ b/version.v2.json @@ -1,4 +1,4 @@ { - "version": "2.106.0", - "alphaVersion": "2.106.0-alpha.0" + "version": "2.106.1", + "alphaVersion": "2.106.1-alpha.0" } \ No newline at end of file