Skip to content

v0.23.0

Latest
Compare
Choose a tag to compare
@radeksimko radeksimko released this 10 Apr 11:31
· 10 commits to main since this release
v0.23.0
1ac2330

ENHANCEMENTS:

  • Context cancellation on Unix systems will now send Terraform process SIGINT instead of killing it (which is otherwise default os/exec behaviour) (#512)
    • You can change the default 60s WaitDelay via SetWaitDelay(time.Duration)
  • error type returned from individual commands now implements Unwrap making it possible to pass it into errors.As and access lower-level error such as exec.ExitError (#512)

NOTES:

  • go: Require Go 1.23 (previously 1.22) (#499)
  • Declare support of Terraform 0.12+ (#510)