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 docker tag to v4.1.1 #3702

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

mchesterbot[bot]
Copy link
Contributor

@mchesterbot mchesterbot bot commented Sep 16, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/k8snetworkplumbingwg/multus-cni patch v4.1.0-thick -> v4.1.1-thick

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.


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 September 16, 2024 15:25
@mchesterbot mchesterbot bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels Sep 16, 2024
@mchesterbot
Copy link
Contributor Author

mchesterbot bot commented Sep 16, 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.1.0-thick@sha256:cff774c9d14d62ed1adf9534c4dcaba89ea0aba19442f8193ea1082f23ef0adc
+      tag: v4.1.1-thick@sha256:61ff0673e5a36e05c206238a01a4b7a2217e7b9ca4d23b58a4d64b296784e81c
     resources:
       limits:
         memory: 128Mi
       requests:
         cpu: 10m
 

@mchesterbot
Copy link
Contributor Author

mchesterbot bot commented Sep 16, 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.1.0-thick@sha256:cff774c9d14d62ed1adf9534c4dcaba89ea0aba19442f8193ea1082f23ef0adc
+        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.1.0-thick@sha256:cff774c9d14d62ed1adf9534c4dcaba89ea0aba19442f8193ea1082f23ef0adc
+        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:

@mchestr mchestr merged commit 2faea06 into main Sep 28, 2024
5 checks passed
@mchesterbot mchesterbot bot deleted the renovate/ghcr.io-k8snetworkplumbingwg-multus-cni-4.x branch September 28, 2024 01:46
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