-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update the CDK bootstrap template to the latest version #802
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #802 +/- ##
=======================================
Coverage 61.46% 61.46%
=======================================
Files 277 277
Lines 10659 10659
Branches 1484 1484
=======================================
Hits 6552 6552
Misses 3566 3566
Partials 541 541 ☔ View full report in Codecov by Sentry. |
@@ -584,7 +584,7 @@ Resources: | |||
Type: String | |||
Name: | |||
Fn::Sub: /cdk-bootstrap/${Qualifier}/version | |||
Value: "18" | |||
Value: "19" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If 207+208 is from us, did CDK not actually change anything 18 -> 19?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it's weird. They only updated the version number.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, okay. Looks like they're made and then reverted two different changes recently: https://github.com/aws/aws-cdk/commits/main/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.