From f41a863d249b0f81ccec03c4e1f3db876086877d Mon Sep 17 00:00:00 2001 From: mbohlool Date: Tue, 4 Apr 2017 16:44:51 -0700 Subject: [PATCH] Promote OpenAPI spec version to kubernetes 1.6.1 --- scripts/constants.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/constants.py b/scripts/constants.py index f1d0bef84..d32f554f0 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -15,15 +15,15 @@ import sys # Kubernetes branch to get the OpenAPI spec from. -KUBERNETES_BRANCH = "release-1.5" +KUBERNETES_BRANCH = "release-1.6" # Spec version will be set in downloaded spec and all # generated code will refer to it. -SPEC_VERSION = "v1.5.1-660c2a2" +SPEC_VERSION = "v1.6.1" # client version for packaging and releasing. It can # be different than SPEC_VERSION. -CLIENT_VERSION = "1.0.0-snapshot" +CLIENT_VERSION = "2.0.0-snapshot" # Name of the release package PACKAGE_NAME = "kubernetes"