Skip to content

Releases: rackspace-infrastructure-automation/rackspace-toolbox

1.8.0

01 Dec 15:42
e67ac42
Compare
Choose a tag to compare
  • Ensures CircleCI deploy key is in PEM format before signing

1.7.7

31 Mar 14:49
d42728f
Compare
Choose a tag to compare
Merge pull request #48 from rackspace-infrastructure-automation/MPCSU…

1.7.6

23 Oct 16:12
89cf21a
Compare
Choose a tag to compare
Merge pull request #46 from rackspace-infrastructure-automation/outpu…

1.7.5 Update pre-installed Terraform versions

12 Mar 16:41
733ce5c
Compare
Choose a tag to compare

Updated to pre-install the most recent stable releases of terraform.

Ensures both plan and apply succeed when working with deleted layer directories

11 Mar 14:08
0c9c22c
Compare
Choose a tag to compare
1.7.4

Merge pull request #42 from rackspace-infrastructure-automation/jp/de…

Ensures changed_layers is always created

30 Jan 15:27
89c357a
Compare
Choose a tag to compare
1.7.3

Merge pull request #41 from rackspace-infrastructure-automation/jp/pl…

Touches full_plan_output.log to avoid breaking builds that include it in persist_to_workspace

29 Jan 17:33
9fc9cf4
Compare
Choose a tag to compare
1.7.2

Merge pull request #40 from rackspace-infrastructure-automation/jp/pl…

Writes some artifacts even if there is nothing to plan

29 Jan 15:25
bf5c5bf
Compare
Choose a tag to compare

Also, prints toolbox version at beginning of scripts

Writes both verbose logs file and succinct plan files to /tmp/artifacts/

28 Jan 14:59
72f883a
Compare
Choose a tag to compare

To make use of the code change here, repos using this toolbox should add the following lines to their .circleci/config.yml file.

      - store_artifacts:
          path: /tmp/artifacts
          destination: /

This is an opt-in feature. The repos that don't apply the change above should see no impact in their builds.

1.6.4

11 Jan 17:44
2139014
Compare
Choose a tag to compare
Merge pull request #37 from rackspace-infrastructure-automation/retry…