From 326f3c3d3c4c3528433d289e4e522c6c2fb25611 Mon Sep 17 00:00:00 2001 From: weizhoublue <45163302+weizhoublue@users.noreply.github.com> Date: Thu, 28 May 2026 20:43:55 +0000 Subject: [PATCH] robot updated CNI plugins version Signed-off-by: weizhoublue --- images/spiderpool-plugins/version.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/images/spiderpool-plugins/version.sh b/images/spiderpool-plugins/version.sh index 17a3cc0527..4e56797e90 100644 --- a/images/spiderpool-plugins/version.sh +++ b/images/spiderpool-plugins/version.sh @@ -6,16 +6,14 @@ # this file is generated by updateLatestCniPluginVersion.sh , please do not edit # https://github.com/containernetworking/plugins -export CNI_VERSION=${CNI_VERSION:-"v1.9.0"} +export CNI_VERSION=${CNI_VERSION:-"v1.9.1"} # https://github.com/k8snetworkplumbingwg/ovs-cni export OVS_VERSION=${OVS_VERSION:-"v0.39.0"} # https://github.com/k8snetworkplumbingwg/rdma-cni -export RDMA_VERSION=${RDMA_VERSION:-"v1.5.0"} +export RDMA_VERSION=${RDMA_VERSION:-"v1.6.0"} # https://github.com/k8snetworkplumbingwg/sriov-cni export SRIOV_VERSION=${SRIOV_VERSION:-"v2.10.0"} # https://github.com/k8snetworkplumbingwg/ib-sriov-cni export IB_SRIOV_VERSION=${IB_SRIOV_VERSION:-"v1.3.0"} # https://github.com/Mellanox/ipoib-cni export IPOIB_VERSION=${IPOIB_VERSION:-"v1.2.2"} -# https://github.com/spidernet-io/vlan-cni -export VLAN_VERSION=${VLAN_VERSION:-"v0.0.1"}