Releases: rackspace-infrastructure-automation/rackspace-toolbox
Releases · rackspace-infrastructure-automation/rackspace-toolbox
1.8.0
1.7.7
Merge pull request #48 from rackspace-infrastructure-automation/MPCSU…
1.7.6
1.7.5 Update pre-installed Terraform versions
Updated to pre-install the most recent stable releases of terraform.
Ensures both plan and apply succeed when working with deleted layer directories
1.7.4 Merge pull request #42 from rackspace-infrastructure-automation/jp/de…
Ensures changed_layers is always created
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
1.7.2 Merge pull request #40 from rackspace-infrastructure-automation/jp/pl…
Writes some artifacts even if there is nothing to plan
Also, prints toolbox version at beginning of scripts
Writes both verbose logs file and succinct plan files to /tmp/artifacts/
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.