From 1f3dc375e5cf4d8595db44cbbc078094b7624965 Mon Sep 17 00:00:00 2001 From: kubevirt-bot Date: Tue, 14 Jan 2025 12:54:39 +0100 Subject: [PATCH] bump multus-dynamic-networks to v0.3.6 (#1981) Signed-off-by: CNAO Bump Bot Co-authored-by: CNAO Bump Bot --- components.yaml | 4 ++-- pkg/components/components.go | 2 +- test/releases/99.0.0.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components.yaml b/components.yaml index 22fe39d67..3ee5400e7 100644 --- a/components.yaml +++ b/components.yaml @@ -43,10 +43,10 @@ components: metadata: v4.1.4 multus-dynamic-networks: url: https://github.com/k8snetworkplumbingwg/multus-dynamic-networks-controller - commit: e328aeb727e70165a8c7275aafa7035c963a8e22 + commit: dbbb88bfa4ccde4dbd462b18859a6a74f03fefcc branch: main update-policy: tagged - metadata: v0.3.4 + metadata: v0.3.6 ovs-cni: url: https://github.com/k8snetworkplumbingwg/ovs-cni commit: dbf2164547421c44f958abc58ac8e141d841739e diff --git a/pkg/components/components.go b/pkg/components/components.go index 3991d9251..6af8f5cb5 100644 --- a/pkg/components/components.go +++ b/pkg/components/components.go @@ -31,7 +31,7 @@ var ( const ( MultusImageDefault = "ghcr.io/k8snetworkplumbingwg/multus-cni@sha256:16030e8320088cf74dc5fbc7dccfea40169f09722dfad15765fa28bceb8de439" - MultusDynamicNetworksImageDefault = "ghcr.io/k8snetworkplumbingwg/multus-dynamic-networks-controller@sha256:0bdf7dc9c15bdf7e5760955f05077c23868f3421141e8e623d75cf6b8cf36247" + MultusDynamicNetworksImageDefault = "ghcr.io/k8snetworkplumbingwg/multus-dynamic-networks-controller@sha256:8061bd1276ff022fe52a0b07bc6fa8d27e5f6f20cf3bf764e76d347d2e3c929b" LinuxBridgeCniImageDefault = "quay.io/kubevirt/cni-default-plugins@sha256:976a24392c2a096c38c2663d234b2d3131f5c24558889196d30b9ac1b6716788" LinuxBridgeMarkerImageDefault = "quay.io/kubevirt/bridge-marker@sha256:e492ca4a6d1234781928aedefb096941d95babee4116baaba4d2a3834813826a" KubeMacPoolImageDefault = "quay.io/kubevirt/kubemacpool@sha256:477a781717cebdb3ce7b63338c44abb9e34058ca9849f932d6d5cef8950b532e" diff --git a/test/releases/99.0.0.go b/test/releases/99.0.0.go index 85340e966..0148c23e8 100644 --- a/test/releases/99.0.0.go +++ b/test/releases/99.0.0.go @@ -18,7 +18,7 @@ func init() { ParentName: "dynamic-networks-controller-ds", ParentKind: "DaemonSet", Name: "dynamic-networks-controller", - Image: "ghcr.io/k8snetworkplumbingwg/multus-dynamic-networks-controller@sha256:0bdf7dc9c15bdf7e5760955f05077c23868f3421141e8e623d75cf6b8cf36247", + Image: "ghcr.io/k8snetworkplumbingwg/multus-dynamic-networks-controller@sha256:8061bd1276ff022fe52a0b07bc6fa8d27e5f6f20cf3bf764e76d347d2e3c929b", }, { ParentName: "multus",