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 ghcr.io/k8snetworkplumbingwg/multus-cni docker tag to v4.1.0 #3584

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

mchesterbot[bot]
Copy link
Contributor

@mchesterbot mchesterbot bot commented Aug 8, 2024

This PR contains the following updates:

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

Release Notes

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

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.

@mchesterbot mchesterbot bot requested a review from mchestr as a code owner August 8, 2024 01:28
@mchesterbot mchesterbot bot added type/minor area/kubernetes Changes made in the kubernetes directory labels Aug 8, 2024
@mchesterbot
Copy link
Contributor Author

mchesterbot bot commented Aug 8, 2024

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

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

@@ -28,13 +28,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.0-thick@sha256:cff774c9d14d62ed1adf9534c4dcaba89ea0aba19442f8193ea1082f23ef0adc
     resources:
       limits:
         memory: 64Mi
       requests:
         cpu: 10m
 

@mchesterbot
Copy link
Contributor Author

mchesterbot bot commented Aug 8, 2024

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

+++ HelmRelease: networking/multus DaemonSet: networking/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.0-thick@sha256:cff774c9d14d62ed1adf9534c4dcaba89ea0aba19442f8193ea1082f23ef0adc
         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.0-thick@sha256:cff774c9d14d62ed1adf9534c4dcaba89ea0aba19442f8193ea1082f23ef0adc
         imagePullPolicy: IfNotPresent
         command:
         - /usr/src/multus-cni/bin/multus-daemon
         securityContext:
           privileged: true
         volumeMounts:

@mchestr mchestr merged commit b98837d into main Aug 22, 2024
10 checks passed
@mchesterbot mchesterbot bot deleted the renovate/ghcr.io-k8snetworkplumbingwg-multus-cni-4.x branch August 22, 2024 02:40
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/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant