From fe5b030be92d3d3da5e6968696a131b116479691 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:11:00 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.11.0 (#828) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [helm/kind-action](https://redirect.github.com/helm/kind-action) | action | minor | `v1.10.0` -> `v1.11.0` | --- ### Release Notes
helm/kind-action (helm/kind-action) ### [`v1.11.0`](https://redirect.github.com/helm/kind-action/releases/tag/v1.11.0) [Compare Source](https://redirect.github.com/helm/kind-action/compare/v1.10.0...v1.11.0) #### What's Changed - add wait test by [@​cpanato](https://redirect.github.com/cpanato) in [https://github.com/helm/kind-action/pull/111](https://redirect.github.com/helm/kind-action/pull/111) - revert wget to use curl again by [@​cpanato](https://redirect.github.com/cpanato) in [https://github.com/helm/kind-action/pull/110](https://redirect.github.com/helm/kind-action/pull/110) - feat: add custom kubeconfig option as action input by [@​jbattiato](https://redirect.github.com/jbattiato) in [https://github.com/helm/kind-action/pull/119](https://redirect.github.com/helm/kind-action/pull/119) - fix: Use new mirror for downloading kubectl by [@​jriedel-ionos](https://redirect.github.com/jriedel-ionos) in [https://github.com/helm/kind-action/pull/127](https://redirect.github.com/helm/kind-action/pull/127) - update kind to default to release v0.24.0 by [@​cpanato](https://redirect.github.com/cpanato) in [https://github.com/helm/kind-action/pull/122](https://redirect.github.com/helm/kind-action/pull/122) #### New Contributors - [@​jbattiato](https://redirect.github.com/jbattiato) made their first contribution in [https://github.com/helm/kind-action/pull/119](https://redirect.github.com/helm/kind-action/pull/119) - [@​jriedel-ionos](https://redirect.github.com/jriedel-ionos) made their first contribution in [https://github.com/helm/kind-action/pull/127](https://redirect.github.com/helm/kind-action/pull/127) **Full Changelog**: https://github.com/helm/kind-action/compare/v1.10.0...v1.11.0
--- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/buehler/dotnet-operator-sdk). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/dotnet-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index 3beb02e1..b311694c 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -25,7 +25,7 @@ jobs: run: dotnet format --verify-no-changes - name: Create Kubernetes Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 - name: Execute Tests run: dotnet test --configuration ${{ runner.debug == '1' && 'Debug' || 'Release' }}