diff --git a/.autover/changes/84ec27fb-6377-4485-96e1-9f621f56fe10.json b/.autover/changes/84ec27fb-6377-4485-96e1-9f621f56fe10.json new file mode 100644 index 00000000..df941ab4 --- /dev/null +++ b/.autover/changes/84ec27fb-6377-4485-96e1-9f621f56fe10.json @@ -0,0 +1,11 @@ +{ + "Projects": [ + { + "Name": "AWS.Deploy.CLI", + "Type": "Patch", + "ChangelogMessages": [ + "Update CDK Bootstrap template to version 31" + ] + } + ] +} \ 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 a5f0dd9a..9b6fd671 100644 --- a/src/AWS.Deploy.Orchestration/CDK/CDKBootstrapTemplate.yaml +++ b/src/AWS.Deploy.Orchestration/CDK/CDKBootstrapTemplate.yaml @@ -646,6 +646,7 @@ Resources: - cloudformation:UpdateTerminationProtection - sts:GetCallerIdentity - cloudformation:GetTemplateSummary + - cloudformation:GetHookResult Resource: "*" Effect: Allow - Sid: CliStagingBucket @@ -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 @@ -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"