Skip to content

Commit c0a3a56

Browse files
Update changelog
1 parent 94d8cc5 commit c0a3a56

6 files changed

+30
-24
lines changed

.changes/0.24.0.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 0.24.0 (September 18, 2024)
2+
3+
BREAKING CHANGES:
4+
5+
* tfprotov5+tfprotov6: Removed temporary `ResourceServerWithMoveResourceState` interface type. Use `ResourceServer` instead. ([#408](https://github.com/hashicorp/terraform-plugin-go/issues/408))
6+
7+
NOTES:
8+
9+
* all: If using terraform-plugin-mux, it must be upgraded to v0.16.0 or later to prevent compilation errors ([#408](https://github.com/hashicorp/terraform-plugin-go/issues/408))
10+
* all: This Go module has been updated to Go 1.22 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.22 release notes](https://go.dev/doc/go1.22) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#428](https://github.com/hashicorp/terraform-plugin-go/issues/428))
11+
12+
BUG FIXES:
13+
14+
* logging: Add existing `MoveResourceState` server capability to v5 and v6 logging ([#432](https://github.com/hashicorp/terraform-plugin-go/issues/432))
15+

.changes/unreleased/BREAKING CHANGES-20240510-105824.yaml

-6
This file was deleted.

.changes/unreleased/BUG FIXES-20240917-162414.yaml

-5
This file was deleted.

.changes/unreleased/NOTES-20240510-105942.yaml

-6
This file was deleted.

.changes/unreleased/NOTES-20240906-165207.yaml

-7
This file was deleted.

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.24.0 (September 18, 2024)
2+
3+
BREAKING CHANGES:
4+
5+
* tfprotov5+tfprotov6: Removed temporary `ResourceServerWithMoveResourceState` interface type. Use `ResourceServer` instead. ([#408](https://github.com/hashicorp/terraform-plugin-go/issues/408))
6+
7+
NOTES:
8+
9+
* all: If using terraform-plugin-mux, it must be upgraded to v0.16.0 or later to prevent compilation errors ([#408](https://github.com/hashicorp/terraform-plugin-go/issues/408))
10+
* all: This Go module has been updated to Go 1.22 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.22 release notes](https://go.dev/doc/go1.22) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#428](https://github.com/hashicorp/terraform-plugin-go/issues/428))
11+
12+
BUG FIXES:
13+
14+
* logging: Add existing `MoveResourceState` server capability to v5 and v6 logging ([#432](https://github.com/hashicorp/terraform-plugin-go/issues/432))
15+
116
## 0.23.0 (May 06, 2024)
217

318
BREAKING CHANGES:

0 commit comments

Comments
 (0)