Releases: dex4er/tf
Releases · dex4er/tf
v2.11.2
Changelog
- ffa9f29: Automated trunk upgrade [skip ci] (#64) (@github-actions[bot])
- 9915fec: Update dependency goreleaser/goreleaser to v2.6.1 (#63) (@renovate[bot])
- 68ef49b: Set buffer for scanner to 25MB (#78) (@dex4er)
- bd18deb: golangci-lint fixes (#79) (@dex4er)
- 884301d: GHA: trunk upgrade tweaks (@dex4er)
- 63037db: Automated trunk upgrade [skip ci] (#74) (@github-actions[bot])
- d8e0cad: Migrate config .renovaterc.json5 (#80) (@renovate[bot])
- ed8fbe2: Update dependency go to v1.25.1 (#66) (@renovate[bot])
- c1326a3: Update actions/checkout action to v5 (#75) (@renovate[bot])
- 92deea1: Update actions/github-script action to v8 (#77) (@renovate[bot])
- 70faba9: Update actions/setup-go action to v6 (#76) (@renovate[bot])
- 7761fb5: Update google/osv-scanner-action action to v2 (#70) (@renovate[bot])
- a9b4ab5: Update dependency goreleaser/goreleaser to v2.12.5 (#73) (@renovate[bot])
- 63c3ac5: OSV fix (@dex4er)
- 8ed644d: Update google/osv-scanner-action action to v2.2.3 (#82) (@renovate[bot])
- b5e10a6: Tests: ignore whitespace and the end of line (@dex4er)
- 1542e29: Update dependency hashicorp/terraform to v1.13.3 (#65) (@renovate[bot])
- 410ace9: Update dependency opentofu/opentofu to v1.10.6 (#72) (@renovate[bot])
- 4216e1d: Update Terraform time to ~> 0.13 (#69) (@renovate[bot])
- 60a2d65: Update module golang.org/x/term to v0.35.0 (#67) (@renovate[bot])
- 527fcc6: Bump year (@dex4er)
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-outputsoption 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
importblocks
v2.8.1
v2.8.0
Changes
tf showcommand without arguments or with plan works as original
v2.7.0
Changes
TERRAFORMenvvar has been renamed toTERRAFORM_PATH
*tf applyandtf destroyuse plan from a file if an argument is a file name
v2.6.1
Changes
tf showshows content of the file if an argument is a file name
v2.6.0
Changes
-no-outputsoption is enabled by default;-no-outputs=falsedisables it.