From 7ae672da9ff99ed4a94e8b8cb84ded16ea07fcd2 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Mon, 16 Mar 2026 18:57:08 +0000 Subject: [PATCH] Bump cni plugins to v1.9.1 Signed-off-by: Brad Davidson --- scripts/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version.sh b/scripts/version.sh index ce173fb9b3a..cdfbbecb4af 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -54,7 +54,7 @@ if [ -z "$VERSION_CRI_DOCKERD" ]; then VERSION_CRI_DOCKERD="v0.0.0" fi -VERSION_CNIPLUGINS="v1.9.0-k3s1" +VERSION_CNIPLUGINS="v1.9.1-k3s1" VERSION_FLANNEL_PLUGIN="v1.9.0-flannel1" VERSION_KUBE_ROUTER=$(get-module-version github.com/cloudnativelabs/kube-router/v2)