Skip to content

Commit c3fae22

Browse files
chore(deps): update helm/kind-action action to v1.10.0 (#32625)
[![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://github.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 <details> <summary>helm/kind-action (helm/kind-action)</summary> ### [`v1.10.0`](https://github.com/helm/kind-action/releases/tag/v1.10.0) [Compare Source](https://github.com/helm/kind-action/compare/v1.9.0...v1.10.0) #### What's Changed - Update kind to release v0.21.0 by [@&#8203;cpanato](https://github.com/cpanato) in [https://github.com/helm/kind-action/pull/104](https://github.com/helm/kind-action/pull/104) - Bump actions/checkout from 4.1.1 to 4.1.2 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/helm/kind-action/pull/106](https://github.com/helm/kind-action/pull/106) - Bump actions/checkout from 4.1.2 to 4.1.3 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/helm/kind-action/pull/108](https://github.com/helm/kind-action/pull/108) - bump kind to 0.22.0 / kubectl and general housekeeping by [@&#8203;cpanato](https://github.com/cpanato) in [https://github.com/helm/kind-action/pull/107](https://github.com/helm/kind-action/pull/107) - Bump actions/checkout from 4.1.2 to 4.1.3 in the actions group by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/helm/kind-action/pull/109](https://github.com/helm/kind-action/pull/109) **Full Changelog**: helm/kind-action@v1.9.0...v1.10.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a4a19e7 commit c3fae22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
if: steps.go-cache.outputs.cache-hit != 'true'
151151
run: make -j2 gomoddownload
152152
- name: Create kind cluster
153-
uses: helm/kind-action@v1.9.0
153+
uses: helm/kind-action@v1.10.0
154154
with:
155155
node_image: kindest/node:${{ matrix.k8s-version }}
156156
kubectl_version: ${{ matrix.k8s-version }}

0 commit comments

Comments
 (0)