Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions images/spiderpool-plugins/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"}