Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump azure/setup-helm from 3 to 4 #270

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps azure/setup-helm from 3 to 4.

Release notes

Sourced from azure/setup-helm's releases.

v4

Latest v4 release

v4.0.0

  • #121 update to node20 as node16 is deprecated

v3.5 release

Bump @​actions/core version to remove output warning.

v3.4 release

Improves the querying method to find the latest Helm release. Takes advantage of new GitHub api changes.

v3.3 release

Add token input. Needed for fetching latest

v3.1 release

Swap to GraphQL GitHub API

Changelog

Sourced from azure/setup-helm's changelog.

Change Log

[4.1.0] - 2024-03-01

  • #130 switches to use Helm published file to read latest version instead of using GitHub releases

[4.0.0] - 2024-02-12

  • #121 update to node20 as node16 is deprecated
Commits

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Mar 4, 2024
@dependabot dependabot bot force-pushed the dependabot/github_actions/azure/setup-helm-4 branch from 2ee3fd5 to 3c1202f Compare March 4, 2024 18:10
@dependabot dependabot bot force-pushed the dependabot/github_actions/azure/setup-helm-4 branch from 3c1202f to e6eaede Compare March 4, 2024 18:18
@dependabot dependabot bot force-pushed the dependabot/github_actions/azure/setup-helm-4 branch from e6eaede to 61cc4a8 Compare March 4, 2024 18:25
@dependabot dependabot bot force-pushed the dependabot/github_actions/azure/setup-helm-4 branch from 61cc4a8 to ccbe59f Compare March 4, 2024 18:38
@ishaansehgal99 ishaansehgal99 enabled auto-merge (squash) March 4, 2024 18:41
@dependabot dependabot bot force-pushed the dependabot/github_actions/azure/setup-helm-4 branch from ccbe59f to b9f253a Compare March 4, 2024 18:47
@dependabot dependabot bot force-pushed the dependabot/github_actions/azure/setup-helm-4 branch from b9f253a to bf9538f Compare March 4, 2024 19:05
@dependabot dependabot bot force-pushed the dependabot/github_actions/azure/setup-helm-4 branch from bf9538f to ee28055 Compare March 4, 2024 19:10
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3 to 4.
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-helm@v3...v4)

---
updated-dependencies:
- dependency-name: azure/setup-helm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/azure/setup-helm-4 branch from ee28055 to 3f578d0 Compare March 4, 2024 21:14
@ishaansehgal99 ishaansehgal99 merged commit c67b36f into main Mar 4, 2024
5 checks passed
@ishaansehgal99 ishaansehgal99 deleted the dependabot/github_actions/azure/setup-helm-4 branch March 4, 2024 22:19
helayoty pushed a commit that referenced this pull request Mar 17, 2024
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3 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>
<h2>v4.0.0</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>
<h2>v3.5 release</h2>
<p>Bump <code>@​actions/core</code> version to remove output
warning.</p>
<h2>v3.4 release</h2>
<p>Improves the querying method to find the latest Helm release. Takes
advantage of new GitHub api changes.</p>
<h2>v3.3 release</h2>
<p>Add token input. Needed for fetching latest</p>
<h2>v3.1 release</h2>
<p>Swap to GraphQL GitHub API</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/29960d0f5f19214b88e1d9ba750a9914ab0f1a2f"><code>29960d0</code></a>
build</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><a
href="https://github.com/Azure/setup-helm/commit/638a523e0ca8691c7d4405c4aa887dfdece6dcb0"><code>638a523</code></a>
Bump decode-uri-component from 0.2.0 to 0.2.2 (<a
href="https://redirect.github.com/azure/setup-helm/issues/105">#105</a>)</li>
<li><a
href="https://github.com/Azure/setup-helm/commit/0a7ec473572b83cd766b35eab945dc18442960a9"><code>0a7ec47</code></a>
Bump json5 from 2.2.1 to 2.2.3 (<a
href="https://redirect.github.com/azure/setup-helm/issues/107">#107</a>)</li>
<li><a
href="https://github.com/Azure/setup-helm/commit/3419a8fa8fbcfa3b3cd11dc47799f120d25a0d13"><code>3419a8f</code></a>
Update README to reflect current default helm version (<a
href="https://redirect.github.com/azure/setup-helm/issues/106">#106</a>)</li>
<li><a
href="https://github.com/Azure/setup-helm/commit/f77071b246144af1bfde2c00167b5fde48dd66ce"><code>f77071b</code></a>
minor nit , upgrade helm and GH action version updates (<a
href="https://redirect.github.com/azure/setup-helm/issues/102">#102</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/azure/setup-helm/compare/v3...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&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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
helayoty pushed a commit that referenced this pull request Mar 29, 2024
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3 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>
<h2>v4.0.0</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>
<h2>v3.5 release</h2>
<p>Bump <code>@​actions/core</code> version to remove output
warning.</p>
<h2>v3.4 release</h2>
<p>Improves the querying method to find the latest Helm release. Takes
advantage of new GitHub api changes.</p>
<h2>v3.3 release</h2>
<p>Add token input. Needed for fetching latest</p>
<h2>v3.1 release</h2>
<p>Swap to GraphQL GitHub API</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/29960d0f5f19214b88e1d9ba750a9914ab0f1a2f"><code>29960d0</code></a>
build</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><a
href="https://github.com/Azure/setup-helm/commit/638a523e0ca8691c7d4405c4aa887dfdece6dcb0"><code>638a523</code></a>
Bump decode-uri-component from 0.2.0 to 0.2.2 (<a
href="https://redirect.github.com/azure/setup-helm/issues/105">#105</a>)</li>
<li><a
href="https://github.com/Azure/setup-helm/commit/0a7ec473572b83cd766b35eab945dc18442960a9"><code>0a7ec47</code></a>
Bump json5 from 2.2.1 to 2.2.3 (<a
href="https://redirect.github.com/azure/setup-helm/issues/107">#107</a>)</li>
<li><a
href="https://github.com/Azure/setup-helm/commit/3419a8fa8fbcfa3b3cd11dc47799f120d25a0d13"><code>3419a8f</code></a>
Update README to reflect current default helm version (<a
href="https://redirect.github.com/azure/setup-helm/issues/106">#106</a>)</li>
<li><a
href="https://github.com/Azure/setup-helm/commit/f77071b246144af1bfde2c00167b5fde48dd66ce"><code>f77071b</code></a>
minor nit , upgrade helm and GH action version updates (<a
href="https://redirect.github.com/azure/setup-helm/issues/102">#102</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/azure/setup-helm/compare/v3...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&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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant