Promote OpenAPI spec version to kubernetes 1.6.1
This commit is contained in:
parent
5d19799574
commit
f41a863d24
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user