mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix changelog nested list indentation. (#1317)
Signed-off-by: Kuba Martin <kubam@spacelift.io>
This commit is contained in:
parent
632cbff69f
commit
659242f977
@ -10,9 +10,9 @@ ENHANCEMENTS:
|
|||||||
* Added `-concise` flag to omit the refreshing state logs when tofu plan is run. ([#1225](https://github.com/opentofu/opentofu/pull/1225))
|
* Added `-concise` flag to omit the refreshing state logs when tofu plan is run. ([#1225](https://github.com/opentofu/opentofu/pull/1225))
|
||||||
* `nonsensitive` function no longer returns error when applied to values that are not sensitive ([#369](https://github.com/opentofu/opentofu/pull/369))
|
* `nonsensitive` function no longer returns error when applied to values that are not sensitive ([#369](https://github.com/opentofu/opentofu/pull/369))
|
||||||
* Managing large local terraform.tfstate files is now much faster. ([#579](https://github.com/opentofu/opentofu/pull/579))
|
* Managing large local terraform.tfstate files is now much faster. ([#579](https://github.com/opentofu/opentofu/pull/579))
|
||||||
- Previously, every call to state.Write() would also Persist to disk. This was not following the intended API and had longstanding TODOs in the code.
|
* Previously, every call to state.Write() would also Persist to disk. This was not following the intended API and had longstanding TODOs in the code.
|
||||||
- This change fixes the local state filesystem interface to function as the statemgr API describes.
|
* This change fixes the local state filesystem interface to function as the statemgr API describes.
|
||||||
- A possible side effect is that a hard crash mid-apply will no longer have a in-progress state file to reference. This matches the other state managers.
|
* A possible side effect is that a hard crash mid-apply will no longer have a in-progress state file to reference. This matches the other state managers.
|
||||||
* `tofu console` should work in Solaris and AIX as readline has been updated. ([#632](https://github.com/opentofu/opentofu/pull/632))
|
* `tofu console` should work in Solaris and AIX as readline has been updated. ([#632](https://github.com/opentofu/opentofu/pull/632))
|
||||||
* Added "base64gunzip" function. ([$800](https://github.com/opentofu/opentofu/issues/800))
|
* Added "base64gunzip" function. ([$800](https://github.com/opentofu/opentofu/issues/800))
|
||||||
* Added "cidrcontains" function. ([$366](https://github.com/opentofu/opentofu/issues/366))
|
* Added "cidrcontains" function. ([$366](https://github.com/opentofu/opentofu/issues/366))
|
||||||
|
Loading…
Reference in New Issue
Block a user