update version constant for v18.17.0a1 release

kubernetes 1.18 is no longer maintained. 1.18.17 was the last patch release.
This commit is contained in:
Haowei Cai 2021-04-11 16:03:07 -07:00
parent eb9db7762d
commit 91bb4910b2

View File

@ -18,7 +18,7 @@ import sys
KUBERNETES_BRANCH = "release-1.18"
# client version for packaging and releasing.
CLIENT_VERSION = "18.0.0-snapshot"
CLIENT_VERSION = "18.17.0a1"
# Name of the release package
PACKAGE_NAME = "kubernetes"