Skip to content

Commit

Permalink
Merge pull request #4577 from spidernet-io/robot/update_cni_version-1…
Browse files Browse the repository at this point in the history
…737576082

robot updated CNI plugins version
  • Loading branch information
weizhoublue authored Jan 23, 2025
2 parents be3c600 + 9b6b718 commit 8c90b08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions images/spiderpool-plugins/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
# https://github.com/containernetworking/plugins
export CNI_VERSION=${CNI_VERSION:-"v1.6.2"}
# https://github.com/k8snetworkplumbingwg/ovs-cni
export OVS_VERSION=${OVS_VERSION:-"v0.37.0"}
export OVS_VERSION=${OVS_VERSION:-"v0.38.0"}
# https://github.com/k8snetworkplumbingwg/rdma-cni
export RDMA_VERSION=${RDMA_VERSION:-"v1.2.0"}
export RDMA_VERSION=${RDMA_VERSION:-"v1.2.1"}
# https://github.com/k8snetworkplumbingwg/sriov-cni
export SRIOV_VERSION=${SRIOV_VERSION:-"v2.8.1"}
export SRIOV_VERSION=${SRIOV_VERSION:-"v2.9.0"}
# https://github.com/k8snetworkplumbingwg/ib-sriov-cni
export IB_SRIOV_VERSION=${IB_SRIOV_VERSION:-"v1.1.1"}
export IB_SRIOV_VERSION=${IB_SRIOV_VERSION:-"v1.2.0"}
# https://github.com/Mellanox/ipoib-cni
export IPOIB_VERSION=${IPOIB_VERSION:-"v1.2.0"}

0 comments on commit 8c90b08

Please sign in to comment.