Skip to content

Commit fb66f3b

Browse files
chore: update CDK bootstrap template to version 30
1 parent 952c522 commit fb66f3b

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Projects": [
3+
{
4+
"Name": "AWS.Deploy.CLI",
5+
"Type": "Patch",
6+
"ChangelogMessages": [
7+
"Update CDK Bootstrap template to version 30"
8+
]
9+
}
10+
]
11+
}

src/AWS.Deploy.Orchestration/CDK/CDKBootstrapTemplate.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ Resources:
600600
- cloudformation:DeleteChangeSet
601601
- cloudformation:DescribeChangeSet
602602
- cloudformation:DescribeStacks
603+
- cloudformation:DescribeEvents
603604
- cloudformation:ExecuteChangeSet
604605
- cloudformation:CreateStack
605606
- cloudformation:UpdateStack
@@ -754,7 +755,7 @@ Resources:
754755
Type: String
755756
Name:
756757
Fn::Sub: /cdk-bootstrap/${Qualifier}/version
757-
Value: "29"
758+
Value: "30"
758759
Outputs:
759760
BucketName:
760761
Description: The name of the S3 bucket owned by the CDK toolkit stack
@@ -780,7 +781,4 @@ Outputs:
780781
Fn::Sub: ${ContainerAssetsRepository}
781782
BootstrapVersion:
782783
Description: The version of the bootstrap resources that are currently mastered in this stack
783-
Value:
784-
Fn::GetAtt:
785-
- CdkBootstrapVersion
786-
- Value
784+
Value: "30"

0 commit comments

Comments
 (0)