From 329b27a859ffe4f561b18fa1cfc933571742309a Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Sat, 7 Nov 2020 11:27:04 +0530 Subject: [PATCH] Update constants to reflect Client release 17.0.0 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 18b68ea62..084911e92 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.16" +KUBERNETES_BRANCH = "release-1.17" # client version for packaging and releasing. -CLIENT_VERSION = "12.0.0-snapshot" +CLIENT_VERSION = "17.0.0-snapshot" # Name of the release package PACKAGE_NAME = "kubernetes"