Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-provider-devex committed Oct 30, 2023
1 parent cfd668c commit 070aa52
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 20 deletions.
11 changes: 11 additions & 0 deletions .changes/3.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 3.0.0 (2023-10-30)

NOTES:

* Updated default runtime to node20 ([#346](https://github.com/hashicorp/setup-terraform/issues/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](https://github.com/hashicorp/setup-terraform/issues/367))

BUG FIXES:

* Fixed malformed stdout when wrapper is enabled ([#367](https://github.com/hashicorp/setup-terraform/issues/367))

5 changes: 0 additions & 5 deletions .changes/unreleased/BUG FIXES-20231027-092614.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/NOTES-20231027-085131.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions .changes/unreleased/NOTES-20231027-134331.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 3.0.0 (2023-10-30)

NOTES:

* Updated default runtime to node20 ([#346](https://github.com/hashicorp/setup-terraform/issues/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](https://github.com/hashicorp/setup-terraform/issues/367))

BUG FIXES:

* Fixed malformed stdout when wrapper is enabled ([#367](https://github.com/hashicorp/setup-terraform/issues/367))

# [2.0.3] (2022-11-01)

### NOTES
Expand Down

0 comments on commit 070aa52

Please sign in to comment.