Skip to content

Commit cdb9075

Browse files
committed
add changelogs
1 parent def82d2 commit cdb9075

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: FEATURES
2+
body: 'all: Added a new plan modifier for all types, `UseNonNullStateForUnknown` that preserves known, non-null, values for unconfigured attributes.
3+
This can be used when it is known that an unconfigured value will remain the same after the attribute is updated to a non-null value.'
4+
time: 2025-11-21T16:59:55.611735-05:00
5+
custom:
6+
Issue: "1242"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
kind: NOTES
2+
body: 'In `[email protected]`, the `UseStateForUnknown` plan modifier was updated to preserve null values from prior state
3+
for unconfigured attributes. This updated version can cause plan inconsistency errors when used on child attributes of a nested attribute
4+
that expect `UseStateForUnknown` to keep the child attributes on new nested objects as `<unknown>` (known after apply).
5+
6+
The new `UseNonNullStateForUnknown` plan modifier can now be used where child attributes are expecting this pre-1.15.1 behavior.'
7+
time: 2025-11-21T17:01:17.961155-05:00
8+
custom:
9+
Issue: "1197"

0 commit comments

Comments
 (0)