Commit 2578aa7
authored
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 />
[](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
2 files changed
+32
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments