From 2178e283fadfe97e38d3d0fbe9ea0a642adbb73d Mon Sep 17 00:00:00 2001 From: weizhoublue <45163302+weizhoublue@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:01:06 +0000 Subject: [PATCH] robot updated CNI plugins version Signed-off-by: ty-dc --- 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 586749fc34..88df72a93d 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.0"} +export CNI_VERSION=${CNI_VERSION:-"v1.6.1"} # https://github.com/k8snetworkplumbingwg/ovs-cni export OVS_VERSION=${OVS_VERSION:-"v0.35.0"} # https://github.com/k8snetworkplumbingwg/rdma-cni