From 9cee6c3018b3863656a246f4cefb102e8c0c5e6d Mon Sep 17 00:00:00 2001 From: Daniel Banck Date: Mon, 20 Jan 2025 13:24:03 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033f9064..156d6c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 0.22.0 (Unreleased) + +ENHANCEMENTS: +* tfexec: Add support for `terraform init --json` via `InitJSON` ([#478](https://github.com/hashicorp/terraform-exec/pull/478)) +* docs: reference the plugin framework ([#480](https://github.com/hashicorp/terraform-exec/pull/480)) + +INTERNAL: +* go: Require Go 1.22 (previously 1.18) ([#499](https://github.com/hashicorp/terraform-exec/pull/499)) +* github: Create CODEOWNERS file ([#457](https://github.com/hashicorp/terraform-exec/pull/457)) +* Add a catalog-info.yaml file for Backstage ([#477](https://github.com/hashicorp/terraform-exec/pull/477)) +* ci: Report code coverage ([#487](https://github.com/hashicorp/terraform-exec/pull/487)) +* ci/e2etests: Add latest major Terraform versions ([#498](https://github.com/hashicorp/terraform-exec/pull/498)) + # 0.21.0 (May 17, 2024) ENHANCEMENTS: From 0f2cc88dc89886818dc9d68f6b1a92a0dbd9a262 Mon Sep 17 00:00:00 2001 From: Daniel Banck Date: Mon, 20 Jan 2025 14:28:00 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Radek Simko --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 156d6c56..06745cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,9 @@ ENHANCEMENTS: * tfexec: Add support for `terraform init --json` via `InitJSON` ([#478](https://github.com/hashicorp/terraform-exec/pull/478)) -* docs: reference the plugin framework ([#480](https://github.com/hashicorp/terraform-exec/pull/480)) INTERNAL: * go: Require Go 1.22 (previously 1.18) ([#499](https://github.com/hashicorp/terraform-exec/pull/499)) -* github: Create CODEOWNERS file ([#457](https://github.com/hashicorp/terraform-exec/pull/457)) -* Add a catalog-info.yaml file for Backstage ([#477](https://github.com/hashicorp/terraform-exec/pull/477)) -* ci: Report code coverage ([#487](https://github.com/hashicorp/terraform-exec/pull/487)) -* ci/e2etests: Add latest major Terraform versions ([#498](https://github.com/hashicorp/terraform-exec/pull/498)) # 0.21.0 (May 17, 2024)