From 44ccdc6d83cc8bca349984a23724da10ce657315 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 21 Feb 2026 12:03:24 +0100 Subject: [PATCH] =?UTF-8?q?fix(multus-cni):=20update=20image=20ghcr.io/k8s?= =?UTF-8?q?networkplumbingwg/multus-cni=20v4.2.3=20=E2=86=92=20v4.2.4=20(#?= =?UTF-8?q?45213)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
k8snetworkplumbingwg/multus-cni (ghcr.io/k8snetworkplumbingwg/multus-cni) ### [`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**:
--- ### 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. --- - [ ] 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). --- charts/stable/multus-cni/Chart.yaml | 4 ++-- charts/stable/multus-cni/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/multus-cni/Chart.yaml b/charts/stable/multus-cni/Chart.yaml index 45e872228e4..9987feb6bcd 100644 --- a/charts/stable/multus-cni/Chart.yaml +++ b/charts/stable/multus-cni/Chart.yaml @@ -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 diff --git a/charts/stable/multus-cni/values.yaml b/charts/stable/multus-cni/values.yaml index da24f0538f5..be58719a692 100644 --- a/charts/stable/multus-cni/values.yaml +++ b/charts/stable/multus-cni/values.yaml @@ -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