From fb66f3bfef9e787c8c20ce9de8fc85d1c9ea63d3 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Mon, 15 Dec 2025 00:36:32 +0000 Subject: [PATCH] chore: update CDK bootstrap template to version 30 --- .../changes/48b3d6bf-d91f-46fd-b532-bfaddf4e1ce3.json | 11 +++++++++++ .../CDK/CDKBootstrapTemplate.yaml | 8 +++----- 2 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 .autover/changes/48b3d6bf-d91f-46fd-b532-bfaddf4e1ce3.json diff --git a/.autover/changes/48b3d6bf-d91f-46fd-b532-bfaddf4e1ce3.json b/.autover/changes/48b3d6bf-d91f-46fd-b532-bfaddf4e1ce3.json new file mode 100644 index 00000000..b47497f5 --- /dev/null +++ b/.autover/changes/48b3d6bf-d91f-46fd-b532-bfaddf4e1ce3.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"