From b8bd1023ee48f042d879c786570328d4d2d70c57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 22:50:58 +0000 Subject: [PATCH] Update dependency k8snetworkplumbingwg/multus-cni to v4.3.1 --- scripts/kind-up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kind-up.sh b/scripts/kind-up.sh index 6213d31..e87c7dc 100755 --- a/scripts/kind-up.sh +++ b/scripts/kind-up.sh @@ -43,7 +43,7 @@ WITH_NETCLAB=${WITH_NETCLAB:-0} CNI_PLUGINS=${CNI_PLUGINS:-v1.9.1} # netclab-chart's README points at master; pinned here # renovate: datasource=github-releases depName=k8snetworkplumbingwg/multus-cni -MULTUS=${MULTUS:-v4.3.0} +MULTUS=${MULTUS:-v4.3.1} # 0.5.9 is the real floor: it bootstraps cEOS eAPI on https/443, the same # transport AVD renders. On 0.5.8 the bootstrap was http/6021, which the first # pushed config replaced -- taking eAPI with it.