From 71cadbe1028da5b6ce844100e42a9d481593f141 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Fri, 23 Feb 2024 15:11:52 +0000 Subject: [PATCH] Update changelog --- .changes/2.33.0.md | 6 ++++++ .changes/unreleased/NOTES-20240223-103924.yaml | 8 -------- CHANGELOG.md | 6 ++++++ 3 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 .changes/2.33.0.md delete mode 100644 .changes/unreleased/NOTES-20240223-103924.yaml diff --git a/.changes/2.33.0.md b/.changes/2.33.0.md new file mode 100644 index 0000000000..c7a9655301 --- /dev/null +++ b/.changes/2.33.0.md @@ -0,0 +1,6 @@ +## 2.33.0 (February 23, 2024) + +NOTES: + +* helper/schema: While this Go module will not receive support for provider defined functions, 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 ([#1316](https://github.com/hashicorp/terraform-plugin-sdk/issues/1316)) + diff --git a/.changes/unreleased/NOTES-20240223-103924.yaml b/.changes/unreleased/NOTES-20240223-103924.yaml deleted file mode 100644 index f36804b0f3..0000000000 --- a/.changes/unreleased/NOTES-20240223-103924.yaml +++ /dev/null @@ -1,8 +0,0 @@ -kind: NOTES -body: 'helper/schema: While this Go module will not receive support for provider defined - functions, 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-02-23T10:39:24.132968Z -custom: - Issue: "1316" diff --git a/CHANGELOG.md b/CHANGELOG.md index f8503a94af..6b524d360d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.33.0 (February 23, 2024) + +NOTES: + +* helper/schema: While this Go module will not receive support for provider defined functions, 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 ([#1316](https://github.com/hashicorp/terraform-plugin-sdk/issues/1316)) + ## 2.32.0 (January 29, 2024) NOTES: