2024-07-18 06:56:58 -05:00
## 1.9.0 (Unreleased)
2023-10-04 08:03:22 -05:00
2023-09-06 05:54:39 -05:00
UPGRADE NOTES:
2023-09-22 07:52:01 -05:00
2024-09-17 09:07:07 -05:00
* 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.
2023-07-19 04:08:07 -05:00
NEW FEATURES:
2023-09-22 07:52:01 -05:00
2023-05-24 16:14:19 -05:00
ENHANCEMENTS:
2024-10-15 03:20:11 -05:00
* Added user input prompt for static variables. ([#1792](https://github.com/opentofu/opentofu/issues/1792))
2024-07-22 04:58:57 -05:00
* Added `-show-sensitive` flag to tofu plan, apply, state-show and output commands to display sensitive data in output. ([#1554](https://github.com/opentofu/opentofu/pull/1554))
2024-07-24 12:44:20 -05:00
* Improved performance for large graphs when debug logs are not enabled. ([#1810](https://github.com/opentofu/opentofu/pull/1810))
2024-07-29 14:55:37 -05:00
* Improved performance for large graphs with many submodules. ([#1809](https://github.com/opentofu/opentofu/pull/1809))
2024-08-29 12:20:33 -05:00
* Added multi-line support to the `tofu console` command. ([#1307](https://github.com/opentofu/opentofu/issues/1307))
2024-08-28 11:47:43 -05:00
* Added a help target to the Makefile. ([#1925](https://github.com/opentofu/opentofu/pull/1925))
2024-08-28 11:29:56 -05:00
* Added a simplified Build Process with a Makefile Target ([#1926](https://github.com/opentofu/opentofu/issues/1926))
2024-09-18 09:54:39 -05:00
* Ensures that the Makefile adheres to POSIX standards ([#1811](https://github.com/opentofu/opentofu/pull/1928))
2024-09-06 08:33:05 -05:00
* Added for-each support to providers. ([#300](https://github.com/opentofu/opentofu/issues/300))
2023-09-22 07:52:01 -05:00
2023-06-14 12:14:41 -05:00
BUG FIXES:
2024-09-20 11:29:36 -05:00
* Ensure that using a sensitive path for templatefile that it doesn't panic([#1801](https://github.com/opentofu/opentofu/issues/1801))
* Fixed crash when module source is not present ([#1888](https://github.com/opentofu/opentofu/pull/1888))
* Added error handling for `force-unlock` command when locking is disabled for S3, HTTP, and OSS backends. [#1977 ](https://github.com/opentofu/opentofu/pull/1977 )
2024-09-18 10:10:56 -05:00
* Ensured that using a sensitive path for templatefile that it doesn't panic([#1801](https://github.com/opentofu/opentofu/issues/1801))
* Fixed a crash when module source is not present ([#1888](https://github.com/opentofu/opentofu/pull/1888))
* Fixed a crash when importing an empty optional sensitive string ([#1986](https://github.com/opentofu/opentofu/pull/1986))
2024-10-02 13:11:42 -05:00
* Fixed autoloaded test tfvar files being used in non-test scenarios ([#2039](https://github.com/opentofu/opentofu/pull/2039))
2023-09-22 07:52:01 -05:00
2020-04-28 11:27:10 -05:00
## Previous Releases
2021-06-08 10:57:26 -05:00
For information on prior major and minor releases, see their changelogs:
2018-10-26 08:05:44 -05:00
2024-07-25 02:12:10 -05:00
- [v1.8 ](https://github.com/opentofu/opentofu/blob/v1.8/CHANGELOG.md )
2024-04-25 10:04:22 -05:00
- [v1.7 ](https://github.com/opentofu/opentofu/blob/v1.7/CHANGELOG.md )
2023-12-19 08:56:10 -06:00
- [v1.6 ](https://github.com/opentofu/opentofu/blob/v1.6/CHANGELOG.md )