Skip to content

Commit 070aa52

Browse files
Update changelog
1 parent cfd668c commit 070aa52

File tree

5 files changed

+22
-20
lines changed

5 files changed

+22
-20
lines changed

.changes/3.0.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 3.0.0 (2023-10-30)
2+
3+
NOTES:
4+
5+
* Updated default runtime to node20 ([#346](https://github.com/hashicorp/setup-terraform/issues/346))
6+
* 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))
7+
8+
BUG FIXES:
9+
10+
* Fixed malformed stdout when wrapper is enabled ([#367](https://github.com/hashicorp/setup-terraform/issues/367))
11+

.changes/unreleased/BUG FIXES-20231027-092614.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/NOTES-20231027-085131.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/NOTES-20231027-134331.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 3.0.0 (2023-10-30)
2+
3+
NOTES:
4+
5+
* Updated default runtime to node20 ([#346](https://github.com/hashicorp/setup-terraform/issues/346))
6+
* 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))
7+
8+
BUG FIXES:
9+
10+
* Fixed malformed stdout when wrapper is enabled ([#367](https://github.com/hashicorp/setup-terraform/issues/367))
11+
112
# [2.0.3] (2022-11-01)
213

314
### NOTES

0 commit comments

Comments
 (0)