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

feat(container): update image ghcr.io/k8snetworkplumbingwg/multus-cni to v4.1.1 #1013

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented Aug 7, 2024

This PR contains the following updates:

Package Update Change OpenSSF
ghcr.io/k8snetworkplumbingwg/multus-cni minor v4.0.2-thick -> v4.1.1-thick OpenSSF Scorecard

Release Notes

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

v4.1.1

Compare Source

Updates net-attach-def client to v1.7.3 to account for fixes relative to the Network Plumbing Working Group specification, especially how CNI results are handled when the CNI result contains more than one container-side interface in the return.

v4.1.0

Compare Source

Primarily a maintenance release after some time, but, does include some notable features:

  • Initial implementation for DRA (dynamic resource allocation)
  • Updated net-attach-def-client library with fixes for multiple interfaces in CNI results
  • Includes fixes for parity with configuration options from Multus 3.x
  • Improved API handling using informers

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.

Copy link

cloudflare-workers-and-pages bot commented Aug 7, 2024

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: dc1ae5a
Status: ✅  Deploy successful!
Preview URL: https://9e2f8eba.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-ghcr-io-k8snetworkp.jjgadgets-biohazard.pages.dev

View logs

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Aug 7, 2024

--- kube/deploy/core/_networking/multus/app Kustomization: flux-system/1-core-1-networking-multus-app HelmRelease: kube-system/multus

+++ kube/deploy/core/_networking/multus/app Kustomization: flux-system/1-core-1-networking-multus-app HelmRelease: kube-system/multus

@@ -49,13 +49,13 @@

         bin: /opt/cni/bin
         config: /etc/cni/net.d
     hostPaths:
       netns: /var/run/netns
     image:
       repository: ghcr.io/k8snetworkplumbingwg/multus-cni
-      tag: v4.0.2-thick@sha256:3fbcc32bd4e4d15bd93c96def784a229cd84cca27942bf4858b581f31c97ee02
+      tag: v4.1.1-thick@sha256:61ff0673e5a36e05c206238a01a4b7a2217e7b9ca4d23b58a4d64b296784e81c
     resources:
       limits:
         memory: 150M
       requests:
         cpu: 5m
         memory: 70M

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Aug 7, 2024

--- HelmRelease: kube-system/multus DaemonSet: kube-system/multus

+++ HelmRelease: kube-system/multus DaemonSet: kube-system/multus

@@ -35,13 +35,13 @@

         - mountPath: /host/opt/cni/bin
           name: cnibin
       - command:
         - cp
         - /usr/src/multus-cni/bin/multus-shim
         - /host/opt/cni/bin/multus-shim
-        image: ghcr.io/k8snetworkplumbingwg/multus-cni:v4.0.2-thick@sha256:3fbcc32bd4e4d15bd93c96def784a229cd84cca27942bf4858b581f31c97ee02
+        image: ghcr.io/k8snetworkplumbingwg/multus-cni:v4.1.1-thick@sha256:61ff0673e5a36e05c206238a01a4b7a2217e7b9ca4d23b58a4d64b296784e81c
         imagePullPolicy: IfNotPresent
         name: multus-installer
         resources:
           requests:
             cpu: 10m
             memory: 15Mi
@@ -49,13 +49,13 @@

           privileged: true
         volumeMounts:
         - mountPath: /host/opt/cni/bin
           name: cnibin
       containers:
       - name: multus
-        image: ghcr.io/k8snetworkplumbingwg/multus-cni:v4.0.2-thick@sha256:3fbcc32bd4e4d15bd93c96def784a229cd84cca27942bf4858b581f31c97ee02
+        image: ghcr.io/k8snetworkplumbingwg/multus-cni:v4.1.1-thick@sha256:61ff0673e5a36e05c206238a01a4b7a2217e7b9ca4d23b58a4d64b296784e81c
         imagePullPolicy: IfNotPresent
         command:
         - /usr/src/multus-cni/bin/multus-daemon
         securityContext:
           privileged: true
         volumeMounts:

@tinfoild tinfoild bot changed the title feat(container): update image ghcr.io/k8snetworkplumbingwg/multus-cni to v4.1.0 feat(container): update image ghcr.io/k8snetworkplumbingwg/multus-cni to v4.1.1 Sep 16, 2024
@tinfoild tinfoild bot force-pushed the renovate/ghcr.io-k8snetworkplumbingwg-multus-cni-4.x branch from dfc7718 to dc1ae5a Compare September 16, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants