Skip to content

Commit f56cb70

Browse files
authored
fix(bootstrap): bootstrap stack version was not bumped during previous update (#23669)
---- This PR bumps the template version, since it was modified in #21975 but the version number was not changed. cc: @rix0rrr who has assisted with merging the previous PR. ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Construct Runtime Dependencies: * [ ] This PR adds new construct runtime dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-construct-runtime-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 6dcec2d commit f56cb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ Resources:
587587
Type: String
588588
Name:
589589
Fn::Sub: '/cdk-bootstrap/${Qualifier}/version'
590-
Value: '14'
590+
Value: '15'
591591
Outputs:
592592
BucketName:
593593
Description: The name of the S3 bucket owned by the CDK toolkit stack

0 commit comments

Comments
 (0)