update version constants for 27.0.0+snapshot release

This commit is contained in:
Yu Liao 2023-05-31 21:09:14 +00:00
parent 9a2d5e4290
commit db2908a7ec

View File

@ -15,10 +15,10 @@
import sys
# Kubernetes branch to get the OpenAPI spec from.
KUBERNETES_BRANCH = "release-1.26"
KUBERNETES_BRANCH = "release-1.27"
# client version for packaging and releasing.
CLIENT_VERSION = "26.0.0+snapshot"
CLIENT_VERSION = "27.0.0+snapshot"
# Name of the release package
PACKAGE_NAME = "kubernetes"