Skip to content
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

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

philasmar
Copy link
Contributor

Description of changes:

  • Update the CDK bootstrap template to the latest version in order to unblock the failing PR check

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link

codecov bot commented Nov 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (67923a4) 61.46% compared to head (1f13a29) 61.46%.

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.
📢 Have feedback on the report? Share it here.

@@ -584,7 +584,7 @@ Resources:
Type: String
Name:
Fn::Sub: /cdk-bootstrap/${Qualifier}/version
Value: "18"
Value: "19"
Copy link
Member

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?

Copy link
Contributor Author

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.

Copy link
Member

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

@philasmar philasmar merged commit 4be9ef2 into dev Nov 16, 2023
11 checks passed
@philasmar philasmar deleted the asmarp/update-cdk-bootstrap-template branch November 16, 2023 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants