Skip to content

Commit a2e5f65

Browse files
authored
chore(release): v2.106.1 (#27942)
See CHANGELOG ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
2 parents 0d1a333 + 5324fa0 commit a2e5f65

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.v2.alpha.md

+2
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.106.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.106.0-alpha.0...v2.106.1-alpha.0) (2023-11-11)
6+
57
## [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)
68

79

CHANGELOG.v2.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.106.1](https://github.com/aws/aws-cdk/compare/v2.106.0...v2.106.1) (2023-11-11)
6+
7+
8+
### Reverts
9+
10+
* "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)
11+
512
## [2.106.0](https://github.com/aws/aws-cdk/compare/v2.105.0...v2.106.0) (2023-11-10)
613

714

packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ Resources:
182182
- HasCustomFileAssetsBucketName
183183
- Fn::Sub: "${FileAssetsBucketName}"
184184
- Fn::Sub: cdk-${Qualifier}-assets-${AWS::AccountId}-${AWS::Region}
185+
AccessControl: Private
185186
BucketEncryption:
186187
ServerSideEncryptionConfiguration:
187188
- ServerSideEncryptionByDefault:
@@ -617,7 +618,7 @@ Resources:
617618
Type: String
618619
Name:
619620
Fn::Sub: '/cdk-bootstrap/${Qualifier}/version'
620-
Value: '18'
621+
Value: '19'
621622
Outputs:
622623
BucketName:
623624
Description: The name of the S3 bucket owned by the CDK toolkit stack

version.v2.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.106.0",
3-
"alphaVersion": "2.106.0-alpha.0"
2+
"version": "2.106.1",
3+
"alphaVersion": "2.106.1-alpha.0"
44
}

0 commit comments

Comments
 (0)