#opentofu (2024-02)
Discuss OpenTofu-related topics
2024-02-22
v1.6.2: Prepare 1.6.2 update (#1296) Signed-off-by: Jakub Martin [email protected] (<mailto:[email protected]>)
Signed-off-by: Jakub Martin [email protected]
OpenTofu 1.6.2 is now out!
The main improvement is a bug fix related to passing outputs from one test as inputs to another when using tofu test
.
Other than that, continuing the work from the previous release, there are further fixes to unit tests, to make them consistently work across architectures.
If you’d like to read about all the changes introduced, check out the detailed changelog.
v1.6.2 OpenTofu 1.6.2 is now out! The main improvement is a bug fix related to passing outputs from one test as inputs to another when using tofu test. Other than that, continuing the work from the previous release, there are <a href=”https://github.com/opentofu/opentofu/pull/1214” data-hovercard-type=”pull_request”…
OpenTofu 1.6.2 is now out! The main improvement is a bug fix related to passing outputs from one test as inputs to another when using tofu test. Other than that, continuing the work from the previo…
Objective: Fix the issue of Problem referencing output from test run in local variables block (tofu test). Example: In the code snippet below, the expected behavior is that the variable should be a…
This issue fixes the 2 failing tests in 386 and arm based systems in the alpine build pipelines.
Resolves issue with integer overflow when constructing the s3 assume role timeout in the backend lo…