From 77ba9904d1b6e3b96d65ed2d7eeb761d08590a97 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Tue, 16 Jan 2024 21:43:59 +0000 Subject: [PATCH] Bump CNI plugins to v1.4.0 Ref: https://github.com/rancher/plugins/compare/v1.3.0-k3s1...v1.4.0-k3s2 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 f7bc93fef808..a67f0d560794 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -68,7 +68,7 @@ if [ -z "$VERSION_CRI_DOCKERD" ]; then VERSION_CRI_DOCKERD="v0.0.0" fi -VERSION_CNIPLUGINS="v1.3.0-k3s1" +VERSION_CNIPLUGINS="v1.4.0-k3s2" VERSION_KUBE_ROUTER=$(get-module-version github.com/cloudnativelabs/kube-router/v2) if [ -z "$VERSION_KUBE_ROUTER" ]; then