mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
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>
This commit is contained in:
parent
83b3baaf58
commit
8e08cbc3c4
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user