Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2025

Bumps github.com/hashicorp/terraform-exec from 0.22.0 to 0.23.0.

Release notes

Sourced from github.com/hashicorp/terraform-exec's releases.

v0.23.0

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)
Changelog

Sourced from github.com/hashicorp/terraform-exec's changelog.

0.23.0 (April 10, 2025)

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)
Commits
  • 1ac2330 v0.23.0 [skip ci]
  • ed2fdee Prepare changelog for next release (0.23.0) (#513)
  • 5c3684d build(deps): bump github.com/hashicorp/hc-install from 0.9.1 to 0.9.2 (#514)
  • 49c2a4c tfexec: Enable graceful (SIGINT-based) cancellation (#512)
  • f8ddc4c build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 (#507)
  • d17c7ee go: bump version to 1.23/1.24 (#511)
  • 76efb9a build(deps): Bump workflows to latest trusted versions (#509)
  • a63446c Remove e2e test (support) for 0.11 (#510)
  • 96b1e7a build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#505)
  • 5bf5c92 build(deps): Bump workflows to latest trusted versions (#504)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 10, 2025
Bumps [github.com/hashicorp/terraform-exec](https://github.com/hashicorp/terraform-exec) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/hashicorp/terraform-exec/releases)
- [Changelog](https://github.com/hashicorp/terraform-exec/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-exec@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-exec
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/terraform-exec-0.23.0 branch from b22d128 to 8a04047 Compare May 6, 2025 02:21
@jacobbednarz jacobbednarz merged commit 5fac77c into master May 6, 2025
6 checks passed
@jacobbednarz jacobbednarz deleted the dependabot/go_modules/github.com/hashicorp/terraform-exec-0.23.0 branch May 6, 2025 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant