Skip to content

Commit 4953fa0

Browse files
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> &amp; <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> &amp; <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> &amp; <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> &amp; <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 &quot;broken pipe&quot; 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 /> [![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.23.0&new-version=0.23.1)](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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/gorilla/websocket v1.5.3 // BSD 2-Clause
1717
github.com/hashicorp/go-version v1.7.0 // MPL 2.0
1818
github.com/hashicorp/hc-install v0.9.2 // MPL 2.0
19-
github.com/hashicorp/terraform-exec v0.23.0 // MPL 2.0
19+
github.com/hashicorp/terraform-exec v0.23.1 // MPL 2.0
2020
github.com/hashicorp/terraform-json v0.26.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
@@ -69,7 +69,7 @@ require (
6969
github.com/mitchellh/mapstructure v1.5.0 // indirect
7070
github.com/pmezard/go-difflib v1.0.0 // indirect
7171
github.com/stretchr/objx v0.5.2 // indirect
72-
github.com/zclconf/go-cty v1.16.3 // indirect
72+
github.com/zclconf/go-cty v1.16.4 // indirect
7373
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
7474
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
7575
go.opentelemetry.io/otel v1.36.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKe
9595
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
9696
github.com/hashicorp/hc-install v0.9.2 h1:v80EtNX4fCVHqzL9Lg/2xkp62bbvQMnvPQ0G+OmtO24=
9797
github.com/hashicorp/hc-install v0.9.2/go.mod h1:XUqBQNnuT4RsxoxiM9ZaUk0NX8hi2h+Lb6/c0OZnC/I=
98-
github.com/hashicorp/terraform-exec v0.23.0 h1:MUiBM1s0CNlRFsCLJuM5wXZrzA3MnPYEsiXmzATMW/I=
99-
github.com/hashicorp/terraform-exec v0.23.0/go.mod h1:mA+qnx1R8eePycfwKkCRk3Wy65mwInvlpAeOwmA7vlY=
98+
github.com/hashicorp/terraform-exec v0.23.1 h1:diK5NSSDXDKqHEOIQefBMu9ny+FhzwlwV0xgUTB7VTo=
99+
github.com/hashicorp/terraform-exec v0.23.1/go.mod h1:e4ZEg9BJDRaSalGm2z8vvrPONt0XWG0/tXpmzYTf+dM=
100100
github.com/hashicorp/terraform-json v0.26.0 h1:+BnJavhRH+oyNWPnfzrfQwVWCZBFMvjdiH2Vi38Udz4=
101101
github.com/hashicorp/terraform-json v0.26.0/go.mod h1:eyWCeC3nrZamyrKLFnrvwpc3LQPIJsx8hWHQ/nu2/v4=
102102
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
@@ -155,8 +155,8 @@ github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQ
155155
github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
156156
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
157157
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
158-
github.com/zclconf/go-cty v1.16.3 h1:osr++gw2T61A8KVYHoQiFbFd1Lh3JOCXc/jFLJXKTxk=
159-
github.com/zclconf/go-cty v1.16.3/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
158+
github.com/zclconf/go-cty v1.16.4 h1:QGXaag7/7dCzb+odlGrgr+YmYZFaOCMW6DEpS+UD1eE=
159+
github.com/zclconf/go-cty v1.16.4/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
160160
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
161161
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
162162
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 h1:q4XOmH/0opmeuJtPsbFNivyl7bCt7yRBbeEm2sC/XtQ=

0 commit comments

Comments
 (0)