mirror of
https://github.com/element-hq/dendrite.git
synced 2025-03-14 14:15:35 +00:00
Bump azure/setup-helm from 3 to 4 (#3477)
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.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.2.0] - 2024-04-15</h2> <ul> <li><a href="https://redirect.github.com/azure/setup-helm/issues/124">#124</a> Fix OS detection and download OS-native archive extension</li> </ul> <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="fe7b79cd5e
"><code>fe7b79c</code></a> build</li> <li><a href="df50d879fa
"><code>df50d87</code></a> Release v4.2.0 (<a href="https://redirect.github.com/azure/setup-helm/issues/134">#134</a>)</li> <li><a href="08d7123a4a
"><code>08d7123</code></a> Bump undici from 5.28.2 to 5.28.4 (<a href="https://redirect.github.com/azure/setup-helm/issues/133">#133</a>)</li> <li><a href="0a0c55a4c3
"><code>0a0c55a</code></a> Fix os detection and archive extension (<a href="https://redirect.github.com/azure/setup-helm/issues/124">#124</a>)</li> <li><a href="d00ce1cb5e
"><code>d00ce1c</code></a> update to release workflow major version tag (<a href="https://redirect.github.com/azure/setup-helm/issues/132">#132</a>)</li> <li><a href="4c255dde26
"><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="ec8dd7c209
"><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="efbd96d464
"><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="859dc38e9a
"><code>859dc38</code></a> v4 readme update (<a href="https://redirect.github.com/azure/setup-helm/issues/127">#127</a>)</li> <li><a href="0788eb3317
"><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>Additional commits viewable in <a href="https://github.com/azure/setup-helm/compare/v3...v4">compare view</a></li> </ul> </details> <br /> [](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>
This commit is contained in:
parent
2ab4219ffc
commit
24bd07a1d7
2 changed files with 2 additions and 2 deletions
2
.github/workflows/helm.yml
vendored
2
.github/workflows/helm.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
||||
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@v3
|
||||
uses: azure/setup-helm@v4
|
||||
with:
|
||||
version: v3.10.0
|
||||
|
||||
|
|
2
.github/workflows/k8s.yml
vendored
2
.github/workflows/k8s.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: azure/setup-helm@v3
|
||||
- uses: azure/setup-helm@v4
|
||||
with:
|
||||
version: v3.10.0
|
||||
- uses: actions/setup-python@v5
|
||||
|
|
Loading…
Add table
Reference in a new issue