Skip to content

Commit b25d4c2

Browse files
Update changelog
1 parent db08a72 commit b25d4c2

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

.changes/1.15.0-beta.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 1.15.0-beta.1 (April 15, 2025)
2+
3+
NOTES:
4+
5+
* This beta pre-release continues the implementation of managed resource identity, which should now be used with Terraform v1.12.0-beta1. Managed resources now can support import by identity during plan and apply workflows. Managed resources that already support import via the `resource.ResourceWithImportState` interface will automatically pass-through identity data to the `Read` method. The `RequiredForImport` and `OptionalForImport` fields on the identity schema can be used to control the validation that Terraform core will apply to the import config block. ([#1126](https://github.com/hashicorp/terraform-plugin-framework/issues/1126))
6+

.changes/unreleased/NOTES-20250403-121229.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+
## 1.15.0-beta.1 (April 15, 2025)
2+
3+
NOTES:
4+
5+
* This beta pre-release continues the implementation of managed resource identity, which should now be used with Terraform v1.12.0-beta1. Managed resources now can support import by identity during plan and apply workflows. Managed resources that already support import via the `resource.ResourceWithImportState` interface will automatically pass-through identity data to the `Read` method. The `RequiredForImport` and `OptionalForImport` fields on the identity schema can be used to control the validation that Terraform core will apply to the import config block. ([#1126](https://github.com/hashicorp/terraform-plugin-framework/issues/1126))
6+
17
## 1.15.0-alpha.1 (March 18, 2025)
28

39
NOTES:

0 commit comments

Comments
 (0)