Skip to content

Releases: dex4er/tf

v2.11.1

20 Jan 21:07
Compare
Choose a tag to compare

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

07 Jan 18:55
Compare
Choose a tag to compare

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

21 Jun 17:03
Compare
Choose a tag to compare

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

30 Oct 23:11
Compare
Choose a tag to compare

Changes

  • Show processing progress of import blocks

v2.8.1

04 Oct 19:02
64d6e3b
Compare
Choose a tag to compare

Changes

  • OpenTF has been renamed to OpenTofu
  • Update dependency goreleaser/goreleaser to v1.21.2 (#11)

v2.8.0

14 Sep 22:53
Compare
Choose a tag to compare

Changes

  • tf show command without arguments or with plan works as original

v2.7.0

14 Sep 22:11
Compare
Choose a tag to compare

Changes

  • TERRAFORM envvar has been renamed to TERRAFORM_PATH
    *tf apply and tf destroy use plan from a file if an argument is a file name

v2.6.1

14 Sep 21:46
Compare
Choose a tag to compare

Changes

  • tf show shows content of the file if an argument is a file name

v2.6.0

13 Sep 18:52
Compare
Choose a tag to compare

Changes

  • -no-outputs option is enabled by default; -no-outputs=false disables it.

v2.5.1

07 Sep 21:17
Compare
Choose a tag to compare

Changes

  • More fixes for OpenTF