Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
7558cb7a
Unverified
Commit
7558cb7a
authored
Mar 20, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Mar 20, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #75462 from philips/automated-cherry-pick-of-#75455-upstream-release-1.13
Automated cherry pick of #75455: build/gci: bump CNI version to 0.7.5
parents
693b636a
c3dde5d7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
Makefile
build/debian-hyperkube-base/Makefile
+1
-1
kubeadm.spec
build/rpms/kubeadm.spec
+1
-1
kubelet.spec
build/rpms/kubelet.spec
+1
-1
configure.sh
cluster/gce/gci/configure.sh
+2
-2
utils.go
test/e2e_node/remote/utils.go
+1
-1
No files found.
build/debian-hyperkube-base/Makefile
View file @
7558cb7a
...
...
@@ -25,7 +25,7 @@ ALL_ARCH = amd64 arm arm64 ppc64le s390x
CACHEBUST
?=
1
BASEIMAGE
=
k8s.gcr.io/debian-base-
$(ARCH)
:0.4.0
CNI_VERSION
=
v0.
6.0
CNI_VERSION
=
v0.
7.5
TEMP_DIR
:=
$(
shell
mktemp
-d
)
CNI_TARBALL
=
cni-plugins-
$(ARCH)
-
$(CNI_VERSION)
.tgz
...
...
build/rpms/kubeadm.spec
View file @
7558cb7a
...
...
@@ -5,7 +5,7 @@ License: ASL 2.0
Summary: Container Cluster Manager - Kubernetes Cluster Bootstrapping Tool
Requires: kubelet >= 1.8.0
Requires: kubectl >= 1.8.0
Requires: kubernetes-cni >= 0.
5.1
Requires: kubernetes-cni >= 0.
7.5
Requires: cri-tools >= 1.11.0
URL: https://kubernetes.io
...
...
build/rpms/kubelet.spec
View file @
7558cb7a
...
...
@@ -7,7 +7,7 @@ Summary: Container Cluster Manager - Kubernetes Node Agent
URL: https://kubernetes.io
Requires: iptables >= 1.4.21
Requires: kubernetes-cni >= 0.
5.1
Requires: kubernetes-cni >= 0.
7.5
Requires: socat
Requires: util-linux
Requires: ethtool
...
...
cluster/gce/gci/configure.sh
View file @
7558cb7a
...
...
@@ -24,8 +24,8 @@ set -o nounset
set
-o
pipefail
### Hardcoded constants
DEFAULT_CNI_VERSION
=
"v0.
6.0
"
DEFAULT_CNI_SHA1
=
"
d595d3ded6499a64e8dac02466e2f5f2ce257c9f
"
DEFAULT_CNI_VERSION
=
"v0.
7.5
"
DEFAULT_CNI_SHA1
=
"
52e9d2de8a5f927307d9397308735658ee44ab8d
"
DEFAULT_NPD_VERSION
=
"v0.6.0"
DEFAULT_NPD_SHA1
=
"a28e960a21bb74bc0ae09c267b6a340f30e5b3a6"
DEFAULT_CRICTL_VERSION
=
"v1.12.0"
...
...
test/e2e_node/remote/utils.go
View file @
7558cb7a
...
...
@@ -27,7 +27,7 @@ import (
// utils.go contains functions used across test suites.
const
(
cniVersion
=
"v0.
6.0
"
cniVersion
=
"v0.
7.5
"
cniArch
=
"amd64"
cniDirectory
=
"cni/bin"
// The CNI tarball places binaries under directory under "cni/bin".
cniConfDirectory
=
"cni/net.d"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment