Releases: dex4er/tf
Releases · dex4er/tf
v2.11.1
Changes
- Removed snap release as it is broken without classic confinement (@dex4er)
- Better regexp for the output from TFE that misses ESC[0m and the beginning of the line (#60) (@dex4er)
- Update dependency go to v1.23.5 (#59) (@renovate[bot])
- Update dependency hashicorp/terraform to v1.10.4 (#55) (@renovate[bot])
- Fix regexp for OpenTofu 1.9.0 to hide more warnings (#62) (@dex4er)
- Update dependency opentofu/opentofu to v1.9.0 (#57) (@renovate[bot])
v2.11.0
Changes
- Update google/osv-scanner-action action to v1.9.0 (@renovate[bot])
- Update dependency go to v1.23.4 (@renovate[bot])
- Update module golang.org/x/term to v0.27.0 (@renovate[bot])
- Update dependency hashicorp/terraform to v1.10.3 (@renovate[bot])
- Update dependency opentofu/opentofu to v1.8.8 (@renovate[bot])
- Support for ephemeral resources introduced in Terraform v1.10 (#48) (@dex4er)
- Update module golang.org/x/term to v0.28.0 (@renovate[bot])
- Autodetection of tofu if .opentofu-version file exists (@dex4er)
- toolchain in go.mod (@dex4er)
- Snap package (#53) (@dex4er)
v2.10.0
Changes
- Terraform 1.8 and OpenTofu 1.7 is supported.
- Introduced tests (
make test
). tf show -no-outputs
option is the default.- Built with goreleaser 2.0.1 and Go 1.22.4.
- Can be installed using Homebrew.
v2.9.0
Changes
- Show processing progress of
import
blocks
v2.8.1
v2.8.0
Changes
tf show
command without arguments or with plan works as original
v2.7.0
Changes
TERRAFORM
envvar has been renamed toTERRAFORM_PATH
*tf apply
andtf destroy
use plan from a file if an argument is a file name
v2.6.1
Changes
tf show
shows content of the file if an argument is a file name
v2.6.0
Changes
-no-outputs
option is enabled by default;-no-outputs=false
disables it.
v2.5.1
Changes
- More fixes for OpenTF