Skip to content

Commit e010ab2

Browse files
Update changelog
1 parent 69cfdd0 commit e010ab2

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.changes/1.13.0-alpha.1.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 1.13.0-alpha.1 (March 27, 2025)
2+
3+
NOTES:
4+
5+
* This alpha pre-release contains testing utilities for managed resource identity, which can be used with `Terraform v1.12.0-alpha20250319`, to assert identity data stored during apply workflows. A managed resource in a provider can read/store identity data using the `[email protected]` or `terraform-plugin-sdk/[email protected]` Go modules. To assert identity data stored by a provider in state, use the `statecheck.ExpectIdentity` state check. ([#470](https://github.com/hashicorp/terraform-plugin-testing/issues/470))
6+

.changes/unreleased/NOTES-20250325-115927.yaml

-7
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.13.0-alpha.1 (March 27, 2025)
2+
3+
NOTES:
4+
5+
* This alpha pre-release contains testing utilities for managed resource identity, which can be used with `Terraform v1.12.0-alpha20250319`, to assert identity data stored during apply workflows. A managed resource in a provider can read/store identity data using the `[email protected]` or `terraform-plugin-sdk/[email protected]` Go modules. To assert identity data stored by a provider in state, use the `statecheck.ExpectIdentity` state check. ([#470](https://github.com/hashicorp/terraform-plugin-testing/issues/470))
6+
17
## 1.12.0 (March 18, 2025)
28

39
NOTES:

0 commit comments

Comments
 (0)