diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-09 17:19:08 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-09 17:21:12 +0000 |
commit | e54873b8b1c86973f7ce67683546dfa6c43eda85 (patch) | |
tree | 4364a0e7f7b18d1ee896e8a8d2ccfacb7ca41263 /recipes-containers/kubernetes/kubernetes_git.bb | |
parent | 0df4b0ea71b33a66094cbbbf728f132b72aff368 (diff) | |
download | meta-virtualization-e54873b8b1c86973f7ce67683546dfa6c43eda85.tar.gz |
k8s: update to v1.17-beta
Updating to v1.17-beta, so we can drop the GO version 1.12 in
meta-virtualization.
We also drop one patch, since it is part of the upstream now.
Basic sanity tests shows no show-stopper issues.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/kubernetes/kubernetes_git.bb')
-rw-r--r-- | recipes-containers/kubernetes/kubernetes_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-containers/kubernetes/kubernetes_git.bb b/recipes-containers/kubernetes/kubernetes_git.bb index fae554da..76107afe 100644 --- a/recipes-containers/kubernetes/kubernetes_git.bb +++ b/recipes-containers/kubernetes/kubernetes_git.bb | |||
@@ -5,13 +5,12 @@ applications across multiple hosts, providing basic mechanisms for deployment, \ | |||
5 | maintenance, and scaling of applications. \ | 5 | maintenance, and scaling of applications. \ |
6 | " | 6 | " |
7 | 7 | ||
8 | PV = "v1.16.2+git${SRCREV_kubernetes}" | 8 | PV = "v1.17.1-beta+git${SRCREV_kubernetes}" |
9 | SRCREV_kubernetes = "c97fe5036ef3df2967d086711e6c0c405941e14b" | 9 | SRCREV_kubernetes = "f45fc1861acab22eb6a4697e3fb831e85ef5ff9c" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/kubernetes/kubernetes.git;branch=release-1.16;name=kubernetes \ | 11 | SRC_URI = "git://github.com/kubernetes/kubernetes.git;branch=release-1.17;name=kubernetes \ |
12 | file://0001-hack-lib-golang.sh-use-CC-from-environment.patch \ | 12 | file://0001-hack-lib-golang.sh-use-CC-from-environment.patch \ |
13 | file://0001-cross-don-t-build-tests-by-default.patch \ | 13 | file://0001-cross-don-t-build-tests-by-default.patch \ |
14 | file://0001-fix-compiling-failure-execvp-bin-bash-Argument-list-.patch \ | ||
15 | " | 14 | " |
16 | 15 | ||
17 | DEPENDS += "rsync-native \ | 16 | DEPENDS += "rsync-native \ |