diff --git a/.autover/changes/61a3e8e4-f338-451b-ac86-61f1bb2c9c46.json b/.autover/changes/61a3e8e4-f338-451b-ac86-61f1bb2c9c46.json new file mode 100644 index 00000000..e781cd0b --- /dev/null +++ b/.autover/changes/61a3e8e4-f338-451b-ac86-61f1bb2c9c46.json @@ -0,0 +1,18 @@ +{ + "Projects": [ + { + "Name": "AWS.Deploy.ServerMode.Client", + "Type": "Patch", + "ChangelogMessages": [ + "Bumped AWSSDK.Core version to 4.0.3.3" + ] + }, + { + "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..2fc3131a 100644 --- a/src/AWS.Deploy.Orchestration/CDK/CDKBootstrapTemplate.yaml +++ b/src/AWS.Deploy.Orchestration/CDK/CDKBootstrapTemplate.yaml @@ -601,6 +601,7 @@ Resources: - cloudformation:DescribeChangeSet - cloudformation:DescribeStacks - cloudformation:ExecuteChangeSet + - cloudformation:DescribeEvents - cloudformation:CreateStack - cloudformation:UpdateStack - cloudformation:RollbackStack @@ -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" diff --git a/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj b/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj index 2cac080c..252eb014 100644 --- a/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj +++ b/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj @@ -16,7 +16,7 @@ - +