kubearmor / kubearmor-client

KubeArmor cli tool aka kArmor :robot:
Apache License 2.0
34 stars 82 forks source link

chore(deps): update helm/kind-action action to v1.9.0 #424

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
helm/kind-action action minor v1.3.0 -> v1.9.0

Release Notes

helm/kind-action (helm/kind-action) ### [`v1.9.0`](https://togithub.com/helm/kind-action/releases/tag/v1.9.0) [Compare Source](https://togithub.com/helm/kind-action/compare/v1.8.0...v1.9.0) #### What's Changed - Bump actions/checkout from 3.3.0 to 3.5.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/helm/kind-action/pull/90](https://togithub.com/helm/kind-action/pull/90) - Bump actions/checkout from 3.5.3 to 3.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/helm/kind-action/pull/96](https://togithub.com/helm/kind-action/pull/96) - Bump actions/checkout from 3.6.0 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/helm/kind-action/pull/97](https://togithub.com/helm/kind-action/pull/97) - Bump actions/checkout from 4.0.0 to 4.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/helm/kind-action/pull/98](https://togithub.com/helm/kind-action/pull/98) - Bump actions/checkout from 4.1.0 to 4.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/helm/kind-action/pull/99](https://togithub.com/helm/kind-action/pull/99) - chore: Bump node version to node20 by [@​sayboras](https://togithub.com/sayboras) in [https://github.com/helm/kind-action/pull/102](https://togithub.com/helm/kind-action/pull/102) - Fix arch detection in non-Debian distros by [@​musse](https://togithub.com/musse) in [https://github.com/helm/kind-action/pull/93](https://togithub.com/helm/kind-action/pull/93) - docs: fix default version in action.yml by [@​dunglas](https://togithub.com/dunglas) in [https://github.com/helm/kind-action/pull/91](https://togithub.com/helm/kind-action/pull/91) - docs: bump outdated action version in README by [@​dunglas](https://togithub.com/dunglas) in [https://github.com/helm/kind-action/pull/92](https://togithub.com/helm/kind-action/pull/92) #### New Contributors - [@​musse](https://togithub.com/musse) made their first contribution in [https://github.com/helm/kind-action/pull/93](https://togithub.com/helm/kind-action/pull/93) - [@​dunglas](https://togithub.com/dunglas) made their first contribution in [https://github.com/helm/kind-action/pull/91](https://togithub.com/helm/kind-action/pull/91) **Full Changelog**: https://github.com/helm/kind-action/compare/v1.8.0...v1.9.0 ### [`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 ### [`v1.7.0`](https://togithub.com/helm/kind-action/releases/tag/v1.7.0) [Compare Source](https://togithub.com/helm/kind-action/compare/v1.6.0...v1.7.0) #### What's Changed - default action to use kind release v0.19.0 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/kind-action/pull/85](https://togithub.com/helm/kind-action/pull/85) **Full Changelog**: https://github.com/helm/kind-action/compare/v1.6.0...v1.7.0 ### [`v1.6.0`](https://togithub.com/helm/kind-action/releases/tag/v1.6.0) [Compare Source](https://togithub.com/helm/kind-action/compare/v1.5.0...v1.6.0) #### What's Changed - fix: update documentation to represent actual kubectl version used by [@​tomhobson](https://togithub.com/tomhobson) in [https://github.com/helm/kind-action/pull/83](https://togithub.com/helm/kind-action/pull/83) - update kind to v0.18.0 and kubectl to v1.26.4 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/kind-action/pull/84](https://togithub.com/helm/kind-action/pull/84) #### New Contributors - [@​tomhobson](https://togithub.com/tomhobson) made their first contribution in [https://github.com/helm/kind-action/pull/83](https://togithub.com/helm/kind-action/pull/83) **Full Changelog**: https://github.com/helm/kind-action/compare/v1.5.0...v1.6.0 ### [`v1.5.0`](https://togithub.com/helm/kind-action/releases/tag/v1.5.0) [Compare Source](https://togithub.com/helm/kind-action/compare/v1.4.0...v1.5.0) #### What's Changed - Fixing issue [#​68](https://togithub.com/helm/kind-action/issues/68) - kind.sh: line 60: dpkg: command not found by [@​tglaeser](https://togithub.com/tglaeser) in [https://github.com/helm/kind-action/pull/69](https://togithub.com/helm/kind-action/pull/69) - fix: add aarch64 for uname case by [@​JorTurFer](https://togithub.com/JorTurFer) in [https://github.com/helm/kind-action/pull/71](https://togithub.com/helm/kind-action/pull/71) - Update version in the example workflow by [@​tomplus](https://togithub.com/tomplus) in [https://github.com/helm/kind-action/pull/72](https://togithub.com/helm/kind-action/pull/72) - bump kind to use v0.17.0 and kubectl v1.25.5 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/kind-action/pull/73](https://togithub.com/helm/kind-action/pull/73) #### New Contributors - [@​tglaeser](https://togithub.com/tglaeser) made their first contribution in [https://github.com/helm/kind-action/pull/69](https://togithub.com/helm/kind-action/pull/69) - [@​tomplus](https://togithub.com/tomplus) made their first contribution in [https://github.com/helm/kind-action/pull/72](https://togithub.com/helm/kind-action/pull/72) **Full Changelog**: https://github.com/helm/kind-action/compare/v1...v1.5.0 ### [`v1.4.0`](https://togithub.com/helm/kind-action/releases/tag/v1.4.0) [Compare Source](https://togithub.com/helm/kind-action/compare/v1.3.0...v1.4.0) #### What's Changed - update kind to v0.16.0 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/kind-action/pull/65](https://togithub.com/helm/kind-action/pull/65) **Full Changelog**: https://github.com/helm/kind-action/compare/v1.3.0...v1.4.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR has been generated by Mend Renovate. View repository job log here.