Skip to content

Commit 101e9df

Browse files
Update changelog
1 parent e2f2af1 commit 101e9df

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

.changes/0.20.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 0.20.0 (May 21, 2025)
2+
3+
BUG FIXES:
4+
5+
* all: Fixed a bug where muxed provider servers were not enforced to implement `GetResourceIdentitySchemas`, which is required by Terraform v1.12.1 in the scenario where at least one of the muxed provider servers supports identity. Before upgrading this dependency the Go modules that support identity should also be upgraded to prevent confusing errors, which are: terraform-plugin-go@v0.28.0, terraform-plugin-framework@v1.15.0, terraform-plugin-sdk/v2@v2.37.0, and terraform-plugin-testing@v1.13.0. ([#307](https://github.com/hashicorp/terraform-plugin-mux/issues/307))
6+

.changes/unreleased/BUG FIXES-20250521-151305.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.20.0 (May 21, 2025)
2+
3+
BUG FIXES:
4+
5+
* all: Fixed a bug where muxed provider servers were not enforced to implement `GetResourceIdentitySchemas`, which is required by Terraform v1.12.1 in the scenario where at least one of the muxed provider servers supports identity. Before upgrading this dependency the Go modules that support identity should also be upgraded to prevent confusing errors, which are: terraform-plugin-go@v0.28.0, terraform-plugin-framework@v1.15.0, terraform-plugin-sdk/v2@v2.37.0, and terraform-plugin-testing@v1.13.0. ([#307](https://github.com/hashicorp/terraform-plugin-mux/issues/307))
6+
17
## 0.19.0 (May 16, 2025)
28

39
NOTES:

0 commit comments

Comments
 (0)