Releases: cloudposse/test-harness
Releases · cloudposse/test-harness
v0.27.0
v0.26.3
v0.26.2
v0.26.1
v0.26.0
Disable default terraform reference @goruha (#47)
what
- Disable default terraform reference
why
- Allow to use OpenToFu for terratest use
Option 1
of migration guide to use OpenToFu
Migration Guide
Switching to tofu:
* Install OpenTofu cli https://github.com/opentofu/opentofu
* Apply one of:
Option 1: Remove terraform binary from PATH
Option 2: use [TerraformBinary config](https://github.com/gruntwork-io/terratest/blob/master/modules/terraform/options.go#L41) to specify tofu executable
references
v0.25.0
Added OpenToFu @goruha (#46)
what
- Added OpenToFu
1.7.1
why
- Allow to test modules for OpenToFu
references
- DEV-374
Add opentofu to all our Terragrunt Testing GHA matrix
- https://opentofu.org/docs/intro/install/alpine/
v0.24.0
Update workflows to node20 @Nuru (#44)
what
- Update workflows to use
node20
versions of actions - Update auto-release to use shared controller-release workflow
why
- Previously using
node12
actions, which are no longer supported - Need to build new release based on new
build-harness
release containinggo
v1.21
v0.23.0
Update github output syntax @max-lobur (#43)
what
Update github output syntax
why
Following github docs
references
v0.22.0
git.io->cloudposse.tools update @dylanbannon (#41)
what and why
Change all references to git.io/build-harness
into cloudposse.tools/build-harness
, since git.io
redirects will stop working on April 29th, 2022.
References
- DEV-143