Skip to content

Commit

Permalink
chore: update the CDK Bootstrap template to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
philasmar committed Oct 8, 2024
1 parent decabd4 commit 58ca72d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .autover/changes/2dff0134-175b-4d6a-b6bd-27e272105ba3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"Projects": [
{
"Name": "AWS.Deploy.CLI",
"Type": "Patch",
"ChangelogMessages": [
"Update the CDK Bootstrap template to the latest version"
]
}
]
}
4 changes: 3 additions & 1 deletion src/AWS.Deploy.Orchestration/CDK/CDKBootstrapTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ Resources:
- cloudformation:ExecuteChangeSet
- cloudformation:CreateStack
- cloudformation:UpdateStack
- cloudformation:RollbackStack
- cloudformation:ContinueUpdateRollback
Resource: "*"
- Sid: PipelineCrossAccountArtifactsBucket
Effect: Allow
Expand Down Expand Up @@ -609,7 +611,7 @@ Resources:
Type: String
Name:
Fn::Sub: /cdk-bootstrap/${Qualifier}/version
Value: "22"
Value: "23"
Outputs:
BucketName:
Description: The name of the S3 bucket owned by the CDK toolkit stack
Expand Down

0 comments on commit 58ca72d

Please sign in to comment.