Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .autover/changes/84ec27fb-6377-4485-96e1-9f621f56fe10.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"Projects": [
{
"Name": "AWS.Deploy.CLI",
"Type": "Patch",
"ChangelogMessages": [
"Update CDK Bootstrap template to version 31"
]
}
]
}
5 changes: 3 additions & 2 deletions src/AWS.Deploy.Orchestration/CDK/CDKBootstrapTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ Resources:
- cloudformation:UpdateTerminationProtection
- sts:GetCallerIdentity
- cloudformation:GetTemplateSummary
- cloudformation:GetHookResult
Resource: "*"
Effect: Allow
- Sid: CliStagingBucket
Expand Down Expand Up @@ -755,7 +756,7 @@ Resources:
Type: String
Name:
Fn::Sub: /cdk-bootstrap/${Qualifier}/version
Value: "30"
Value: "31"
Outputs:
BucketName:
Description: The name of the S3 bucket owned by the CDK toolkit stack
Expand All @@ -781,4 +782,4 @@ Outputs:
Fn::Sub: ${ContainerAssetsRepository}
BootstrapVersion:
Description: The version of the bootstrap resources that are currently mastered in this stack
Value: "30"
Value: "31"
Loading