diff --git a/CHANGES.md b/CHANGES.md index 7cf9723..0dae63a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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] diff --git a/Dockerfile b/Dockerfile index 545db00..ff15e9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" && \