Merge pull request #71629 from mauilion/bump_kubernetes-cni

Bump the version of kubernetes-cni to 0.6.0
pull/564/head
Kubernetes Prow Robot 2018-12-03 17:46:45 -08:00 committed by GitHub
commit 8f7405ec92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(