Skip to content

Commit f41a863

Browse files
committed
Promote OpenAPI spec version to kubernetes 1.6.1
1 parent 5d19799 commit f41a863

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/constants.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
import sys
1616

1717
# Kubernetes branch to get the OpenAPI spec from.
18-
KUBERNETES_BRANCH = "release-1.5"
18+
KUBERNETES_BRANCH = "release-1.6"
1919

2020
# Spec version will be set in downloaded spec and all
2121
# generated code will refer to it.
22-
SPEC_VERSION = "v1.5.1-660c2a2"
22+
SPEC_VERSION = "v1.6.1"
2323

2424
# client version for packaging and releasing. It can
2525
# be different than SPEC_VERSION.
26-
CLIENT_VERSION = "1.0.0-snapshot"
26+
CLIENT_VERSION = "2.0.0-snapshot"
2727

2828
# Name of the release package
2929
PACKAGE_NAME = "kubernetes"

0 commit comments

Comments
 (0)