From 070aa524675296f3caa3e7b978f452edf3928f22 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Mon, 30 Oct 2023 11:44:01 +0000 Subject: [PATCH] Update changelog --- .changes/3.0.0.md | 11 +++++++++++ .changes/unreleased/BUG FIXES-20231027-092614.yaml | 5 ----- .changes/unreleased/NOTES-20231027-085131.yaml | 5 ----- .changes/unreleased/NOTES-20231027-134331.yaml | 10 ---------- CHANGELOG.md | 11 +++++++++++ 5 files changed, 22 insertions(+), 20 deletions(-) create mode 100644 .changes/3.0.0.md delete mode 100644 .changes/unreleased/BUG FIXES-20231027-092614.yaml delete mode 100644 .changes/unreleased/NOTES-20231027-085131.yaml delete mode 100644 .changes/unreleased/NOTES-20231027-134331.yaml diff --git a/.changes/3.0.0.md b/.changes/3.0.0.md new file mode 100644 index 00000000..cf7415ed --- /dev/null +++ b/.changes/3.0.0.md @@ -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)) + diff --git a/.changes/unreleased/BUG FIXES-20231027-092614.yaml b/.changes/unreleased/BUG FIXES-20231027-092614.yaml deleted file mode 100644 index 42020253..00000000 --- a/.changes/unreleased/BUG FIXES-20231027-092614.yaml +++ /dev/null @@ -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" diff --git a/.changes/unreleased/NOTES-20231027-085131.yaml b/.changes/unreleased/NOTES-20231027-085131.yaml deleted file mode 100644 index d7e26fdd..00000000 --- a/.changes/unreleased/NOTES-20231027-085131.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: NOTES -body: Updated default runtime to node20 -time: 2023-10-27T08:51:31.923295-04:00 -custom: - Issue: "346" diff --git a/.changes/unreleased/NOTES-20231027-134331.yaml b/.changes/unreleased/NOTES-20231027-134331.yaml deleted file mode 100644 index 6833002c..00000000 --- a/.changes/unreleased/NOTES-20231027-134331.yaml +++ /dev/null @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 717d697c..2ca6e0ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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