mirror of https://github.com/k3s-io/k3s
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
parent
83b3baaf58
commit
8e08cbc3c4
|
@ -92,7 +92,7 @@ grep ^STABLE_BUILD_SCM_REVISION bazel-out/stable-status.txt \
|
||||||
genrule(
|
genrule(
|
||||||
name = "cni_package_version",
|
name = "cni_package_version",
|
||||||
outs = ["cni_version"],
|
outs = ["cni_version"],
|
||||||
cmd = "echo 0.5.1 >$@",
|
cmd = "echo 0.6.0 >$@",
|
||||||
)
|
)
|
||||||
|
|
||||||
release_filegroup(
|
release_filegroup(
|
||||||
|
|
Loading…
Reference in New Issue