Skip to content

Commit

Permalink
Merge release branch into master branch [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubisproject (Mozilla) committed Jul 13, 2018
2 parents 5648e9c + 30171c0 commit 634ca84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
# Change Log

## [v0.17.0](https://github.com/nubisproject/nubis-docker-deploy/tree/v0.17.0) (2018-07-13)
[Full Changelog](https://github.com/nubisproject/nubis-docker-deploy/compare/v0.16.0...v0.17.0)

**Merged pull requests:**

- Work around AWS S333diocy [\#88](https://github.com/nubisproject/nubis-docker-deploy/pull/88) ([tinnightcap](https://github.com/tinnightcap))

## [v0.16.0](https://github.com/nubisproject/nubis-docker-deploy/tree/v0.16.0) (2018-07-11)
[Full Changelog](https://github.com/nubisproject/nubis-docker-deploy/compare/v0.15.0...v0.16.0)

**Closed issues:**

- Add debugging output for terraform [\#83](https://github.com/nubisproject/nubis-docker-deploy/issues/83)
- Expose $rv to caller [\#82](https://github.com/nubisproject/nubis-docker-deploy/issues/82)
- Tag v0.16.0 release [\#85](https://github.com/nubisproject/nubis-docker-deploy/issues/85)

**Merged pull requests:**

- Update CHANGELOG for v0.16.0 release \[skip ci\] [\#87](https://github.com/nubisproject/nubis-docker-deploy/pull/87) ([nubis-automation](https://github.com/nubis-automation))
- Update CHANGELOG for v0.16.0 release \[skip ci\] [\#86](https://github.com/nubisproject/nubis-docker-deploy/pull/86) ([nubis-automation](https://github.com/nubis-automation))
- Carry $rv through and add Terraform debug support [\#84](https://github.com/nubisproject/nubis-docker-deploy/pull/84) ([tinnightcap](https://github.com/tinnightcap))

## [v0.15.0](https://github.com/nubisproject/nubis-docker-deploy/tree/v0.15.0) (2018-07-03)
Expand Down
2 changes: 1 addition & 1 deletion nubis-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ setup-terraform () {
else
export STATE_BUCKET
fi
BUCKET_REGION=$(aws s3api get-bucket-location --bucket "${STATE_BUCKET}" | jq -r '.LocationConstraint')
BUCKET_REGION=$(aws s3api get-bucket-location --bucket "${STATE_BUCKET}" | jq -r '.LocationConstraint // "us-east-1"')
# Make sure we got a state bucket region
if [ "${BUCKET_REGION}" == 'null' ]; then
echo -e "\033[1;31mERROR: Could not look up bucket location using:\033[0m"
Expand Down

0 comments on commit 634ca84

Please sign in to comment.