We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d19799 commit f41a863Copy full SHA for f41a863
scripts/constants.py
@@ -15,15 +15,15 @@
15
import sys
16
17
# Kubernetes branch to get the OpenAPI spec from.
18
-KUBERNETES_BRANCH = "release-1.5"
+KUBERNETES_BRANCH = "release-1.6"
19
20
# Spec version will be set in downloaded spec and all
21
# generated code will refer to it.
22
-SPEC_VERSION = "v1.5.1-660c2a2"
+SPEC_VERSION = "v1.6.1"
23
24
# client version for packaging and releasing. It can
25
# be different than SPEC_VERSION.
26
-CLIENT_VERSION = "1.0.0-snapshot"
+CLIENT_VERSION = "2.0.0-snapshot"
27
28
# Name of the release package
29
PACKAGE_NAME = "kubernetes"
0 commit comments