Skip to content

Commit

Permalink
chore(deps): bump azure/setup-helm from 3.5 to 4 (#1124)
Browse files Browse the repository at this point in the history
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.5
to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/azure/setup-helm/releases">azure/setup-helm's
releases</a>.</em></p>
<blockquote>
<h2>v4</h2>
<p>latest v4 release</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md">azure/setup-helm's
changelog</a>.</em></p>
<blockquote>
<h1>Change Log</h1>
<h2>[4.1.0] - 2024-03-01</h2>
<ul>
<li><a
href="https://redirect.github.com/azure/setup-helm/issues/130">#130</a>
switches to use Helm published file to read latest version instead of
using GitHub releases</li>
</ul>
<h2>[4.0.0] - 2024-02-12</h2>
<ul>
<li><a
href="https://redirect.github.com/azure/setup-helm/issues/121">#121</a>
update to node20 as node16 is deprecated</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/setup-helm/commit/b7246b12e77f7134dc2d460a3d5bad15bbe29390"><code>b7246b1</code></a>
build</li>
<li><a
href="https://github.com/Azure/setup-helm/commit/4c255dde26f39995a013e04d230147b2a28f62fd"><code>4c255dd</code></a>
publish version 4.1.0 (<a
href="https://redirect.github.com/azure/setup-helm/issues/131">#131</a>)</li>
<li><a
href="https://github.com/Azure/setup-helm/commit/ec8dd7c2099c43573cdfe425d7703507bee2b2db"><code>ec8dd7c</code></a>
switching to fetching latest version from the dedicated file (<a
href="https://redirect.github.com/azure/setup-helm/issues/130">#130</a>)</li>
<li><a
href="https://github.com/Azure/setup-helm/commit/efbd96d464a46ba08e9937f0a0c7954d10c3b517"><code>efbd96d</code></a>
Fix action version in README.md (<a
href="https://redirect.github.com/azure/setup-helm/issues/129">#129</a>)</li>
<li><a
href="https://github.com/Azure/setup-helm/commit/859dc38e9afea5ba802fecdc635016c32c092199"><code>859dc38</code></a>
v4 readme update (<a
href="https://redirect.github.com/azure/setup-helm/issues/127">#127</a>)</li>
<li><a
href="https://github.com/Azure/setup-helm/commit/0788eb3317a269f12de6efd230b2c89eda56ee18"><code>0788eb3</code></a>
v4 release and required workflow updates (<a
href="https://redirect.github.com/azure/setup-helm/issues/125">#125</a>)</li>
<li><a
href="https://github.com/Azure/setup-helm/commit/208de6bd494a98b973145c4409c749da97f64c53"><code>208de6b</code></a>
Upgrade action to use node20 (<a
href="https://redirect.github.com/azure/setup-helm/issues/121">#121</a>)</li>
<li><a
href="https://github.com/Azure/setup-helm/commit/1f87a575d0ab60fe2f5bb08d86967ef312a108f7"><code>1f87a57</code></a>
Bump <code>@​babel/traverse</code> from 7.18.6 to 7.23.2 (<a
href="https://redirect.github.com/azure/setup-helm/issues/118">#118</a>)</li>
<li><a
href="https://github.com/Azure/setup-helm/commit/d336b89352ec2b3d80ccb6e9fa5451aecb6ed951"><code>d336b89</code></a>
Add action input to set download base url (<a
href="https://redirect.github.com/azure/setup-helm/issues/113">#113</a>)</li>
<li><a
href="https://github.com/Azure/setup-helm/commit/ac5ee1fca8fba06d82bfc39af726f19ffe037a49"><code>ac5ee1f</code></a>
Update helm to v3.11.1 (<a
href="https://redirect.github.com/azure/setup-helm/issues/108">#108</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/azure/setup-helm/compare/v3.5...v4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=azure/setup-helm&package-manager=github_actions&previous-version=3.5&new-version=4)](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>
Co-authored-by: Ron Federman <73110295+RonFed@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and RonFed authored Apr 17, 2024
1 parent a812c41 commit fdb2654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: "~1.21.2"
check-latest: true
- name: Set up Helm
uses: azure/setup-helm@v3.5
uses: azure/setup-helm@v4
with:
version: v3.9.0
- name: Setup BATS
Expand Down

0 comments on commit fdb2654

Please sign in to comment.