Skip to content

Commit

Permalink
Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 (#127)
Browse files Browse the repository at this point in the history
Bumps
[hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform)
from 3.0.0 to 3.1.0.
<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.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.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>
<li>Add new-style readme build badges, bump
<code>actions/checkout</code> in <code>README.md</code> examples by <a
href="https://github.com/magnetikonline"><code>@​magnetikonline</code></a>
in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/188">hashicorp/setup-terraform#188</a></li>
<li>Fixed <code>master</code> to <code>main</code> workflow branch
triggers by <a
href="https://github.com/magnetikonline"><code>@​magnetikonline</code></a>
in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/216">hashicorp/setup-terraform#216</a></li>
<li>Fix the example of how to comment on pull request. by <a
href="https://github.com/acarmel"><code>@​acarmel</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/220">hashicorp/setup-terraform#220</a></li>
</ul>
<h3>INTERNAL</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<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><a
href="https://github.com/hashicorp/setup-terraform/commit/a75f1a3ccea3c602b976c7c8c15b0c200cf101d0"><code>a75f1a3</code></a>
Bump nock from 13.5.3 to 13.5.4 (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/400">#400</a>)</li>
<li><a
href="https://github.com/hashicorp/setup-terraform/commit/b033326c2c3fb4bfd7e831ad17ba17756aece0f3"><code>b033326</code></a>
Bump nock from 13.5.1 to 13.5.3 (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/399">#399</a>)</li>
<li><a
href="https://github.com/hashicorp/setup-terraform/commit/0051b26884ac0e9b7a69f64ced8bddb0dab2aced"><code>0051b26</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/398">#398</a>)</li>
<li><a
href="https://github.com/hashicorp/setup-terraform/commit/e45327d8945708da7219b0892bcbcf05cad7a1ea"><code>e45327d</code></a>
Bump undici from 5.26.4 to 5.28.3 (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/397">#397</a>)</li>
<li><a
href="https://github.com/hashicorp/setup-terraform/commit/2417443146da980df2e6d7e43c755f97fb5ad93e"><code>2417443</code></a>
Remove husky tool + fix lint error (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/394">#394</a>)</li>
<li><a
href="https://github.com/hashicorp/setup-terraform/commit/e12a01440e5748b5091248b30ddcef3ff73cdaf1"><code>e12a014</code></a>
Remove precommit and update dependabot (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/393">#393</a>)</li>
<li><a
href="https://github.com/hashicorp/setup-terraform/commit/521e78597400d2bff4171059223311208257c0d5"><code>521e785</code></a>
Bump nock from 13.5.0 to 13.5.1 (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/392">#392</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/setup-terraform/compare/a1502cd9e758c50496cc9ac5308c4843bcd56d36...97f030cf6dc0b4f5e0da352c7bca9cca34579800">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.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>
  • Loading branch information
dependabot[bot] committed Apr 24, 2024
1 parent 29ad40c commit db40b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
- uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
with:
terraform_version: ${{ matrix.terraform }}
terraform_wrapper: false
Expand Down

0 comments on commit db40b83

Please sign in to comment.