Skip to content

Commit 2578aa7

Browse files
Bump github.com/hashicorp/terraform-exec from 0.22.0 to 0.23.0 (#2715)
Bumps [github.com/hashicorp/terraform-exec](https://github.com/hashicorp/terraform-exec) from 0.22.0 to 0.23.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-exec/releases">github.com/hashicorp/terraform-exec's releases</a>.</em></p> <blockquote> <h2>v0.23.0</h2> <p>ENHANCEMENTS:</p> <ul> <li>Context cancellation on Unix systems will now send Terraform process SIGINT instead of killing it (which is otherwise default <code>os/exec</code> behaviour) (<a href="https://redirect.github.com/hashicorp/terraform-exec/pull/512">#512</a>) <ul> <li>You can change the default <code>60s</code> <a href="https://pkg.go.dev/os/exec#Cmd"><code>WaitDelay</code></a> via <code>SetWaitDelay(time.Duration)</code></li> </ul> </li> <li>error type returned from individual commands now implements <code>Unwrap</code> making it possible to pass it into <a href="https://pkg.go.dev/errors#As"><code>errors.As</code></a> and access lower-level error such as <a href="https://pkg.go.dev/os/exec#ExitError"><code>exec.ExitError</code></a> (<a href="https://redirect.github.com/hashicorp/terraform-exec/pull/512">#512</a>)</li> </ul> <p>NOTES:</p> <ul> <li>go: Require Go 1.23 (previously 1.22) (<a href="https://redirect.github.com/hashicorp/terraform-exec/pull/511">#499</a>)</li> <li>Declare support of Terraform 0.12+ (<a href="https://redirect.github.com/hashicorp/terraform-exec/pull/510">#510</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-exec/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-exec's changelog</a>.</em></p> <blockquote> <h1>0.23.0 (April 10, 2025)</h1> <p>ENHANCEMENTS:</p> <ul> <li>Context cancellation on Unix systems will now send Terraform process SIGINT instead of killing it (which is otherwise default <code>os/exec</code> behaviour) (<a href="https://redirect.github.com/hashicorp/terraform-exec/pull/512">#512</a>) <ul> <li>You can change the default <code>60s</code> <a href="https://pkg.go.dev/os/exec#Cmd"><code>WaitDelay</code></a> via <code>SetWaitDelay(time.Duration)</code></li> </ul> </li> <li>error type returned from individual commands now implements <code>Unwrap</code> making it possible to pass it into <a href="https://pkg.go.dev/errors#As"><code>errors.As</code></a> and access lower-level error such as <a href="https://pkg.go.dev/os/exec#ExitError"><code>exec.ExitError</code></a> (<a href="https://redirect.github.com/hashicorp/terraform-exec/pull/512">#512</a>)</li> </ul> <p>NOTES:</p> <ul> <li>go: Require Go 1.23 (previously 1.22) (<a href="https://redirect.github.com/hashicorp/terraform-exec/pull/511">#499</a>)</li> <li>Declare support of Terraform 0.12+ (<a href="https://redirect.github.com/hashicorp/terraform-exec/pull/510">#510</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-exec/commit/1ac233097a8cafe8f9e80da615a438184a6216af"><code>1ac2330</code></a> v0.23.0 [skip ci]</li> <li><a href="https://github.com/hashicorp/terraform-exec/commit/ed2fdeebe70390ce169054f6a818dd655f480ae0"><code>ed2fdee</code></a> Prepare changelog for next release (0.23.0) (<a href="https://redirect.github.com/hashicorp/terraform-exec/issues/513">#513</a>)</li> <li><a href="https://github.com/hashicorp/terraform-exec/commit/5c3684dda253d64391771c44b88dd252d0768f95"><code>5c3684d</code></a> build(deps): bump github.com/hashicorp/hc-install from 0.9.1 to 0.9.2 (<a href="https://redirect.github.com/hashicorp/terraform-exec/issues/514">#514</a>)</li> <li><a href="https://github.com/hashicorp/terraform-exec/commit/49c2a4c1d43593f14cc96593443c33c68cb1cda3"><code>49c2a4c</code></a> tfexec: Enable graceful (SIGINT-based) cancellation (<a href="https://redirect.github.com/hashicorp/terraform-exec/issues/512">#512</a>)</li> <li><a href="https://github.com/hashicorp/terraform-exec/commit/f8ddc4c1094e0f994e94e285f132c243772e6c33"><code>f8ddc4c</code></a> build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 (<a href="https://redirect.github.com/hashicorp/terraform-exec/issues/507">#507</a>)</li> <li><a href="https://github.com/hashicorp/terraform-exec/commit/d17c7eef514dadd496e7609d8b67d5a9df3290cb"><code>d17c7ee</code></a> go: bump version to 1.23/1.24 (<a href="https://redirect.github.com/hashicorp/terraform-exec/issues/511">#511</a>)</li> <li><a href="https://github.com/hashicorp/terraform-exec/commit/76efb9a11532b55fe12ebf1d2ca145157d199c2b"><code>76efb9a</code></a> build(deps): Bump workflows to latest trusted versions (<a href="https://redirect.github.com/hashicorp/terraform-exec/issues/509">#509</a>)</li> <li><a href="https://github.com/hashicorp/terraform-exec/commit/a63446ce71f5115e83f9e86faa91c70467631a97"><code>a63446c</code></a> Remove e2e test (support) for 0.11 (<a href="https://redirect.github.com/hashicorp/terraform-exec/issues/510">#510</a>)</li> <li><a href="https://github.com/hashicorp/terraform-exec/commit/96b1e7a5c349c120b7d248c0d28ebf7a517db2fe"><code>96b1e7a</code></a> build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (<a href="https://redirect.github.com/hashicorp/terraform-exec/issues/505">#505</a>)</li> <li><a href="https://github.com/hashicorp/terraform-exec/commit/5bf5c92d81cf2eeef9d914203fd4a2f59a32a00f"><code>5bf5c92</code></a> build(deps): Bump workflows to latest trusted versions (<a href="https://redirect.github.com/hashicorp/terraform-exec/issues/504">#504</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-exec/compare/v0.22.0...v0.23.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/terraform-exec&package-manager=go_modules&previous-version=0.22.0&new-version=0.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0232a9a commit 2578aa7

File tree

2 files changed

+32
-34
lines changed

2 files changed

+32
-34
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ require (
1515
github.com/gorilla/mux v1.8.1 // BSD 3-Clause
1616
github.com/gorilla/websocket v1.5.3 // BSD 2-Clause
1717
github.com/hashicorp/go-version v1.7.0 // MPL 2.0
18-
github.com/hashicorp/hc-install v0.9.1 // MPL 2.0
19-
github.com/hashicorp/terraform-exec v0.22.0 // MPL 2.0
18+
github.com/hashicorp/hc-install v0.9.2 // MPL 2.0
19+
github.com/hashicorp/terraform-exec v0.23.0 // MPL 2.0
2020
github.com/hashicorp/terraform-json v0.24.0 // MPL 2.0
2121
github.com/hexops/gotextdiff v1.0.3 // BSD 3-Clause "New" or "Revised" License
2222
github.com/manifoldco/promptui v0.9.0 // BSD-3-Clause
@@ -44,15 +44,15 @@ require (
4444
cloud.google.com/go/auth v0.4.2 // indirect
4545
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
4646
cloud.google.com/go/compute/metadata v0.3.0 // indirect
47-
github.com/ProtonMail/go-crypto v1.1.3 // indirect
47+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
4848
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
4949
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
50-
github.com/cloudflare/circl v1.3.7 // indirect
50+
github.com/cloudflare/circl v1.6.0 // indirect
5151
github.com/davecgh/go-spew v1.1.1 // indirect
5252
github.com/felixge/httpsnoop v1.0.4 // indirect
5353
github.com/go-logr/logr v1.4.1 // indirect
5454
github.com/go-logr/stdr v1.2.2 // indirect
55-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
55+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
5656
github.com/golang/protobuf v1.5.4 // indirect
5757
github.com/google/go-querystring v1.1.0 // indirect
5858
github.com/google/s2a-go v0.1.7 // indirect
@@ -67,7 +67,7 @@ require (
6767
github.com/tidwall/match v1.1.1 // indirect
6868
github.com/tidwall/pretty v1.2.1 // indirect
6969
github.com/tidwall/sjson v1.2.5 // indirect
70-
github.com/zclconf/go-cty v1.16.1 // indirect
70+
github.com/zclconf/go-cty v1.16.2 // indirect
7171
go.opencensus.io v0.24.0 // indirect
7272
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
7373
go.opentelemetry.io/otel v1.24.0 // indirect

go.sum

Lines changed: 26 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)