#opentofu (2024-10)

Discuss OpenTofu-related topics

2024-10-03

Release notes from opentofu avatar
Release notes from opentofu
06:04:36 PM

v1.8.3 What’s Changed SECURITY:

Added option to enable the sensitive flag for variables used in module sources/versions and backend configurations.

This emits a warning by default to prevent breaking compatability with previous 1.8.x versions. It is highly recommended to set TOFU_ENABLE_STATIC_SENSITIVE=1 in any environments using this release. This will be enabled by default as a breaking change in v1.9.0

BUG FIXES:

Fixed autoloaded test tfvar files being used in non-test scenarios (<a…

Release v1.8.3 · opentofu/opentofuattachment image

What’s Changed SECURITY:

Added option to enable the sensitive flag for variables used in module sources/versions and backend configurations.

This emits a warning by default to prevent breaking co…

2024-10-23

Release notes from opentofu avatar
Release notes from opentofu
04:04:37 PM
Release v1.7.4: 1.8 to 1.7 backport (#2095) · opentofu/opentofuattachment image

Signed-off-by: ollevche [email protected] Signed-off-by: Oleksandr Levchenkov [email protected] Signed-off-by: Christian Mesh [email protected] Signed-off-by: James Humphries james@james-…

Release notes from opentofu avatar
Release notes from opentofu
04:04:37 PM

v1.8.4: Backport recent changes to v1.8 (#2093) Signed-off-by: Christian Mesh [email protected] (<mailto:[email protected]>) Signed-off-by: ollevche [email protected] (<mailto:[email protected]>) Signed-off-by: James Humphries [email protected] (<mailto:[email protected]>) Co-authored-by: Christian Mesh [email protected] (<mailto:[email protected]>) Co-authored-by: Oleksandr Levchenkov [email protected] (<mailto:[email protected]>)

Release v1.8.4: Backport recent changes to v1.8 (#2093) · opentofu/opentofuattachment image

Signed-off-by: Christian Mesh [email protected] Signed-off-by: ollevche [email protected] Signed-off-by: James Humphries [email protected] Co-authored-by: Christian Mesh christian…

Release notes from opentofu avatar
Release notes from opentofu
04:14:36 PM
Release notes from opentofu avatar
Release notes from opentofu
04:44:38 PM

v1.7.4 ENHANCEMENTS:

Made tofu plan with generate-config-out flag replace JSON strings with jsonencode functions calls. (#1595)

BUG FIXES:

tofu init will no longer return a supurious “Backend configuration changed” error when re-initializing a working directory with identical settings, backend configuration contains references to variables or…

Release v1.7.4 · opentofu/opentofuattachment image

ENHANCEMENTS:

Made tofu plan with generate-config-out flag replace JSON strings with jsonencode functions calls. (#1595)

BUG FIXES:

tofu init will no longer return a supurious “Backend configura…

wrap JSON strings as jsonencode calls on generate-config-out by ollevche · Pull Request #1595 · opentofu/opentofuattachment image

Resolves #1371 This PR makes tofu plan with generate-config-out flag check for JSON strings and, if possible, replace them with jsonencode function call. Target Release

1.7.2

Release notes from opentofu avatar
Release notes from opentofu
05:14:37 PM

v1.8.4 BUG FIXES:

tofu init will no longer return a supurious “Backend configuration changed” error when re-initializing a working directory with identical settings, backend configuration contains references to variables or local values, and when the -backend-config command line option is used. That combination previously caused OpenTofu to incorrectly treat the backend configuration as invalid. (<a href=”https://github.com/opentofu/opentofu/pull/2055” data-hovercard-type=”pull_request”…

Release v1.8.4 · opentofu/opentofuattachment image

BUG FIXES:

tofu init will no longer return a supurious “Backend configuration changed” error when re-initializing a working directory with identical settings, backend configuration contains refere…

command/init: Support static eval for backend config migration check by apparentlymart · Pull Request #2055 · opentofu/opentofuattachment image

The backendConfigNeedsMigration helper evaluates the backend configuration inline to compare it with the object previously saved in the .terraform/terraform.tfstate file. However, this wasn&#39;t u…

    keyboard_arrow_up