File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
src/AWS.Deploy.Orchestration/CDK Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff 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 "
758759Outputs :
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"
You can’t perform that action at this time.
0 commit comments