Skip to content

Commit fe25e82

Browse files
Update changelog
1 parent d770681 commit fe25e82

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

.changes/2.37.0-alpha.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 2.37.0-alpha.1 (March 20, 2025)
2+
3+
NOTES:
4+
5+
* 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. ([#1445](https://github.com/hashicorp/terraform-plugin-sdk/issues/1445))
6+
* This alpha pre-release contains an initial implementation for managed resource identity, which can used with Terraform v1.12.0-alpha20250319, to store and read identity data during plan and apply workflows. A managed resource identity can be used by defining an identity schema in the `resource.Identity` field. Once the identity schema is defined, you can read and store identity data in the new IdentityData struct that is available via the new `Identity()` method on ResourceData and ResourceDiff structs. ([#1444](https://github.com/hashicorp/terraform-plugin-sdk/issues/1444))
7+

.changes/unreleased/NOTES-20250317-152749.yaml

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

.changes/unreleased/NOTES-20250319-150717.yaml

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.37.0-alpha.1 (March 20, 2025)
2+
3+
NOTES:
4+
5+
* 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. ([#1445](https://github.com/hashicorp/terraform-plugin-sdk/issues/1445))
6+
* This alpha pre-release contains an initial implementation for managed resource identity, which can used with Terraform v1.12.0-alpha20250319, to store and read identity data during plan and apply workflows. A managed resource identity can be used by defining an identity schema in the `resource.Identity` field. Once the identity schema is defined, you can read and store identity data in the new IdentityData struct that is available via the new `Identity()` method on ResourceData and ResourceDiff structs. ([#1444](https://github.com/hashicorp/terraform-plugin-sdk/issues/1444))
7+
18
## 2.36.1 (February 19, 2025)
29

310
NOTES:

0 commit comments

Comments
 (0)