Skip to content

Commit

Permalink
Update helm/kind-action action to v1.8.0 (#24184)
Browse files Browse the repository at this point in the history
[![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.7.0` -> `v1.8.0` |

---

### Release Notes

<details>
<summary>helm/kind-action (helm/kind-action)</summary>

###
[`v1.8.0`](https://github.com/helm/kind-action/releases/tag/v1.8.0)

[Compare
Source](https://github.com/helm/kind-action/compare/v1.7.0...v1.8.0)

#### What's Changed

- [#&#8203;54](https://github.com/helm/kind-action/issues/54) ignore
the occasional post delete cluster by
[@&#8203;jerry153fish](https://github.com/jerry153fish) in
[helm/kind-action#79
- bump kind to v0.20.0 and script cleanup by
[@&#8203;cpanato](https://github.com/cpanato) in
[helm/kind-action#88

#### New Contributors

- [@&#8203;jerry153fish](https://github.com/jerry153fish) made their
first contribution in
[helm/kind-action#79

**Full Changelog**:
helm/kind-action@v1.7.0...v1.8.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:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
  • Loading branch information
renovate-bot committed Jul 11, 2023
1 parent df91b0a commit a6a4d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a6a4d79

Please sign in to comment.