update version constants for 29.0.0+snapshot release

This commit is contained in:
yliao 2023-12-18 19:33:24 +00:00
parent 19928029d2
commit 6e1c955cf9

View File

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