Skip to content

Commit 7b9b111

Browse files
Update changelog
1 parent 9a1ad1d commit 7b9b111

File tree

4 files changed

+20
-11
lines changed

4 files changed

+20
-11
lines changed

.changes/2.36.1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 2.36.1 (February 19, 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+
BUG FIXES:
8+
9+
* helper/schema: Fixed bug that allowed write-only attributes within set nested blocks. Any attribute within a set nested block with `WriteOnly` set to `true` will now trigger an error message. ([#1427](https://github.com/hashicorp/terraform-plugin-sdk/issues/1427))
10+

.changes/unreleased/BUG FIXES-20250218-172440.yaml

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

.changes/unreleased/NOTES-20250218-172625.yaml

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.36.1 (February 19, 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+
BUG FIXES:
8+
9+
* helper/schema: Fixed bug that allowed write-only attributes within set nested blocks. Any attribute within a set nested block with `WriteOnly` set to `true` will now trigger an error message. ([#1427](https://github.com/hashicorp/terraform-plugin-sdk/issues/1427))
10+
111
## 2.36.0 (February 04, 2025)
212

313
NOTES:

0 commit comments

Comments
 (0)