Skip to content

Commit 63b1416

Browse files
Update changelog
1 parent 60bb6ad commit 63b1416

File tree

5 files changed

+22
-15
lines changed

5 files changed

+22
-15
lines changed

.changes/1.16.0-alpha.1.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 1.16.0-alpha.1 (July 22, 2025)
2+
3+
NOTES:
4+
5+
* This alpha pre-release contains the initial implementation for list resource that returns a list of resource identities for a single managed resource type. ([#1157](https://github.com/hashicorp/terraform-plugin-framework/issues/1157))
6+
* The ListResource and ValidateListResourceConfig RPCs are considered experimental and may change up until general availability ([#1178](https://github.com/hashicorp/terraform-plugin-framework/issues/1178))
7+
8+
BUG FIXES:
9+
10+
* all: Fixed bug with `UseStateForUnknown` where known null state values were not preserved during update plans. ([#1117](https://github.com/hashicorp/terraform-plugin-framework/issues/1117))
11+

.changes/unreleased/BUG FIXES-20250612-115411.yaml

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

.changes/unreleased/NOTES-20250718-101805.yaml

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

.changes/unreleased/NOTES-20250718-102154.yaml

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.16.0-alpha.1 (July 22, 2025)
2+
3+
NOTES:
4+
5+
* This alpha pre-release contains the initial implementation for list resource that returns a list of resource identities for a single managed resource type. ([#1157](https://github.com/hashicorp/terraform-plugin-framework/issues/1157))
6+
* The ListResource and ValidateListResourceConfig RPCs are considered experimental and may change up until general availability ([#1178](https://github.com/hashicorp/terraform-plugin-framework/issues/1178))
7+
8+
BUG FIXES:
9+
10+
* all: Fixed bug with `UseStateForUnknown` where known null state values were not preserved during update plans. ([#1117](https://github.com/hashicorp/terraform-plugin-framework/issues/1117))
11+
112
## 1.15.0 (May 16, 2025)
213

314
NOTES:

0 commit comments

Comments
 (0)