Skip to content

Commit

Permalink
chore(deps): update helm/kind-action action to v1.10.0 (open-telemetr…
Browse files Browse the repository at this point in the history
…y#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://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

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

###
[`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
[@&open-telemetry#8203;cpanato](https://togithub.com/cpanato) in
[helm/kind-action#104
- Bump actions/checkout from 4.1.1 to 4.1.2 by
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot) in
[helm/kind-action#106
- Bump actions/checkout from 4.1.2 to 4.1.3 by
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot) in
[helm/kind-action#108
- bump kind to 0.22.0 / kubectl and general housekeeping by
[@&open-telemetry#8203;cpanato](https://togithub.com/cpanato) in
[helm/kind-action#107
- Bump actions/checkout from 4.1.2 to 4.1.3 in the actions group by
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot) in
[helm/kind-action#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>
  • Loading branch information
renovate[bot] authored and jlg-io committed May 14, 2024
1 parent 2b066f4 commit bf864a5
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 @@ -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 }}
Expand Down

0 comments on commit bf864a5

Please sign in to comment.