File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies:
18
18
19
19
# CNI plugins
20
20
- name : " cni"
21
- version : 1.6.2
21
+ version : 1.7.1
22
22
refPaths :
23
23
- path : cluster/gce/config-common.sh
24
24
match : WINDOWS_CNI_VERSION=
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ export WINDOWS_CNI_CONFIG_DIR="${WINDOWS_K8S_DIR}\cni\config"
136
136
# CNI storage path for Windows nodes
137
137
export WINDOWS_CNI_STORAGE_PATH=" https://github.com/containernetworking/plugins/releases/download"
138
138
# CNI version for Windows nodes
139
- export WINDOWS_CNI_VERSION=" v1.6.2 "
139
+ export WINDOWS_CNI_VERSION=" v1.7.1 "
140
140
# Pod manifests directory for Windows nodes on Windows nodes.
141
141
export WINDOWS_MANIFESTS_DIR=" ${WINDOWS_K8S_DIR} \manifests"
142
142
# Directory where cert/key files will be stores on Windows nodes.
Original file line number Diff line number Diff line change @@ -24,8 +24,9 @@ set -o nounset
24
24
set -o pipefail
25
25
26
26
# ## Hardcoded constants
27
- DEFAULT_CNI_VERSION=' v1.6.2'
28
- DEFAULT_CNI_HASH=' 23036eea642c55cd38d6a2d8f18837fac78e3d2bc6ec86dc2047dad5e51323efdc8dfd0482ac78fe9f117e4e630d0015e190e4a6a3544fc50dc59e5083459629'
27
+ DEFAULT_CNI_VERSION=' v1.7.1'
28
+ # CNI HASH for amd64 sha512
29
+ DEFAULT_CNI_HASH=' 22c1da53be05ecb8a1672c0a91b38f87d5218babeff0cd0f86e50fc127bf27970d977e748c7c8de765482ed353294b20a75392fb21885d6cae3da724b15c84d3'
29
30
DEFAULT_NPD_VERSION=' v0.8.20'
30
31
DEFAULT_NPD_HASH_AMD64=' 09029b62f8023885f3a856c20b5fafecabb880806467848ae25f578c4ee6afacd97c85a0c2d0c582c8d79d3716c83d0e7d324073c5816ae5a812812a6f21450b'
31
32
DEFAULT_NPD_HASH_ARM64=' 233f7e4451de920b7ce8b0ac0e46da1a07ef559e628a75746ce7927492a1886ebd007875f76462d2d0bf3b1dc807a7e8321108cafbd7db9eee39c0e2cfb6c051'
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ LIMITED_SWAP=${LIMITED_SWAP:-""}
56
56
57
57
# required for cni installation
58
58
CNI_CONFIG_DIR=${CNI_CONFIG_DIR:-/ etc/ cni/ net.d}
59
- CNI_PLUGINS_VERSION=${CNI_PLUGINS_VERSION:- " v1.6.2 " }
59
+ CNI_PLUGINS_VERSION=${CNI_PLUGINS_VERSION:- " v1.7.1 " }
60
60
# The arch of the CNI binary, if not set, will be fetched based on the value of `uname -m`
61
61
CNI_TARGETARCH=${CNI_TARGETARCH:- " " }
62
62
CNI_PLUGINS_URL=" https://github.com/containernetworking/plugins/releases/download"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
28
28
// utils.go contains functions used across test suites.
29
29
30
30
const (
31
- cniVersion = "v1.6.2 "
31
+ cniVersion = "v1.7.1 "
32
32
cniDirectory = "cni/bin" // The CNI tarball places binaries under directory under "cni/bin".
33
33
cniConfDirectory = "cni/net.d"
34
34
You can’t perform that action at this time.
0 commit comments