Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update ghcr.io/k8snetworkplumbingwg/multus-cni (v4.1.3 → v4.1.4) #3117

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

bot-blake[bot]
Copy link
Contributor

@bot-blake bot-blake bot commented Dec 7, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/k8snetworkplumbingwg/multus-cni patch v4.1.3-thick -> v4.1.4-thick

Release Notes

k8snetworkplumbingwg/multus-cni (ghcr.io/k8snetworkplumbingwg/multus-cni)

v4.1.4

Compare Source

Updates to use go version 1.22 at a minimum, to address concerns in CVE-2024-24790

See related details in #​1354


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

…3 → v4.1.4)

Signed-off-by: bot-blake[bot] <129223303+bot-blake[bot]@users.noreply.github.com>
@bot-blake bot-blake bot requested a review from buroa as a code owner December 7, 2024 00:25
@bot-blake bot-blake bot assigned buroa Dec 7, 2024
@bot-blake bot-blake bot added the area/kubernetes Changes made in the kubernetes directory label Dec 7, 2024
@bot-blake
Copy link
Contributor Author

bot-blake bot commented Dec 7, 2024

--- kubernetes/apps/networking/multus/app Kustomization: flux-system/multus HelmRelease: networking/multus

+++ kubernetes/apps/networking/multus/app Kustomization: flux-system/multus HelmRelease: networking/multus

@@ -36,13 +36,13 @@

         bin: /opt/cni/bin
         config: /etc/cni/net.d
     hostPaths:
       netns: /var/run/netns
     image:
       repository: ghcr.io/k8snetworkplumbingwg/multus-cni
-      tag: v4.1.3-thick@sha256:551ae885bbd39817ab146952556baa859d532ac3379952dea3ccf2680977d58e
+      tag: v4.1.4-thick@sha256:df8c2963d8356484a856d9949d2f0150ed1d430f5b0979fa041d04eb2bce6403
     resources:
       limits:
         memory: 1024Mi
       requests:
         cpu: 10m
 

@bot-blake
Copy link
Contributor Author

bot-blake bot commented Dec 7, 2024

--- HelmRelease: networking/multus DaemonSet: networking/multus

+++ HelmRelease: networking/multus DaemonSet: networking/multus

@@ -36,13 +36,13 @@

           name: cnibin
       - command:
         - cp
         - -f
         - /usr/src/multus-cni/bin/multus-shim
         - /host/opt/cni/bin/multus-shim
-        image: ghcr.io/k8snetworkplumbingwg/multus-cni:v4.1.3-thick@sha256:551ae885bbd39817ab146952556baa859d532ac3379952dea3ccf2680977d58e
+        image: ghcr.io/k8snetworkplumbingwg/multus-cni:v4.1.4-thick@sha256:df8c2963d8356484a856d9949d2f0150ed1d430f5b0979fa041d04eb2bce6403
         imagePullPolicy: IfNotPresent
         name: multus-installer
         resources:
           requests:
             cpu: 10m
             memory: 15Mi
@@ -50,13 +50,13 @@

           privileged: true
         volumeMounts:
         - mountPath: /host/opt/cni/bin
           name: cnibin
       containers:
       - name: multus
-        image: ghcr.io/k8snetworkplumbingwg/multus-cni:v4.1.3-thick@sha256:551ae885bbd39817ab146952556baa859d532ac3379952dea3ccf2680977d58e
+        image: ghcr.io/k8snetworkplumbingwg/multus-cni:v4.1.4-thick@sha256:df8c2963d8356484a856d9949d2f0150ed1d430f5b0979fa041d04eb2bce6403
         imagePullPolicy: IfNotPresent
         command:
         - /usr/src/multus-cni/bin/multus-daemon
         securityContext:
           privileged: true
         volumeMounts:

@buroa buroa merged commit 19ef67c into master Dec 7, 2024
8 checks passed
@buroa buroa deleted the renovate/ghcr.io-k8snetworkplumbingwg-multus-cni-4.x branch December 7, 2024 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant