Commit 4953fa0
authored
build(deps): bump github.com/hashicorp/terraform-exec from 0.23.0 to 0.23.1 (#3534)
Bumps
[github.com/hashicorp/terraform-exec](https://github.com/hashicorp/terraform-exec)
from 0.23.0 to 0.23.1.
<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.1</h2>
<p>BUG FIXES:</p>
<ul>
<li>Avoid closing stdio pipes early on graceful (SIGINT-based)
cancellation (<a
href="https://redirect.github.com/hashicorp/terraform-exec/pull/527">#527</a>)
<ul>
<li>This enables correct handling of graceful cancellation for recent
versions of Terraform (1.1+). Older versions should use
<code>SetEnableLegacyPipeClosing(true)</code> to avoid hanging on
cancellation.</li>
</ul>
</li>
</ul>
<p>INTERNAL:</p>
<ul>
<li>bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (<a
href="https://redirect.github.com/hashicorp/terraform-exec/pull/524">#524</a>)</li>
<li>bump github.com/hashicorp/terraform-json from 0.24.0 to 0.26.0 (<a
href="https://redirect.github.com/hashicorp/terraform-exec/pull/520">#520</a>
& <a
href="https://redirect.github.com/hashicorp/terraform-exec/pull/529">#529</a>)</li>
<li>bump github.com/zclconf/go-cty from 1.16.2 to 1.16.4 (<a
href="https://redirect.github.com/hashicorp/terraform-exec/pull/522">#522</a>
& <a
href="https://redirect.github.com/hashicorp/terraform-exec/pull/532">#532</a>)</li>
<li>bump golang.org/x/net from 0.36.0 to 0.38.0 (<a
href="https://redirect.github.com/hashicorp/terraform-exec/pull/515">#515</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.1 (August 27, 2025)</h1>
<p>BUG FIXES:</p>
<ul>
<li>Avoid closing stdio pipes early on graceful (SIGINT-based)
cancellation (<a
href="https://redirect.github.com/hashicorp/terraform-exec/pull/527">#527</a>)
<ul>
<li>This enables correct handling of graceful cancellation for recent
versions of Terraform (1.1+). Older versions should use
<code>SetEnableLegacyPipeClosing(true)</code> to avoid hanging on
cancellation.</li>
</ul>
</li>
</ul>
<p>INTERNAL:</p>
<ul>
<li>bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (<a
href="https://redirect.github.com/hashicorp/terraform-exec/pull/524">#524</a>)</li>
<li>bump github.com/hashicorp/terraform-json from 0.24.0 to 0.26.0 (<a
href="https://redirect.github.com/hashicorp/terraform-exec/pull/520">#520</a>
& <a
href="https://redirect.github.com/hashicorp/terraform-exec/pull/529">#529</a>)</li>
<li>bump github.com/zclconf/go-cty from 1.16.2 to 1.16.4 (<a
href="https://redirect.github.com/hashicorp/terraform-exec/pull/522">#522</a>
& <a
href="https://redirect.github.com/hashicorp/terraform-exec/pull/532">#532</a>)</li>
<li>bump golang.org/x/net from 0.36.0 to 0.38.0 (<a
href="https://redirect.github.com/hashicorp/terraform-exec/pull/515">#515</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/7ae12dd2176573ec55c9b5c84542d1b466efce54"><code>7ae12dd</code></a>
v0.23.1 [skip ci]</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/1c742b72f1007486c7eac248f9d5edbfc1726492"><code>1c742b7</code></a>
Prepare changelog for 0.23.1 release (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/533">#533</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/1597b75c605b622d79dcb69ed96a53e3f64b44a0"><code>1597b75</code></a>
Fix graceful shutdown "broken pipe" error (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/527">#527</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/b1695b11a1c55f6e6e52e2b5ce2549130dd556a2"><code>b1695b1</code></a>
build(deps): bump github.com/zclconf/go-cty from 1.16.3 to 1.16.4 (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/532">#532</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/6a46e8778282841b7511ef232fc4f79a9a1dacf1"><code>6a46e87</code></a>
build(deps): bump actions/checkout from 4.2.2 to 5.0.0 in the
github-actions-...</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/99a8096c71a4084c3c27ec9d8bbbe8a867da458d"><code>99a8096</code></a>
build(deps): bump github.com/hashicorp/terraform-json from 0.25.0 to
0.26.0 (...</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/7c7816c12ecab4ab5b5936d92d15489d9efd3610"><code>7c7816c</code></a>
Update E2E test suite to test all current v1.x versions of Terraform (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/528">#528</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/7399bad81e57e536fe93a2fd071ec15aef7ef63e"><code>7399bad</code></a>
Run tests on all PRs (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/526">#526</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/ae14c7e380a93fa0dad95682263df8bc62364eba"><code>ae14c7e</code></a>
build(deps): bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/524">#524</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/6f588fa53340c424106720ec3c8c6da11c2afaee"><code>6f588fa</code></a>
build(deps): bump github.com/zclconf/go-cty from 1.16.2 to 1.16.3 (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/522">#522</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-exec/compare/v0.23.0...v0.23.1">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 9cc54cd commit 4953fa0
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
| 98 | + | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
| 158 | + | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments