Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 1.69 KB

1.9.0 (Unreleased)

UPGRADE NOTES:

  • Using the ghcr.io/opentofu/opentofu image as a base image for custom images is deprecated and this will be removed in OpenTofu 1.10. Please see https://opentofu.org/docs/intro/install/docker/ for instructions on building your own image.

NEW FEATURES:

ENHANCEMENTS:

  • Added -show-sensitive flag to tofu plan, apply, state-show and output commands to display sensitive data in output. (#1554)
  • Improved performance for large graphs when debug logs are not enabled. (#1810)
  • Improved performance for large graphs with many submodules. (#1809)
  • Added multi-line support to the tofu console command. (#1307)
  • Added a help target to the Makefile. (#1925)
  • Added a simplified Build Process with a Makefile Target (#1926)
  • Added for-each support to providers. (#300)

BUG FIXES:

  • Ensure that using a sensitive path for templatefile that it doesn't panic(#1801)
  • Fixed crash when module source is not present (#1888)

Previous Releases

For information on prior major and minor releases, see their changelogs: