fix(multus-cni): update image ghcr.io/k8snetworkplumbingwg/multus-cni v4.2.3 → v4.2.4 (#45213)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/k8snetworkplumbingwg/multus-cni](https://redirect.github.com/k8snetworkplumbingwg/multus-cni) | patch | `e93af9e` → `3c20900` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>k8snetworkplumbingwg/multus-cni (ghcr.io/k8snetworkplumbingwg/multus-cni)</summary> ### [`v4.2.4`](https://redirect.github.com/k8snetworkplumbingwg/multus-cni/releases/tag/v4.2.4) [Compare Source](https://redirect.github.com/k8snetworkplumbingwg/multus-cni/compare/v4.2.3...v4.2.4) #### What's Changed - Adds support for CNI STATUS + other fixes for CNI Spec 1.1.0 by [@​trozet](https://redirect.github.com/trozet) in [#​1470](https://redirect.github.com/k8snetworkplumbingwg/multus-cni/pull/1470) - Bump Multus to Kube 1.34 by [@​yingwang-0320](https://redirect.github.com/yingwang-0320) in [#​1443](https://redirect.github.com/k8snetworkplumbingwg/multus-cni/pull/1443) - Bump github.com/containernetworking/plugins from 1.7.1 to 1.9.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1464](https://redirect.github.com/k8snetworkplumbingwg/multus-cni/pull/1464) - chore: update Go version to 1.24.11 by [@​rollandf](https://redirect.github.com/rollandf) in [#​1467](https://redirect.github.com/k8snetworkplumbingwg/multus-cni/pull/1467) - Fix typo: cilium spelling by [@​linuzctl](https://redirect.github.com/linuzctl) in [#​1465](https://redirect.github.com/k8snetworkplumbingwg/multus-cni/pull/1465) #### New Contributors - [@​yingwang-0320](https://redirect.github.com/yingwang-0320) made their first contribution in [#​1443](https://redirect.github.com/k8snetworkplumbingwg/multus-cni/pull/1443) - [@​linuzctl](https://redirect.github.com/linuzctl) made their first contribution in [#​1465](https://redirect.github.com/k8snetworkplumbingwg/multus-cni/pull/1465) **Full Changelog**: <https://github.com/k8snetworkplumbingwg/multus-cni/compare/v4.2.3...v4.2.4> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS42IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbXVsdHVzLWNuaSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.2.3
|
||||
appVersion: 4.2.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.30.2
|
||||
@@ -44,5 +44,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/multus-cni
|
||||
- https://hub.docker.com/r/alpine/crane
|
||||
type: application
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/k8snetworkplumbingwg/multus-cni
|
||||
tag: v4.2.3-thick@sha256:e93af9e533cc16ca7847aeec3b516c9b1e8891c2b95c727991e94c9b59c4970e
|
||||
tag: v4.2.4-thick@sha256:3c20900b5381fac7f9cbbdfac8370ea10a2f6ed7fbecc678384a9db57047abb1
|
||||
|
||||
craneImage:
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user