From 4bce28a9f54aa6d14620b7b9cbdc1f401e47d7db Mon Sep 17 00:00:00 2001 From: Matteo Figus Date: Fri, 19 Jun 2020 13:43:51 +0100 Subject: [PATCH] Wait for codepipeline during upgrades (#164) * Wait for codepipeline during upgrades * Update changelog --- CHANGELOG.md | 7 +++++++ templates/deployment_helper.yaml | 1 + templates/template.yaml | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aad02e35..2bf45695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## v0.3 + +### Summary + +- [#164](https://github.com/awslabs/amazon-s3-find-and-forget/pull/164): Fix for + a bug affecting v0.2 deployment via CloudFormation + ## v0.2 ### Summary diff --git a/templates/deployment_helper.yaml b/templates/deployment_helper.yaml index 968303a5..0c06fc50 100644 --- a/templates/deployment_helper.yaml +++ b/templates/deployment_helper.yaml @@ -431,3 +431,4 @@ Resources: CodeBuildArtefactBucket: !Ref CodeBuildArtefactBucket ECRRepository: !Ref ECRRepository LogLevel: !Ref LogLevel + Version: !Ref Version diff --git a/templates/template.yaml b/templates/template.yaml index 5b3b95c0..b8d9ca4c 100644 --- a/templates/template.yaml +++ b/templates/template.yaml @@ -1,6 +1,6 @@ AWSTemplateFormatVersion: "2010-09-09" Transform: AWS::Serverless-2016-10-31 -Description: Amazon S3 Find and Forget (uksb-1q2j8beb0) (version:v0.2) +Description: Amazon S3 Find and Forget (uksb-1q2j8beb0) (version:v0.3) Parameters: AccessControlAllowOriginOverride: @@ -117,7 +117,7 @@ Conditions: Mappings: Solution: Constants: - Version: 'v0.2' + Version: 'v0.3' Resources: TempBucket: