We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9db1a3 commit 9579f3eCopy full SHA for 9579f3e
1 file changed
scripts/constants.py
@@ -15,10 +15,10 @@
15
import sys
16
17
# Kubernetes branch to get the OpenAPI spec from.
18
-KUBERNETES_BRANCH = "release-1.32"
+KUBERNETES_BRANCH = "release-1.33"
19
20
# client version for packaging and releasing.
21
-CLIENT_VERSION = "32.0.0+snapshot"
+CLIENT_VERSION = "33.0.0+snapshot"
22
23
# Name of the release package
24
PACKAGE_NAME = "kubernetes"
0 commit comments