Skip to content

Commit

Permalink
chore(deps): update helm/kind-action action to v1.12.0 (#831)
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.11.0` -> `v1.12.0` |

---

### Release Notes

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

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

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

#### What's Changed

- update kind to use release v0.26.0 by
[@&#8203;cpanato](https://redirect.github.com/cpanato) in
[https://github.com/helm/kind-action/pull/129](https://redirect.github.com/helm/kind-action/pull/129)
- feat: options to configure local registry by
[@&#8203;tthvo](https://redirect.github.com/tthvo) in
[https://github.com/helm/kind-action/pull/113](https://redirect.github.com/helm/kind-action/pull/113)
- Bump actions/checkout from 4.1.4 to 4.2.2 in the actions group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/helm/kind-action/pull/130](https://redirect.github.com/helm/kind-action/pull/130)

#### New Contributors

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

**Full Changelog**:
helm/kind-action@v1.11.0...v1.12.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent fe5b030 commit be91adb
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.11.0
uses: helm/kind-action@v1.12.0

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

0 comments on commit be91adb

Please sign in to comment.