From 7e4d8cff0d58ef728ce673f4cddea802e3093f28 Mon Sep 17 00:00:00 2001 From: Phil Asmar Date: Fri, 4 Oct 2024 10:44:52 -0400 Subject: [PATCH] chore: update the CDK Bootstrap template to the latest version --- .../changes/2dff0134-175b-4d6a-b6bd-27e272105ba3.json | 11 +++++++++++ .../CDK/CDKBootstrapTemplate.yaml | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .autover/changes/2dff0134-175b-4d6a-b6bd-27e272105ba3.json diff --git a/.autover/changes/2dff0134-175b-4d6a-b6bd-27e272105ba3.json b/.autover/changes/2dff0134-175b-4d6a-b6bd-27e272105ba3.json new file mode 100644 index 00000000..6f0fd27c --- /dev/null +++ b/.autover/changes/2dff0134-175b-4d6a-b6bd-27e272105ba3.json @@ -0,0 +1,11 @@ +{ + "Projects": [ + { + "Name": "AWS.Deploy.CLI", + "Type": "Patch", + "ChangelogMessages": [ + "Update the CDK Bootstrap template to the latest version" + ] + } + ] +} \ No newline at end of file diff --git a/src/AWS.Deploy.Orchestration/CDK/CDKBootstrapTemplate.yaml b/src/AWS.Deploy.Orchestration/CDK/CDKBootstrapTemplate.yaml index 46e47339..205243a2 100644 --- a/src/AWS.Deploy.Orchestration/CDK/CDKBootstrapTemplate.yaml +++ b/src/AWS.Deploy.Orchestration/CDK/CDKBootstrapTemplate.yaml @@ -470,6 +470,8 @@ Resources: - cloudformation:ExecuteChangeSet - cloudformation:CreateStack - cloudformation:UpdateStack + - cloudformation:RollbackStack + - cloudformation:ContinueUpdateRollback Resource: "*" - Sid: PipelineCrossAccountArtifactsBucket Effect: Allow @@ -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