Skip to content

Commit e6b2d53

Browse files
Update changelog
1 parent f54d3a2 commit e6b2d53

6 files changed

+24
-22
lines changed

.changes/2.36.0.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 2.36.0 (February 04, 2025)
2+
3+
NOTES:
4+
5+
* Write-only attribute support is in technical preview and offered without compatibility promises until Terraform 1.11 is generally available. ([#1375](https://github.com/hashicorp/terraform-plugin-sdk/issues/1375))
6+
7+
FEATURES:
8+
9+
* helper/schema: Added `WriteOnly` schema behavior for managed resource schemas to indicate a write-only attribute. Write-only attribute values are not saved to the Terraform plan or state artifacts. ([#1375](https://github.com/hashicorp/terraform-plugin-sdk/issues/1375))
10+
* helper/validation: Added `PreferWriteOnlyAttribute()` validator that warns practitioners when a write-only version of a configured attribute is available. ([#1375](https://github.com/hashicorp/terraform-plugin-sdk/issues/1375))
11+
* schema/resource: Added `ValidateRawResourceConfigFuncs` field which allows resources to define validation logic during the `ValidateResourceTypeConfig` RPC. ([#1375](https://github.com/hashicorp/terraform-plugin-sdk/issues/1375))
12+

.changes/unreleased/FEATURES-20250121-165644.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20250121-170105.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20250203-151933.yaml

-5
This file was deleted.

.changes/unreleased/NOTES-20250121-170545.yaml

-5
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2.36.0 (February 04, 2025)
2+
3+
NOTES:
4+
5+
* Write-only attribute support is in technical preview and offered without compatibility promises until Terraform 1.11 is generally available. ([#1375](https://github.com/hashicorp/terraform-plugin-sdk/issues/1375))
6+
7+
FEATURES:
8+
9+
* helper/schema: Added `WriteOnly` schema behavior for managed resource schemas to indicate a write-only attribute. Write-only attribute values are not saved to the Terraform plan or state artifacts. ([#1375](https://github.com/hashicorp/terraform-plugin-sdk/issues/1375))
10+
* helper/validation: Added `PreferWriteOnlyAttribute()` validator that warns practitioners when a write-only version of a configured attribute is available. ([#1375](https://github.com/hashicorp/terraform-plugin-sdk/issues/1375))
11+
* schema/resource: Added `ValidateRawResourceConfigFuncs` field which allows resources to define validation logic during the `ValidateResourceTypeConfig` RPC. ([#1375](https://github.com/hashicorp/terraform-plugin-sdk/issues/1375))
12+
113
## 2.35.0 (October 31, 2024)
214

315
NOTES:

0 commit comments

Comments
 (0)