Skip to content

Bump github.com/hashicorp/terraform-exec from 0.22.0 to 0.23.0 #1198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 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 One or more dependencies are being bumped go Pull requests that update Go code labels Apr 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 29, 2025 07:36
@duedares-rvj
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/terraform-exec-0.23.0 branch 2 times, most recently from c83ad57 to 4e012a2 Compare May 5, 2025 13:31
@duedares-rvj
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 5, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

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 4e012a2 to 56a144c Compare May 5, 2025 13:55
@ramya18101 ramya18101 merged commit 80e50f3 into main May 5, 2025
9 checks passed
@ramya18101 ramya18101 deleted the dependabot/go_modules/github.com/hashicorp/terraform-exec-0.23.0 branch May 5, 2025 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies One or more dependencies are being bumped go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants