Bump the version of kubernetes-cni to 0.6.0

This will resolve the kubernetes-anywhere e2e test.
In commit: https://github.com/kubernetes/kubernetes/pull/71540
I bumped the required version of kubernetes-cni to 0.6.0 but didn't
start packaging it. This resolve that.

Signed-off-by: Duffie Cooley <dcooley@heptio.com>
pull/564/head
Duffie Cooley 2018-11-30 23:20:19 -08:00
parent 83b3baaf58
commit 8e08cbc3c4
No known key found for this signature in database
GPG Key ID: 371E87DDFB2A9A42
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ grep ^STABLE_BUILD_SCM_REVISION bazel-out/stable-status.txt \
genrule(
name = "cni_package_version",
outs = ["cni_version"],
cmd = "echo 0.5.1 >$@",
cmd = "echo 0.6.0 >$@",
)
release_filegroup(