diff --git a/.autover/changes/03192035-7fd3-471f-af24-821317dcde39.json b/.autover/changes/03192035-7fd3-471f-af24-821317dcde39.json new file mode 100644 index 00000000..b47497f5 --- /dev/null +++ b/.autover/changes/03192035-7fd3-471f-af24-821317dcde39.json @@ -0,0 +1,11 @@ +{ + "Projects": [ + { + "Name": "AWS.Deploy.CLI", + "Type": "Patch", + "ChangelogMessages": [ + "Update CDK Bootstrap template to version 30" + ] + } + ] +} \ 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 55a79138..a5f0dd9a 100644 --- a/src/AWS.Deploy.Orchestration/CDK/CDKBootstrapTemplate.yaml +++ b/src/AWS.Deploy.Orchestration/CDK/CDKBootstrapTemplate.yaml @@ -600,6 +600,7 @@ Resources: - cloudformation:DeleteChangeSet - cloudformation:DescribeChangeSet - cloudformation:DescribeStacks + - cloudformation:DescribeEvents - cloudformation:ExecuteChangeSet - cloudformation:CreateStack - cloudformation:UpdateStack @@ -754,7 +755,7 @@ Resources: Type: String Name: Fn::Sub: /cdk-bootstrap/${Qualifier}/version - Value: "29" + Value: "30" Outputs: BucketName: Description: The name of the S3 bucket owned by the CDK toolkit stack @@ -780,7 +781,4 @@ Outputs: Fn::Sub: ${ContainerAssetsRepository} BootstrapVersion: Description: The version of the bootstrap resources that are currently mastered in this stack - Value: - Fn::GetAtt: - - CdkBootstrapVersion - - Value + Value: "30"