summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-01-09 17:19:08 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-01-09 17:21:12 +0000
commite54873b8b1c86973f7ce67683546dfa6c43eda85 (patch)
tree4364a0e7f7b18d1ee896e8a8d2ccfacb7ca41263 /conf
parent0df4b0ea71b33a66094cbbbf728f132b72aff368 (diff)
downloadmeta-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 'conf')
-rw-r--r--conf/distro/include/k8s-versions.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/distro/include/k8s-versions.inc b/conf/distro/include/k8s-versions.inc
index 842489c1..b4ec6b63 100644
--- a/conf/distro/include/k8s-versions.inc
+++ b/conf/distro/include/k8s-versions.inc
@@ -1,4 +1 @@
1 # placeholder for k8s specific versions
2# Use go 1.12 to avoid k8s build failure.
3# Remove this after https://github.com/kubernetes/kubernetes/issues/82531 is resolved and k8s is updated to a working version.
4GOVERSION = "1.12%"