From ea4b55dc9df2b9b6df57d1c2940604c4e766cf60 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Thu, 27 Jul 2023 11:37:28 +0200 Subject: [PATCH] Update cni plugins version to v1.3.0 Signed-off-by: Manuel Buil --- scripts/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version.sh b/scripts/version.sh index a2d54de517b7..0d8d3dcb0a4c 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -51,7 +51,7 @@ if [ -z "$VERSION_CRI_DOCKERD" ]; then VERSION_CRI_DOCKERD="v0.0.0" fi -VERSION_CNIPLUGINS="v1.2.0-k3s1" +VERSION_CNIPLUGINS="v1.3.0-k3s1" VERSION_KUBE_ROUTER=$(grep github.com/k3s-io/kube-router go.mod | head -n1 | awk '{print $4}') if [ -z "$VERSION_KUBE_ROUTER" ]; then