mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-11 00:22:32 -06:00
927d1a5759
Signed-off-by: RLRabinowitz <rlrabinowitz2@gmail.com>
2.5 KiB
2.5 KiB
1.8.0 (Unreleased)
UPGRADE NOTES:
BREAKING CHANGE - use_legacy_workflow
field has been removing from the S3 backend configuration. (#1730)
NEW FEATURES:
- Added support for
override_resource
,override_data
andoverride_module
blocks in testing framework. (1499)
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) - Make state persistence interval configurable via
TF_STATE_PERSIST_INTERVAL
environment variable (#1591) - Improved performance of writing state files and reduced their size using compact json encoding. (#1647)
- Allow to reference variable inside the
variables
block of a test file. (1488)
BUG FIXES:
- Fixed validation for
enforced
flag in encryption configuration. (#1711) - Fixed crash in gcs backend when using certain commands. (#1618)
- Fixed 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)
- Added a better error message on
for_each
block with sensitive value of unsuitable type. (#1485) - Fix race condition on locking in gcs backend (#1342)
- Fix bug where provider functions were unusable in variables and outputs (#1689)
Previous Releases
For information on prior major and minor releases, see their changelogs: