mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-16 16:01:49 -04:00
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>
1.7 KiB
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-execprovisioner now automatically sets theTRACEPARENTenvironment 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-sensitiveis passed. (#3927)
Previous Releases
For information on prior major and minor releases, refer to their changelogs: