Skip to content

Commit

Permalink
Merge branch 'release/0.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodian committed Sep 5, 2019
2 parents 866370b + 499db6f commit 7af7c26
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Next

## 0.8.0

- Feature: Upgraded docker to 4.0.2
- Feature: Upgraded docker-compose to 1.24.1
- Feature: Upgraded azure-cli to 2.0.72
- Feature: Upgraded awscli to 1.16.232
- Feature: Upgraded ansible to 2.8.4
- Feature: Upgraded Terraform to 0.12.8

## 0.7.1

- Cleanup: Removed ansible[azure]
Expand Down
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM alpine:3.9

ENV TF_VERSION 0.12.5
ENV TF_VERSION 0.12.8
ENV TF_FILE terraform_${TF_VERSION}_linux_amd64.zip

ENV ANSIBLE_VERSION 2.7.10
ENV AWSCLI_VERSION 1.16.186
ENV AZURE_VERSION 2.0.67
ENV DOCKER_COMPOSE 1.24.0
ENV DOCKER_ENGINE 3.7.2
ENV ANSIBLE_VERSION 2.8.4
ENV AWSCLI_VERSION 1.16.232
ENV AZURE_VERSION 2.0.72
ENV DOCKER_COMPOSE 1.24.1
ENV DOCKER_ENGINE 4.0.2

# Install OS dependencies.
RUN echo "System dependencies" && \
Expand Down

0 comments on commit 7af7c26

Please sign in to comment.