mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-11 08:32:19 -06:00
Add changelog entry about the fix to conditionals with an unknown condition and sensitive branch. (#660)
Signed-off-by: Jakub Martin <kubam@spacelift.io>
This commit is contained in:
parent
50703c0292
commit
4f126d63fa
@ -40,6 +40,7 @@ BUG FIXES:
|
||||
* `tofu init`: OpenTofu will no longer allow downloading remote modules to invalid paths. ([#356](https://github.com/opentofu/opentofu/issues/356))
|
||||
* tofu_remote_state: Fixed a potential unsafe read panic when reading from multiple tofu_remote_state data sources ([#357](https://github.com/opentofu/opentofu/issues/357))
|
||||
* OpenTofu will now attempt to create the configuration directory `~/.terraform.d` on startup. ([#442](https://github.com/opentofu/opentofu/issues/442))
|
||||
* Conditionals with an unknown condition and sensitive branch won't crash anymore. ([#659](https://github.com/opentofu/opentofu/issues/659))
|
||||
|
||||
## Previous Releases
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user