Skip to content

Commit

Permalink
Wait for codepipeline during upgrades (#164)
Browse files Browse the repository at this point in the history
* Wait for codepipeline during upgrades

* Update changelog
  • Loading branch information
matteofigus authored Jun 19, 2020
1 parent e5c9d59 commit 4bce28a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions templates/deployment_helper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,3 +431,4 @@ Resources:
CodeBuildArtefactBucket: !Ref CodeBuildArtefactBucket
ECRRepository: !Ref ECRRepository
LogLevel: !Ref LogLevel
Version: !Ref Version
4 changes: 2 additions & 2 deletions templates/template.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -117,7 +117,7 @@ Conditions:
Mappings:
Solution:
Constants:
Version: 'v0.2'
Version: 'v0.3'

Resources:
TempBucket:
Expand Down

0 comments on commit 4bce28a

Please sign in to comment.