mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-11 00:22:32 -06:00
b7098f50cb
Signed-off-by: ollevche <ollevche@gmail.com> Signed-off-by: Oleksandr Levchenkov <ollevche@gmail.com>
1.2 KiB
1.2 KiB
1.8.0 (Unreleased)
UPGRADE NOTES:
NEW FEATURES:
ENHANCEMENTS:
- Added
tofu test -json
types to website Machine-Readable UI documentation (1408) - Made
tofu plan
withgenerate-config-out
flag replace JSON strings withjsonencode
functions calls. (#1595)
BUG FIXES:
- Fixed crash in gcs backend when using certain commands (#1618)
- Fix inmem backend crash due to missing struct field (#1619)
- Added a check in the
tofu test
to validate that the names of test run blocks do not contain spaces. (#1489) tofu test
now supports accessing module outputs when the module has no resources. (#1409)- Fixed support for provider functions in tests (#1603)
Previous Releases
For information on prior major and minor releases, see their changelogs: