Skip to content

Commit

Permalink
chore: update CDK Bootstrap template to version 23
Browse files Browse the repository at this point in the history
  • Loading branch information
philasmar committed Oct 11, 2024
1 parent 6223d42 commit e408f38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .autover/changes/a341e9ce-1356-465d-b1b4-77743905d586.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"Name": "AWS.Deploy.CLI",
"Type": "Patch",
"ChangelogMessages": [
"Revert the CDK Bootstrap template to version 22 due to CDK rollback",
"Bump System.Text.Json to 8.0.5 to address a known high severity vulnerability"
]
},
Expand Down
4 changes: 3 additions & 1 deletion src/AWS.Deploy.Orchestration/CDK/CDKBootstrapTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ Resources:
- cloudformation:ExecuteChangeSet
- cloudformation:CreateStack
- cloudformation:UpdateStack
- cloudformation:RollbackStack
- cloudformation:ContinueUpdateRollback
Resource: "*"
- Sid: PipelineCrossAccountArtifactsBucket
Effect: Allow
Expand Down Expand Up @@ -609,7 +611,7 @@ Resources:
Type: String
Name:
Fn::Sub: /cdk-bootstrap/${Qualifier}/version
Value: "22"
Value: "23"
Outputs:
BucketName:
Description: The name of the S3 bucket owned by the CDK toolkit stack
Expand Down

0 comments on commit e408f38

Please sign in to comment.