Skip to content

Commit 718bbc6

Browse files
committed
Add a note to 0.15.0 changelog to ensure to update peer depencencies when updating to that version
1 parent 0cdd87d commit 718bbc6

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.changes/1.15.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
## 1.15.0 (May 16, 2025)
22

3+
ATTENTION:
4+
Please make sure to also update `terraform-plugin-(go|mux|sdk|testing)` when upgrading to this version. Otherwise there will be panics at runtime when using Terraform v1.12+ as this version of Plugin Framework supports the new resource identity feature and requires the supporting libraries to do so to.
5+
6+
Find [#1148](https://github.com/hashicorp/terraform-plugin-framework/issues/1148) for more information.
7+
8+
TL;DR – make sure to update to these versions (or higher)
9+
```
10+
github.com/hashicorp/[email protected]
11+
github.com/hashicorp/[email protected]
12+
github.com/hashicorp/[email protected]
13+
github.com/hashicorp/terraform-plugin-sdk/[email protected]
14+
github.com/hashicorp/[email protected]
15+
```
16+
317
NOTES:
418

519
* all: This Go module has been updated to Go 1.23 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.23 release notes](https://go.dev/doc/go1.23) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#1114](https://github.com/hashicorp/terraform-plugin-framework/issues/1114))

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,20 @@ BUG FIXES:
3535

3636
## 1.15.0 (May 16, 2025)
3737

38+
ATTENTION:
39+
Please make sure to also update `terraform-plugin-(go|mux|sdk|testing)` when upgrading to this version. Otherwise there will be panics at runtime when using Terraform v1.12+ as this version of Plugin Framework supports the new resource identity feature and requires the supporting libraries to do so to.
40+
41+
Find [#1148](https://github.com/hashicorp/terraform-plugin-framework/issues/1148) for more information.
42+
43+
TL;DR – make sure to update to these versions (or higher)
44+
```
45+
github.com/hashicorp/[email protected]
46+
github.com/hashicorp/[email protected]
47+
github.com/hashicorp/[email protected]
48+
github.com/hashicorp/terraform-plugin-sdk/[email protected]
49+
github.com/hashicorp/[email protected]
50+
```
51+
3852
NOTES:
3953

4054
* all: This Go module has been updated to Go 1.23 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.23 release notes](https://go.dev/doc/go1.23) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#1114](https://github.com/hashicorp/terraform-plugin-framework/issues/1114))

0 commit comments

Comments
 (0)