From a9aefa426ebba46f103bcc2a927f78f1365ed17e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 07:13:50 -0700 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.10.0 (#32625) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [helm/kind-action](https://togithub.com/helm/kind-action) | action | minor | `v1.9.0` -> `v1.10.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
helm/kind-action (helm/kind-action) ### [`v1.10.0`](https://togithub.com/helm/kind-action/releases/tag/v1.10.0) [Compare Source](https://togithub.com/helm/kind-action/compare/v1.9.0...v1.10.0) #### What's Changed - Update kind to release v0.21.0 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/kind-action/pull/104](https://togithub.com/helm/kind-action/pull/104) - Bump actions/checkout from 4.1.1 to 4.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/helm/kind-action/pull/106](https://togithub.com/helm/kind-action/pull/106) - Bump actions/checkout from 4.1.2 to 4.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/helm/kind-action/pull/108](https://togithub.com/helm/kind-action/pull/108) - bump kind to 0.22.0 / kubectl and general housekeeping by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/kind-action/pull/107](https://togithub.com/helm/kind-action/pull/107) - Bump actions/checkout from 4.1.2 to 4.1.3 in the actions group by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/helm/kind-action/pull/109](https://togithub.com/helm/kind-action/pull/109) **Full Changelog**: https://github.com/helm/kind-action/compare/v1.9.0...v1.10.0
--- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 49fc0c26a81ff..35d7486c007b9 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -150,7 +150,7 @@ jobs: if: steps.go-cache.outputs.cache-hit != 'true' run: make -j2 gomoddownload - name: Create kind cluster - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 with: node_image: kindest/node:${{ matrix.k8s-version }} kubectl_version: ${{ matrix.k8s-version }}