From b7c8ee78f0ccdcdaa2a3fe4b26229203c7f5c3a3 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Mon, 29 Jan 2024 16:14:37 +0000 Subject: [PATCH] Update changelog --- .changes/2.32.0.md | 6 ++++++ .changes/unreleased/NOTES-20240129-084840.yaml | 8 -------- CHANGELOG.md | 6 ++++++ 3 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 .changes/2.32.0.md delete mode 100644 .changes/unreleased/NOTES-20240129-084840.yaml diff --git a/.changes/2.32.0.md b/.changes/2.32.0.md new file mode 100644 index 0000000000..bc6059fc18 --- /dev/null +++ b/.changes/2.32.0.md @@ -0,0 +1,6 @@ +## 2.32.0 (January 29, 2024) + +NOTES: + +* helper/schema: While this Go module will not receive support for moving resource state across resource types, the provider server is updated to handle the new operation, which will be required to prevent errors when updating terraform-plugin-framework or terraform-plugin-mux in the future. ([#1307](https://github.com/hashicorp/terraform-plugin-sdk/issues/1307)) + diff --git a/.changes/unreleased/NOTES-20240129-084840.yaml b/.changes/unreleased/NOTES-20240129-084840.yaml deleted file mode 100644 index ed8deb16f8..0000000000 --- a/.changes/unreleased/NOTES-20240129-084840.yaml +++ /dev/null @@ -1,8 +0,0 @@ -kind: NOTES -body: 'helper/schema: While this Go module will not receive support for moving - resource state across resource types, the provider server is updated to handle - the new operation, which will be required to prevent errors when updating - terraform-plugin-framework or terraform-plugin-mux in the future.' -time: 2024-01-29T08:48:40.990566-05:00 -custom: - Issue: "1307" diff --git a/CHANGELOG.md b/CHANGELOG.md index ab020c5552..f8503a94af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.32.0 (January 29, 2024) + +NOTES: + +* helper/schema: While this Go module will not receive support for moving resource state across resource types, the provider server is updated to handle the new operation, which will be required to prevent errors when updating terraform-plugin-framework or terraform-plugin-mux in the future. ([#1307](https://github.com/hashicorp/terraform-plugin-sdk/issues/1307)) + ## 2.31.0 (December 14, 2023) NOTES: