From 0fd73895d7ff45ed7fa2554009100937b9101d9b Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Fri, 13 Nov 2020 23:59:16 +0530 Subject: [PATCH] Update constants to reflect Client release 18.0.0-snapshot Signed-off-by: Nabarun Pal --- scripts/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/constants.py b/scripts/constants.py index 084911e92..6e30bd0c6 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -15,10 +15,10 @@ import sys # Kubernetes branch to get the OpenAPI spec from. -KUBERNETES_BRANCH = "release-1.17" +KUBERNETES_BRANCH = "release-1.18" # client version for packaging and releasing. -CLIENT_VERSION = "17.0.0-snapshot" +CLIENT_VERSION = "18.0.0-snapshot" # Name of the release package PACKAGE_NAME = "kubernetes"