Skip to content

Releases: cloudposse/test-harness

v0.8.0

18 Sep 18:13
d030505
Compare
Choose a tag to compare
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
fix tests for 0.13 @osterman (#15)

what

  • invert conditional to fix tests for newer versions of terraform

why

  • syntax for 0.13 same as for 0.12
add terraform 0.13 @osterman (#14)

what

  • add terraform 0.13 binary to test-harness

why

  • support infra tests against 0.13

0.7.0

03 Jul 01:38
8ef0f9b
Compare
Choose a tag to compare
rebuild readme and add github action (#13)

0.6.2

16 Jun 01:38
0149341
Compare
Choose a tag to compare
fix tests (#12)

0.6.1: Fix terraform validate test (#11)

07 May 20:15
237e8e2
Compare
Choose a tag to compare
* 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`

21 Jan 19:02
476eb96
Compare
Choose a tag to compare

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`

28 Jun 19:56
6a4b2b3
Compare
Choose a tag to compare

what

  • Update terraform-docs.awk

why

  • Make it compatible with Terraform 0.12

related

0.4.1

13 Jun 02:23
79dfc20
Compare
Choose a tag to compare
[test/terraform] plan should accept changes (#8)

0.4.0: [terraform] 0.12 support (#7)

05 Jun 02:51
ffda33b
Compare
Choose a tag to compare
* 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)

28 May 06:22
523010a
Compare
Choose a tag to compare
* fix tests

* fix typo

0.3.1: fix for alpine (#5)

28 May 03:45
96c1987
Compare
Choose a tag to compare
* fix for alpine

* Update readme

* fix badge