update version constants for 28.0.0+snapshot release

This commit is contained in:
Yu Liao 2023-08-31 01:36:18 +00:00
parent ae7b5ddd21
commit d1ee4ffde4

View File

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