From 91bb4910b24338fbab54a6f00fcc6ed77a589cfb Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Sun, 11 Apr 2021 16:03:07 -0700 Subject: [PATCH] update version constant for v18.17.0a1 release kubernetes 1.18 is no longer maintained. 1.18.17 was the last patch release. --- scripts/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/constants.py b/scripts/constants.py index 6e30bd0c6..d0bd109ee 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -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"