Skip to content

Commit 84c7653

Browse files
Merge #231
231: Bump helm/kind-action from 1.9.0 to 1.10.0 r=curquiza a=dependabot[bot] Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.10.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.10.0</h2> <h2>Requirements</h2> <p>We changed to use <code>wget</code> instead of <code>curl</code></p> <h2>What's Changed</h2> <ul> <li>Update kind to release v0.21.0 by <a href="https://github.com/cpanato"><code>`@​cpanato</code></a>` in <a href="https://redirect.github.com/helm/kind-action/pull/104">helm/kind-action#104</a></li> <li>Bump actions/checkout from 4.1.1 to 4.1.2 by <a href="https://github.com/dependabot"><code>`@​dependabot</code></a>` in <a href="https://redirect.github.com/helm/kind-action/pull/106">helm/kind-action#106</a></li> <li>Bump actions/checkout from 4.1.2 to 4.1.3 by <a href="https://github.com/dependabot"><code>`@​dependabot</code></a>` in <a href="https://redirect.github.com/helm/kind-action/pull/108">helm/kind-action#108</a></li> <li>bump kind to 0.22.0 / kubectl and general housekeeping by <a href="https://github.com/cpanato"><code>`@​cpanato</code></a>` in <a href="https://redirect.github.com/helm/kind-action/pull/107">helm/kind-action#107</a></li> <li>Bump actions/checkout from 4.1.2 to 4.1.3 in the actions group by <a href="https://github.com/dependabot"><code>`@​dependabot</code></a>` in <a href="https://redirect.github.com/helm/kind-action/pull/109">helm/kind-action#109</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/helm/kind-action/compare/v1.9.0...v1.10.0">https://github.com/helm/kind-action/compare/v1.9.0...v1.10.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/helm/kind-action/commit/0025e74a8c7512023d06dc019c617aa3cf561fde"><code>0025e74</code></a> Bump actions/checkout from 4.1.2 to 4.1.3 in the actions group (<a href="https://redirect.github.com/helm/kind-action/issues/109">#109</a>)</li> <li><a href="https://github.com/helm/kind-action/commit/2a7d25fbd929f7bf3312a796d30d5c8fecddfafd"><code>2a7d25f</code></a> bump kind to 0.22.0 / kubectl and general housekeeping (<a href="https://redirect.github.com/helm/kind-action/issues/107">#107</a>)</li> <li><a href="https://github.com/helm/kind-action/commit/d8213862f9c8d913253e67ea3b83482b5d826d30"><code>d821386</code></a> Bump actions/checkout from 4.1.2 to 4.1.3 (<a href="https://redirect.github.com/helm/kind-action/issues/108">#108</a>)</li> <li><a href="https://github.com/helm/kind-action/commit/e89fbc4770626936aff83e4c6d7cbb45dd44ec90"><code>e89fbc4</code></a> Bump actions/checkout from 4.1.1 to 4.1.2 (<a href="https://redirect.github.com/helm/kind-action/issues/106">#106</a>)</li> <li><a href="https://github.com/helm/kind-action/commit/8300bd06573c6f1881ff7a3261ed38b7f05d202f"><code>8300bd0</code></a> Update kind to release v0.21.0 (<a href="https://redirect.github.com/helm/kind-action/issues/104">#104</a>)</li> <li>See full diff in <a href="https://github.com/helm/kind-action/compare/v1.9.0...v1.10.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.9.0&new-version=1.10.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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents ac3707b + 56162e2 commit 84c7653

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.9.0
64+
uses: helm/kind-action@v1.10.0
6565
if: steps.list-changed.outputs.changed == 'true'
6666

6767
- name: Run chart-testing (install)

0 commit comments

Comments
 (0)