Update changelog

This commit is contained in:
hc-github-team-tf-provider-devex 2023-10-30 11:44:01 +00:00
parent cfd668c07b
commit 070aa52467
5 changed files with 22 additions and 20 deletions

11
.changes/3.0.0.md Normal file
View file

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

View file

@ -1,5 +0,0 @@
kind: BUG FIXES
body: Fixed malformed stdout when wrapper is enabled
time: 2023-10-27T09:26:14.675402-04:00
custom:
Issue: "367"

View file

@ -1,5 +0,0 @@
kind: NOTES
body: Updated default runtime to node20
time: 2023-10-27T08:51:31.923295-04:00
custom:
Issue: "346"

View file

@ -1,10 +0,0 @@
kind: NOTES
body: 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.
time: 2023-10-27T13:43:31.430759-04:00
custom:
Issue: "367"

View file

@ -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