Skip to content

Commit

Permalink
chore(deps): update helm/kind-action action to v1.11.0 (#828)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [helm/kind-action](https://redirect.github.com/helm/kind-action) |
action | minor | `v1.10.0` -> `v1.11.0` |

---

### Release Notes

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

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

[Compare
Source](https://redirect.github.com/helm/kind-action/compare/v1.10.0...v1.11.0)

#### What's Changed

- add wait test by
[@&#8203;cpanato](https://redirect.github.com/cpanato) in
[https://github.com/helm/kind-action/pull/111](https://redirect.github.com/helm/kind-action/pull/111)
- revert wget to use curl again by
[@&#8203;cpanato](https://redirect.github.com/cpanato) in
[https://github.com/helm/kind-action/pull/110](https://redirect.github.com/helm/kind-action/pull/110)
- feat: add custom kubeconfig option as action input by
[@&#8203;jbattiato](https://redirect.github.com/jbattiato) in
[https://github.com/helm/kind-action/pull/119](https://redirect.github.com/helm/kind-action/pull/119)
- fix: Use new mirror for downloading kubectl by
[@&#8203;jriedel-ionos](https://redirect.github.com/jriedel-ionos) in
[https://github.com/helm/kind-action/pull/127](https://redirect.github.com/helm/kind-action/pull/127)
- update kind to default to release v0.24.0 by
[@&#8203;cpanato](https://redirect.github.com/cpanato) in
[https://github.com/helm/kind-action/pull/122](https://redirect.github.com/helm/kind-action/pull/122)

#### New Contributors

- [@&#8203;jbattiato](https://redirect.github.com/jbattiato) made their
first contribution in
[https://github.com/helm/kind-action/pull/119](https://redirect.github.com/helm/kind-action/pull/119)
- [@&#8203;jriedel-ionos](https://redirect.github.com/jriedel-ionos)
made their first contribution in
[https://github.com/helm/kind-action/pull/127](https://redirect.github.com/helm/kind-action/pull/127)

**Full Changelog**:
helm/kind-action@v1.10.0...v1.11.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/buehler/dotnet-operator-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent f2129cf commit fe5b030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: dotnet format --verify-no-changes

- name: Create Kubernetes Cluster
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.11.0

- name: Execute Tests
run: dotnet test --configuration ${{ runner.debug == '1' && 'Debug' || 'Release' }}

0 comments on commit fe5b030

Please sign in to comment.