Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump hashicorp/setup-terraform from 3.0.0 to 3.1.1 (#293)
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 3.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/setup-terraform/releases">hashicorp/setup-terraform's releases</a>.</em></p> <blockquote> <h2>v3.1.1</h2> <p>BUG FIXES:</p> <ul> <li>wrapper: Fix wrapper to output to stdout and stderr immediately when data is received (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/395">#395</a>)</li> </ul> <h2>v3.1.0</h2> <p>ENHANCEMENTS:</p> <ul> <li>Automatically fallback to darwin/amd64 for Terraform versions before 1.0.2 as releases for darwin/arm64 are not available (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/409">#409</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md">hashicorp/setup-terraform's changelog</a>.</em></p> <blockquote> <h2>3.1.1 (2024-05-07)</h2> <p>BUG FIXES:</p> <ul> <li>wrapper: Fix wrapper to output to stdout and stderr immediately when data is received (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/395">#395</a>)</li> </ul> <h2>3.1.0 (2024-04-23)</h2> <p>ENHANCEMENTS:</p> <ul> <li>Automatically fallback to darwin/amd64 for Terraform versions before 1.0.2 as releases for darwin/arm64 are not available (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/409">#409</a>)</li> </ul> <h2>3.0.0 (2023-10-30)</h2> <p>NOTES:</p> <ul> <li>Updated default runtime to node20 (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/346">#346</a>)</li> <li>The wrapper around the installed Terraform binary has been fixed to return the exact STDOUT and STDERR from Terraform when executing commands. Previous versions of setup-terraform may have required workarounds to process the STDOUT in bash, such as filtering out the first line or selectively parsing STDOUT with jq. These workarounds may need to be adjusted with <code>v3.0.0</code>, which will now return just the STDOUT/STDERR from Terraform with no errant characters/statements. (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/367">#367</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>Fixed malformed stdout when wrapper is enabled (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/367">#367</a>)</li> </ul> <h1>[2.0.3] (2022-11-01)</h1> <h3>NOTES</h3> <ul> <li>Reduced occurrences of GitHub Actions warnings for setting output <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/247">#247</a></li> </ul> <h1>[2.0.2] (2022-10-12)</h1> <h3>BUG FIXES</h3> <ul> <li>Update 2.0.1 release metadata by <a href="https://github.com/jpogran"><code>@jpogran</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/253">hashicorp/setup-terraform#253</a></li> <li><code>README.md</code> updates - direct links to license and code of conduct, updated GitHub documents link by <a href="https://github.com/magnetikonline"><code>@magnetikonline</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/244">hashicorp/setup-terraform#244</a></li> </ul> <h3>INTERNAL</h3> <ul> <li>Bump jest from 29.0.3 to 29.1.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/248">hashicorp/setup-terraform#248</a></li> </ul> <h1>[2.0.1] (2022-10-12)</h1> <h3>ENHANCEMENTS</h3> <ul> <li>Do not fail when theres an exit-code 2 by <a href="https://github.com/dannyibishev"><code>@dannyibishev</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/125">hashicorp/setup-terraform#125</a></li> <li>Updated README to reflect GitHub limitations by <a href="https://github.com/rnsc"><code>@rnsc</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/205">hashicorp/setup-terraform#205</a></li> </ul> <h3>BUG FIXES</h3> <ul> <li>Fix terraform extract by <a href="https://github.com/cpc-camarj"><code>@cpc-camarj</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/187">hashicorp/setup-terraform#187</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/setup-terraform/commit/651471c36a6092792c552e8b1bef71e592b462d8"><code>651471c</code></a> Update package version</li> <li><a href="https://github.com/hashicorp/setup-terraform/commit/423ba69560ea4b60367b2fe5af9fc72bdff1f2e8"><code>423ba69</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/setup-terraform/commit/99441ecd44411c214f8e605a8968a1dbe1d9bef2"><code>99441ec</code></a> wrapper: Write stdout/stderr data to stream when received (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/410">#410</a>)</li> <li><a href="https://github.com/hashicorp/setup-terraform/commit/5f32e8acafff4535457fe83c8a93f26399a0cde0"><code>5f32e8a</code></a> Result of tsccr-helper -log-level=info gha update -latest . (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/412">#412</a>)</li> <li><a href="https://github.com/hashicorp/setup-terraform/commit/e6e8bf240aacb7cbcffa8e7eec2781b1d8f4375e"><code>e6e8bf2</code></a> bump <code>actions/github-script</code> from <code>@v6</code> to <code>@v7</code> (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/411">#411</a>)</li> <li><a href="https://github.com/hashicorp/setup-terraform/commit/1f0219f06bc83460a00897ce23371e4a3325db85"><code>1f0219f</code></a> Bump undici from 5.28.3 to 5.28.4 (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/408">#408</a>)</li> <li><a href="https://github.com/hashicorp/setup-terraform/commit/4d5f12e9c692964ad08b38e0e492908ccfbf47db"><code>4d5f12e</code></a> Bump follow-redirects from 1.15.4 to 1.15.6 (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/404">#404</a>)</li> <li><a href="https://github.com/hashicorp/setup-terraform/commit/97f030cf6dc0b4f5e0da352c7bca9cca34579800"><code>97f030c</code></a> Update package version</li> <li><a href="https://github.com/hashicorp/setup-terraform/commit/c9227a4b0645bf1bdd5a8213668a88c20f311a33"><code>c9227a4</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/setup-terraform/commit/22013f72bd0d4426fcc7a0f0b666315d867b20b6"><code>22013f7</code></a> Automatically fallback to darwin/amd64 for Terraform versions before 1.0.2 (#...</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/setup-terraform/compare/a1502cd9e758c50496cc9ac5308c4843bcd56d36...651471c36a6092792c552e8b1bef71e592b462d8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hashicorp/setup-terraform&package-manager=github_actions&previous-version=3.0.0&new-version=3.1.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information