Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20250917-083556.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: ENHANCEMENTS
body: 'provider: Added `ListResourceData` to `ConfigureResponse`, to pass provider-defined data to `list.ListResource` implementations.'
time: 2025-09-17T08:35:56.380892+02:00
custom:
Issue: "1202"
5 changes: 5 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20250917-083944.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: ENHANCEMENTS
body: 'tfsdk: Allow `SetAtPath` to be called with a `tftypes.Value`.'
time: 2025-09-17T08:39:44.693064+02:00
custom:
Issue: "1198"
5 changes: 5 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20250917-084011.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: ENHANCEMENTS
body: 'tfsdk: Allow `SetAttribute` to be called with a `tftypes.Value`.'
time: 2025-09-17T08:40:11.45624+02:00
custom:
Issue: "1205"
5 changes: 5 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20250917-084148.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: ENHANCEMENTS
body: 'list: Add the `ListResourceWithRawV5Schemas` and `ListResourceWithRawV6Schemas` interfaces to support list implementation on non-framework resources.'
time: 2025-09-17T08:41:48.576344+02:00
custom:
Issue: "1198"
5 changes: 5 additions & 0 deletions .changes/unreleased/FEATURES-20250917-082858.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: FEATURES
body: 'list: New package for implementing list resources.'
time: 2025-09-17T08:28:58.096284+02:00
custom:
Issue: "1150"
5 changes: 5 additions & 0 deletions .changes/unreleased/FEATURES-20250917-083217.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: FEATURES
body: 'all: Update Framework to handle new ListResource RPCs.'
time: 2025-09-17T08:32:17.270233+02:00
custom:
Issue: "1157"
2 changes: 1 addition & 1 deletion .changes/unreleased/NOTES-20250916-114232.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: NOTES
body: 'action: This release contains a new interface (`action.Action`) and packages for implemention action types, available in Terraform 1.14+.
body: 'action: This release contains a new interface (`action.Action`) and packages for implementing action types, available in Terraform 1.14+.
An action in Terraform can be defined by providers to model side-effects that practitioners can reference in their configurations via the
`lifecycle.action_trigger` block.'
time: 2025-09-16T11:42:32.468477-04:00
Expand Down
5 changes: 5 additions & 0 deletions .changes/unreleased/NOTES-20250917-084258.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: NOTES
body: 'List support is in technical preview and offered without compatibility promises until Terraform 1.14 is generally available.'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm gonna take a wild swing and just assume that we can't write the changelog this way either (#1222), here would be the suggested alternative:

Suggested change
body: 'List support is in technical preview and offered without compatibility promises until Terraform 1.14 is generally available.'
body: 'Support for the new `list{}` block is in technical preview and offered without compatibility promises until Terraform 1.14 is generally available.'

time: 2025-09-17T08:42:58.823855+02:00
custom:
Issue: "1150"
6 changes: 6 additions & 0 deletions .changes/unreleased/NOTES-20250917-084351.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: NOTES
body: 'list: This release contains a new interface (`list.ListResource`) and packages for implementing list resource types, available in Terraform 1.14+.
A list resource in Terraform can be defined by providers to list remote resources within a given scope.'
time: 2025-09-17T08:43:51.18091+02:00
custom:
Issue: "1150"