Skip to content

Commit 0b98d5e

Browse files
committed
add list changelogs
1 parent 6af9164 commit 0b98d5e

10 files changed

+51
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: ENHANCEMENTS
2+
body: 'list: Add support for the ListResourceConfigValidation RPC.'
3+
time: 2025-09-17T08:33:00.988951+02:00
4+
custom:
5+
Issue: "1178"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: ENHANCEMENTS
2+
body: 'list/schema: Add further primitive and collection types'
3+
time: 2025-09-17T08:34:03.022778+02:00
4+
custom:
5+
Issue: "1177"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: ENHANCEMENTS
2+
body: 'provider: Added `ListResourceData` to `ConfigureResponse`, to pass provider-defined data to `list.ListResource` implementations.'
3+
time: 2025-09-17T08:35:56.380892+02:00
4+
custom:
5+
Issue: "1202"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: ENHANCEMENTS
2+
body: 'tfsdk: Allow `SetAtPath` to be called with a `tftypes.Value`.'
3+
time: 2025-09-17T08:39:44.693064+02:00
4+
custom:
5+
Issue: "1198"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: ENHANCEMENTS
2+
body: 'tfsdk: Allow `SetAttribute` to be called with a `tftypes.Value`.'
3+
time: 2025-09-17T08:40:11.45624+02:00
4+
custom:
5+
Issue: "1205"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: ENHANCEMENTS
2+
body: 'list: Add the `ListResourceWithRawV5Schemas` and `ListResourceWithRawV6Schemas` interfaces to support list implementation on non-framework resources.'
3+
time: 2025-09-17T08:41:48.576344+02:00
4+
custom:
5+
Issue: "1198"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: FEATURES
2+
body: 'list: New package for implementing list resources.'
3+
time: 2025-09-17T08:28:58.096284+02:00
4+
custom:
5+
Issue: "1150"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: FEATURES
2+
body: 'all: Update Framework to handle new ListResource RPCs.'
3+
time: 2025-09-17T08:32:17.270233+02:00
4+
custom:
5+
Issue: "1157"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: NOTES
2+
body: 'List support is in technical preview and offered without compatibility promises until Terraform 1.14 is generally available.'
3+
time: 2025-09-17T08:42:58.823855+02:00
4+
custom:
5+
Issue: "1150"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: NOTES
2+
body: 'list: This release contains a new interface (`list.ListResource`) and packages for implementing action types, available in Terraform 1.14+.
3+
A list resource in Terraform can be defined by providers to list remote resources within a given scope.'
4+
time: 2025-09-17T08:43:51.18091+02:00
5+
custom:
6+
Issue: "1150"

0 commit comments

Comments
 (0)