Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-provider-devex committed Feb 4, 2025
1 parent f54d3a2 commit e6b2d53
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 22 deletions.
12 changes: 12 additions & 0 deletions .changes/2.36.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 2.36.0 (February 04, 2025)

NOTES:

* 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))

FEATURES:

* 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))
* 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))
* 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))

6 changes: 0 additions & 6 deletions .changes/unreleased/FEATURES-20250121-165644.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/FEATURES-20250121-170105.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/FEATURES-20250203-151933.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/NOTES-20250121-170545.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.36.0 (February 04, 2025)

NOTES:

* 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))

FEATURES:

* 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))
* 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))
* 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))

## 2.35.0 (October 31, 2024)

NOTES:
Expand Down

0 comments on commit e6b2d53

Please sign in to comment.