setup-terraform/CHANGELOG.md
hc-github-team-tf-provider-devex 47b7a54660 Update changelog
2024-08-19 16:09:37 +00:00

11 KiB

3.1.2 (2024-08-19)

NOTES:

  • This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#430)

3.1.1 (2024-05-07)

BUG FIXES:

  • wrapper: Fix wrapper to output to stdout and stderr immediately when data is received (#395)

3.1.0 (2024-04-23)

ENHANCEMENTS:

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

3.0.0 (2023-10-30)

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)

[2.0.3] (2022-11-01)

NOTES

  • Reduced occurrences of GitHub Actions warnings for setting output #247

2.0.2 (2022-10-12)

BUG FIXES

INTERNAL

2.0.1 (2022-10-12)

ENHANCEMENTS

BUG FIXES

INTERNAL

2.0.0 (2022-04-18)

BREAKING CHANGES:

NOTES:

INTERNAL:

1.4.0 (2022-04-04)

NOTES:

  • Update readme using github-script@v5 by @krrrr38 in (#135)
  • Update actions/github-script to v6 in README by @shouichi in (#148)

ENHANCEMENTS:

  • Improve output for PR comment by @skpy in (#129)
  • Allow proxy values to be set by @rabun788 in (#147)

INTERNAL:

  • Allow dependabot to check node modules by @jlosito in (#87)
  • Update js-releases to v1.4.0 by @aeschright in (#111)
  • Updates Readme by @ndrone-kr in (#86)
  • Update husky to v6.0 by @aeschright in (#113)
  • Bump development dependencies by @jpogran in (#153)
  • Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in (#154)
  • Bump @actions/github from 4.0.0 to 5.0.0 by @dependabot in (#114)
  • Bump @actions/io from 1.1.0 to 1.1.1 by @dependabot in (#156)
  • Bump @actions/core from 1.2.7 to 1.6.0 by @dependabot in (#158)
  • Bump @actions/tool-cache from 1.6.1 to 1.7.1 by @dependabot in (#159)
  • Bump @actions/core from 1.2.7 to 1.6.0 by @jpogran in (#160)
  • Bump @actions/exec from 1.0.4 to 1.1.0 by @jpogran in (#161)
  • Bump @actions/io from 1.1.0 to 1.1.1 by @jpogran in (#162)
  • Bump @hashicorp/js-releases from 1.5.0 to 1.5.1 by @dependabot in (#166)
  • Bump minimist from 1.2.5 to 1.2.6 by @dependabot in (#168)
  • Bump @actions/tool-cache from 1.7.1 to 1.7.2 by @dependabot in (#164)
  • Bump @actions/io from 1.1.1 to 1.1.2 by @dependabot in (#165)
  • Bump minimist from 1.2.5 to 1.2.6 in /wrapper by @dependabot in (#169)
  • Add GitHub automatic release by @jpogran in (#173)

1.3.2 (2020-12-09)

ENHANCEMENTS:

  • Update js-releases to fix missing dep in bundle (#78)

1.3.1 (2020-12-08)

BUG FIXES:

  • Fix build dependency (#76)

1.3.0 (2020-12-08)

ENHANCEMENTS:

  • 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)

1.2.1 (2020-10-30)

INTERNAL:

  • Update dependencies to resolve CVE-2020-15228 (#63)

1.2.0

ENHANCEMENTS:

  • Allow terraform_version to take a version constraint. (#38)

1.1.0

ENHANCEMENTS:

  • Ignore pre-release versions when terraform_version is set to latest. (#19)

1.0.1

INTERNAL:

  • Bump @actions/http-client from 1.0.6 to 1.0.8. (#1)

[1.0.0]

  • Initial release.