#opentofu (2024-01)
Discuss OpenTofu-related topics
2024-01-08
v1.7.0-alpha1gpgtest: Create dry-run version tag to test gpg signing process. Signed-off-by: Jakub Martin [email protected] (<mailto:[email protected]>)
2024-01-10
v1.6.0: Make v1.6 changelog not unreleased anymore. (#1083) Signed-off-by: Jakub Martin [email protected] (<mailto:[email protected]>)
Signed-off-by: Jakub Martin [email protected]
Time for the big release! OpenTofu 1.6.0 is now stable!
Read more about this on our blog!
This version includes the new module testing feature, an updated s3 backend, tons of minor improvements, bug fixes, and performance improvements. It also includes our new registry.
This release is a drop-in replacement, and you can follow our simple migration guide to start using it with your existing infrastructure configurations.
If you’d like to read about all the changes introduced, check out the detailed changelog.
To get started, find the installation instructions in our docs!
v1.6.0 Time for the big release! OpenTofu 1.6.0 is now stable! Read more about this on our blog! This version includes the new module testing feature, an updated s3 backend, tons of minor improvements, bug fixes, and performance improvements. It also includes <a…
Time for the big release! OpenTofu 1.6.0 is now stable! Read more about this on our blog! This version includes the new module testing feature, an updated s3 backend, tons of minor improvements, bu…
The tofu test command performs integration tests of OpenTofu modules.
OpenTofu can store state remotely in S3 and lock that state with DynamoDB.
celebration
Hey all! Opentofu just released it’s first GA release.
Please feel free to reach out if you have any questions, a few of the core team are in here
“This OpenTofu GA release is the culmination of 4 months of worldwide community efforts across 5 continents, from hundreds of contributors and over five dozen developers,” said Sebastian Stadl, Core OpenTofu Contributor. “Now that we have a stable release out, the community can look forward to a quick succession of long awaited features and enhancements.”
2024-01-24
v1.6.1: Bump version and update changelog. (#1183) Signed-off-by: Jakub Martin [email protected] (<mailto:[email protected]>)
Signed-off-by: Jakub Martin [email protected]
OpenTofu 1.6.1 is now out!
As far as enhancements go, it includes an improvement to the testing feature which allows run blocks to reference previous run blocks’ module outputs.
Bug fix-wise, there are performance fixes for provider acceptance tests, there’s a fix making it possible to reference locals in import blocks for module resources, and we’ve also fixed an issue where tofu show
would occasionally fail to display state files referencing Terraform registry providers.
Finally, we’ve worked on improved stability on 32-bit systems.
If you’d like to read about all the changes introduced, check out the detailed changelog.
v1.6.1 OpenTofu 1.6.1 is now out! As far as enhancements go, it includes an improvement to the testing feature which allows run blocks to reference previous run blocks’ module outputs. Bug fix-wise, there are <a href=”https://github.com/opentofu/opentofu/pull/1054” data-hovercard-type=”pull_request”…
OpenTofu 1.6.1 is now out! As far as enhancements go, it includes an improvement to the testing feature which allows run blocks to reference previous run blocks’ module outputs. Bug fix-wise, there…
Builds an EvalContext which represents the output state of previously run steps to be used when evaluating variable expressions. Resolves #1045 Target Release 1.7.0, 1.6.1
When running provider acceptance tests with the OpenTofu binary, the Global Schema Cache is never used. This causes the acceptance tests to take longer than they should The reason for that is that …