diff --git a/CHANGELOG.md b/CHANGELOG.md index 711ba35..77a60b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # rackspace-toolbox Changelog +## [1.7.5](https://github.com/rackspace-infrastructure-automation/rackspace-toolbox/releases/tag/1.7.5) (Mar 12, 2019) + +Updated to pre-install the most recent stable releases of terraform. + ## [1.7.4](https://github.com/rackspace-infrastructure-automation/rackspace-toolbox/releases/tag/1.7.4) (Mar 11, 2019) Ensures both plan and apply succeed when working with deleted layer directories. diff --git a/toolbox/Dockerfile b/toolbox/Dockerfile index 2c4810f..0b356f6 100644 --- a/toolbox/Dockerfile +++ b/toolbox/Dockerfile @@ -17,8 +17,8 @@ RUN chmod +x /usr/local/bin/json2hcl RUN pip install git+https://github.com/rackerlabs/tuvok.git@$TUVOK_VERSION # recent terraform versions -RUN tfenv install 0.11.10 -RUN tfenv install 0.11.9 +RUN tfenv install 0.11.13 +RUN tfenv install 0.11.11 RUN tfenv install 0.11.8 RUN tfenv install 0.11.7 RUN tfenv install 0.11.4 diff --git a/toolbox/bin/variables.sh b/toolbox/bin/variables.sh index cb9f47e..9f9eaf6 100755 --- a/toolbox/bin/variables.sh +++ b/toolbox/bin/variables.sh @@ -1,7 +1,7 @@ #!/usr/bin/env sh set -eu -o pipefail -echo "Rackspace Toolbox - 1.7.4" +echo "Rackspace Toolbox - 1.7.5" check_old() { local fake_hostname='github.com.original.invalid'