mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-09-25 06:24:19 +00:00
chore(deps): update dependency kube-vip/kube-vip to v0.9.1 (#733)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-vip/kube-vip](https://redirect.github.com/kube-vip/kube-vip) | patch | `v0.9.0` -> `v0.9.1` | --- ### Release Notes <details> <summary>kube-vip/kube-vip (kube-vip/kube-vip)</summary> ### [`v0.9.1`](https://redirect.github.com/kube-vip/kube-vip/releases/tag/v0.9.1) [Compare Source](https://redirect.github.com/kube-vip/kube-vip/compare/v0.9.0...v0.9.1) ##### Highlights - Metadata for container images - Proper handling of `endpoints` after restart ##### What's Changed - fix: s/endoints/endpoints/ in RBAC manifest generation code by [@​sdwilsh](https://redirect.github.com/sdwilsh) in [https://github.com/kube-vip/kube-vip/pull/1141](https://redirect.github.com/kube-vip/kube-vip/pull/1141) - feat: Add opencontainers annotations during release by [@​sdwilsh](https://redirect.github.com/sdwilsh) in [https://github.com/kube-vip/kube-vip/pull/1142](https://redirect.github.com/kube-vip/kube-vip/pull/1142) - Bump anchore/sbom-action from 0.18.0 to 0.19.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kube-vip/kube-vip/pull/1143](https://redirect.github.com/kube-vip/kube-vip/pull/1143) - Fixed instance finding by [@​p-strusiewiczsurmacki-mobica](https://redirect.github.com/p-strusiewiczsurmacki-mobica) in [https://github.com/kube-vip/kube-vip/pull/1140](https://redirect.github.com/kube-vip/kube-vip/pull/1140) - Bump github.com/gookit/slog from 0.5.7 to 0.5.8 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kube-vip/kube-vip/pull/1134](https://redirect.github.com/kube-vip/kube-vip/pull/1134) - Bump golang.org/x/sys from 0.31.0 to 0.32.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kube-vip/kube-vip/pull/1136](https://redirect.github.com/kube-vip/kube-vip/pull/1136) - Bump github.com/cloudflare/ipvs from 0.10.3 to 0.11.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kube-vip/kube-vip/pull/1137](https://redirect.github.com/kube-vip/kube-vip/pull/1137) - Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kube-vip/kube-vip/pull/1135](https://redirect.github.com/kube-vip/kube-vip/pull/1135) - Bump version to v0.9.1 by [@​Cellebyte](https://redirect.github.com/Cellebyte) in [https://github.com/kube-vip/kube-vip/pull/1144](https://redirect.github.com/kube-vip/kube-vip/pull/1144) ##### New Contributors - [@​sdwilsh](https://redirect.github.com/sdwilsh) made their first contribution in [https://github.com/kube-vip/kube-vip/pull/1141](https://redirect.github.com/kube-vip/kube-vip/pull/1141) **Full Changelog**: https://github.com/kube-vip/kube-vip/compare/v0.9.0...v0.9.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am every weekday,every weekend" in timezone Europe/Brussels, 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -22,7 +22,7 @@ var (
|
||||
const (
|
||||
// DefaultKubeVIPVersion is the default version of kube-vip to use.
|
||||
// Should be automatically bumped by renovate as it uses this version to set the mage version to use in the generated manifest.
|
||||
DefaultKubeVIPVersion = "v0.9.0"
|
||||
DefaultKubeVIPVersion = "v0.9.1"
|
||||
)
|
||||
|
||||
// Generates the kube-vip manifest based on the command type.
|
||||
|
Reference in New Issue
Block a user