Skip to content

Commit 258704d

Browse files
bors[bot]dependabot[bot]alallema
authored
Merge #158
158: Bump helm/kind-action from 1.4.0 to 1.5.0 r=alallema a=dependabot[bot] Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.4.0 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/helm/kind-action/releases">helm/kind-action's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <h2>What's Changed</h2> <ul> <li>Fixing issue <a href="https://github-redirect.dependabot.com/helm/kind-action/issues/68">#68</a> - kind.sh: line 60: dpkg: command not found by <a href="https://github.com/tglaeser"><code>`@​tglaeser</code></a>` in <a href="https://github-redirect.dependabot.com/helm/kind-action/pull/69">helm/kind-action#69</a></li> <li>fix: add aarch64 for uname case by <a href="https://github.com/JorTurFer"><code>`@​JorTurFer</code></a>` in <a href="https://github-redirect.dependabot.com/helm/kind-action/pull/71">helm/kind-action#71</a></li> <li>Update version in the example workflow by <a href="https://github.com/tomplus"><code>`@​tomplus</code></a>` in <a href="https://github-redirect.dependabot.com/helm/kind-action/pull/72">helm/kind-action#72</a></li> <li>bump kind to use v0.17.0 and kubectl v1.25.5 by <a href="https://github.com/cpanato"><code>`@​cpanato</code></a>` in <a href="https://github-redirect.dependabot.com/helm/kind-action/pull/73">helm/kind-action#73</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tglaeser"><code>`@​tglaeser</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/helm/kind-action/pull/69">helm/kind-action#69</a></li> <li><a href="https://github.com/tomplus"><code>`@​tomplus</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/helm/kind-action/pull/72">helm/kind-action#72</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/helm/kind-action/compare/v1...v1.5.0">https://github.com/helm/kind-action/compare/v1...v1.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/helm/kind-action/commit/d8ccf8fb623ce1bb360ae2f45f323d9d5c5e9f00"><code>d8ccf8f</code></a> bump kind to use v0.17.0 and kubectl v1.25.5 (<a href="https://github-redirect.dependabot.com/helm/kind-action/issues/73">#73</a>)</li> <li><a href="https://github.com/helm/kind-action/commit/e6cfd90e947a67bc15e259e67d738bc631bccb67"><code>e6cfd90</code></a> Update version in the example workflow (<a href="https://github-redirect.dependabot.com/helm/kind-action/issues/72">#72</a>)</li> <li><a href="https://github.com/helm/kind-action/commit/6fa2f9f271cb2c64aeebec6f4c48d258ea7f3f3f"><code>6fa2f9f</code></a> fix: add aarch64 for uname case (<a href="https://github-redirect.dependabot.com/helm/kind-action/issues/71">#71</a>)</li> <li><a href="https://github.com/helm/kind-action/commit/4dc55506c23393a9d616a85b19b0067fa0852faa"><code>4dc5550</code></a> Fixing issue <a href="https://github-redirect.dependabot.com/helm/kind-action/issues/68">#68</a> - kind.sh: line 60: dpkg: command not found (<a href="https://github-redirect.dependabot.com/helm/kind-action/issues/69">#69</a>)</li> <li>See full diff in <a href="https://github.com/helm/kind-action/compare/v1.4.0...v1.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=helm/kind-action&package-manager=github_actions&previous-version=1.4.0&new-version=1.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amélie <alallema@users.noreply.github.com>
2 parents 4619dd1 + c7a2fc8 commit 258704d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
fi
6262
6363
- name: Create kind cluster
64-
uses: helm/kind-action@v1.4.0
64+
uses: helm/kind-action@v1.5.0
6565
if: steps.list-changed.outputs.changed == 'true'
6666

6767
- name: Run chart-testing (install)

0 commit comments

Comments
 (0)