Releases: cloudposse/test-harness
Releases · cloudposse/test-harness
v0.8.0
Update TF to 0.13.3, update docker build, add auto-release @Nuru (#16)
what
- Update Terraform to 0.13.3 and latest APK packages
- Update build-harness to 0.44.2
- Update docker build to push release label tag
- Add auto-release
- Add CODEOWNERS
why
- Terraform 0.13.3 has significant bug fixes needed by some modules
- Keep build tools in sync
- Allow people to choose docker image based on release version
- Handle release automatically
- Protect files from uninformed changes
0.7.0
0.6.2
0.6.1: Fix terraform validate test (#11)
* Adds prerequisites to README * Fixes validate.bats issue with "region" error for modules. This is the same issue as https://github.com/cloudposse/build-harness/pull/208. Without a default region, `terraform validate` fails when running against independent modules as they do not have a provider/region supplied. * Fixes validate.bats unsetting the wrong environment var I believe this was just a mistake but I may be wrong. setup() sets TF_CLI_ARGS_init, but teardown unsets TF_CLI_ARGS_plan. That seemed like a small typo to me, so I figured I would include this.
0.6.0 Fix `terraform-docs`
what
- Fix
terraform-docs
- Make
terraform-docs
work with TF 0.12
why
terraform-docs
for TF 0.12 introduced many changes- Add check if terraform descriptions are empty or missing completely
references
0.5.0 Update `terraform-docs.awk`
what
- Update
terraform-docs.awk
why
- Make it compatible with Terraform 0.12
related
0.4.1
0.4.0: [terraform] 0.12 support (#7)
* Terraform 0.12 support * Terraform 0.12 support * drop empty scrit * Update module pinning test * fix tests * fix tests * reduce noise * support no modules at all * Update test/terraform/validate.bats
0.3.2: fix tests (#6)
* fix tests * fix typo
0.3.1: fix for alpine (#5)
* fix for alpine * Update readme * fix badge