From 374aa70860200f5fc401128e5abf551bb86c6755 Mon Sep 17 00:00:00 2001 From: weizhoublue <45163302+weizhoublue@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:01:12 +0000 Subject: [PATCH] robot updated CNI plugins version Signed-off-by: weizhoublue --- images/spiderpool-plugins/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/spiderpool-plugins/version.sh b/images/spiderpool-plugins/version.sh index 46a883dfb4..704cc8d9dc 100644 --- a/images/spiderpool-plugins/version.sh +++ b/images/spiderpool-plugins/version.sh @@ -6,7 +6,7 @@ # this file is generated by updateLatestCniPluginVersion.sh , please do not edit # https://github.com/containernetworking/plugins -export CNI_VERSION=${CNI_VERSION:-"v1.6.1"} +export CNI_VERSION=${CNI_VERSION:-"v1.6.2"} # https://github.com/k8snetworkplumbingwg/ovs-cni export OVS_VERSION=${OVS_VERSION:-"v0.37.0"} # https://github.com/k8snetworkplumbingwg/rdma-cni