Files
opentf/CHANGELOG.md
ogormans-deptstack 6a09262c97 local-exec: propagate TRACEPARENT to child processes
This allows child processes launched with local-exec to contribute to the same trace that OpenTofu started.

Signed-off-by: ogormans-deptstack <sean.ogorman@deptagency.com>
2026-04-15 13:40:31 -07:00

1.7 KiB

The v1.13.x release series is supported until August 1 2027.

1.13.0 (Unreleased)

UPGRADE NOTES:

  • The "winrm" connection type for provisioners is no longer supported. (#4012)

    This connection type was deprecated in OpenTofu v1.12, and now removed in v1.13. Some of the upstream libraries OpenTofu was using to implement these features are no longer maintained, so it's not viable for us to offer this anymore.

    Modern Windows versions now support OpenSSH, and so we suggest that anyone currently relying on WinRM plan to migrate to using SSH instead.

ENHANCEMENTS:

  • The local-exec provisioner now automatically sets the TRACEPARENT environment variable in child processes when OpenTelemetry tracing is active, following the W3C Trace Context specification. (#4014)

BUG FIXES:

  • provisioner output is no longer suppressed when -show-sensitive is passed. (#3927)

Previous Releases

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