Skip to content

Releases: hashicorp/setup-terraform

v3.1.0

23 Apr 14:04
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Automatically fallback to darwin/amd64 for Terraform versions before 1.0.2 as releases for darwin/arm64 are not available (#409)

v3.0.0

30 Oct 11:44
Compare
Choose a tag to compare

NOTES:

  • Updated default runtime to node20 (#346)
  • The wrapper around the installed Terraform binary has been fixed to return the exact STDOUT and STDERR from Terraform when executing commands. Previous versions of setup-terraform may have required workarounds to process the STDOUT in bash, such as filtering out the first line or selectively parsing STDOUT with jq. These workarounds may need to be adjusted with v3.0.0, which will now return just the STDOUT/STDERR from Terraform with no errant characters/statements. (#367)

BUG FIXES:

  • Fixed malformed stdout when wrapper is enabled (#367)

v2.0.3

01 Nov 16:23
633666f
Compare
Choose a tag to compare

What's Changed

NOTES

Full Changelog: v2.0.2...v2.0.3

v2.0.2

12 Oct 12:37
bbe167f
Compare
Choose a tag to compare

What's Changed

NOTES

INTERNAL

  • Bump jest from 29.0.3 to 29.1.2 by @dependabot in #248
  • README.md updates - direct links to license and code of conduct, updated GitHub documents link by @magnetikonline in #244

Full Changelog: v2.0.1...v2.0.2

v2.0.1

12 Oct 11:53
98db142
Compare
Choose a tag to compare

What's Changed

ENHANCEMENTS

BUG FIXES

INTERNAL

New Contributors

Full Changelog: v2...v2.0.1

v2.0.0

18 Apr 13:54
17d4c9b
Compare
Choose a tag to compare

What's Changed

NOTES

ENHANCEMENTS

INTERNAL

New Contributors

Full Changelog: v1...v2.0.0

v1.4.0

04 Apr 14:19
ed3a053
Compare
Choose a tag to compare

What's Changed

NOTES

ENHANCEMENTS

INTERNAL

New Contributors

Full Changelog: v1.3.2...v1.4.0

v1.3.2

09 Dec 20:35
Compare
Choose a tag to compare
  • Update js-releases to fix missing dep in bundle (#78)

v1.3.1

08 Dec 21:51
Compare
Choose a tag to compare
  • Fix build dependency (#76)

v1.3.0

08 Dec 19:41
Compare
Choose a tag to compare
  • Use @hashicorp/js-releases package to identify and download the specified version of Terraform. This will ensure that our tooling is consistent in how it works with the releases API, especially when handling pre-releases. (#70, #73)