From a6a4d79024442d7eca99c4d773c9c1719a4c769d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 11 Jul 2023 17:37:02 +0200 Subject: [PATCH] Update helm/kind-action action to v1.8.0 (#24184) 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.7.0` -> `v1.8.0` | --- ### Release Notes
helm/kind-action (helm/kind-action) ### [`v1.8.0`](https://togithub.com/helm/kind-action/releases/tag/v1.8.0) [Compare Source](https://togithub.com/helm/kind-action/compare/v1.7.0...v1.8.0) #### What's Changed - [#​54](https://togithub.com/helm/kind-action/issues/54) ignore the occasional post delete cluster by [@​jerry153fish](https://togithub.com/jerry153fish) in [https://github.com/helm/kind-action/pull/79](https://togithub.com/helm/kind-action/pull/79) - bump kind to v0.20.0 and script cleanup by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/kind-action/pull/88](https://togithub.com/helm/kind-action/pull/88) #### New Contributors - [@​jerry153fish](https://togithub.com/jerry153fish) made their first contribution in [https://github.com/helm/kind-action/pull/79](https://togithub.com/helm/kind-action/pull/79) **Full Changelog**: https://github.com/helm/kind-action/compare/v1.7.0...v1.8.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). --- .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 121f1e000781..b9c7b98ab88a 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -66,7 +66,7 @@ jobs: if: steps.go-cache.outputs.cache-hit != 'true' run: make -j2 gomoddownload - name: Create kind cluster - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.8.0 with: node_image: kindest/node:${{ matrix.k8s-version }} kubectl_version: ${{ matrix.k8s-version }}