File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ARCH?=amd64
24
24
CACHEBUST? =1
25
25
26
26
BASEIMAGE =k8s.gcr.io/debian-base-$(ARCH ) :0.3.2
27
- CNI_VERSION =v0.6.0
27
+ CNI_VERSION =v0.7.5
28
28
29
29
TEMP_DIR: =$(shell mktemp -d)
30
30
CNI_TARBALL =cni-plugins-$(ARCH ) -$(CNI_VERSION ) .tgz
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ License: ASL 2.0
5
5
Summary: Container Cluster Manager - Kubernetes Cluster Bootstrapping Tool
6
6
Requires: kubelet >= 1.8.0
7
7
Requires: kubectl >= 1.8.0
8
- Requires: kubernetes-cni >= 0.5.1
8
+ Requires: kubernetes-cni >= 0.7.5
9
9
10
10
URL: https://kubernetes.io
11
11
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Summary: Container Cluster Manager - Kubernetes Node Agent
7
7
URL: https://kubernetes.io
8
8
9
9
Requires: iptables >= 1.4.21
10
- Requires: kubernetes-cni >= 0.5.1
10
+ Requires: kubernetes-cni >= 0.7.5
11
11
Requires: socat
12
12
Requires: util-linux
13
13
Requires: ethtool
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ set -o nounset
24
24
set -o pipefail
25
25
26
26
# ## Hardcoded constants
27
- DEFAULT_CNI_VERSION=" v0.6.0 "
28
- DEFAULT_CNI_SHA1=" d595d3ded6499a64e8dac02466e2f5f2ce257c9f "
27
+ DEFAULT_CNI_VERSION=" v0.7.5 "
28
+ DEFAULT_CNI_SHA1=" 52e9d2de8a5f927307d9397308735658ee44ab8d "
29
29
DEFAULT_NPD_VERSION=" v0.6.0"
30
30
DEFAULT_NPD_SHA1=" a28e960a21bb74bc0ae09c267b6a340f30e5b3a6"
31
31
DEFAULT_CRICTL_VERSION=" v1.11.1"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
27
27
// utils.go contains functions used across test suites.
28
28
29
29
const (
30
- cniVersion = "v0.6.0 "
30
+ cniVersion = "v0.7.5 "
31
31
cniArch = "amd64"
32
32
cniDirectory = "cni/bin" // The CNI tarball places binaries under directory under "cni/bin".
33
33
cniConfDirectory = "cni/net.d"
You can’t perform that action at this time.
0 commit comments