Skip to content

Commit

Permalink
Merge pull request #43 from rackspace-infrastructure-automation/dbbur…
Browse files Browse the repository at this point in the history
…gess/add-newer-tf-versions

Add newer versions of Terraform
  • Loading branch information
dbburgess authored Mar 12, 2019
2 parents 0c9c22c + 23b2bbd commit 733ce5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions toolbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion toolbox/bin/variables.sh
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 733ce5c

Please sign in to comment.