Skip to content

Commit aa27e8a

Browse files
authored
list: add changelog (#1224)
* add list changelogs * fix typo * review comments
1 parent 559599f commit aa27e8a

9 files changed

+42
-1
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: '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"

.changes/unreleased/NOTES-20250916-114232.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kind: NOTES
2-
body: 'action: This release contains a new interface (`action.Action`) and packages for implemention action types, available in Terraform 1.14+.
2+
body: 'action: This release contains a new interface (`action.Action`) and packages for implementing action types, available in Terraform 1.14+.
33
An action in Terraform can be defined by providers to model side-effects that practitioners can reference in their configurations via the
44
`lifecycle.action_trigger` block.'
55
time: 2025-09-16T11:42:32.468477-04:00
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 list resource 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)