update version constants for 33.0.0+snapshot release

This commit is contained in:
yliao 2025-05-26 20:58:16 +00:00
parent c9db1a349c
commit 9579f3e8be

View File

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