Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update version constants for 32.0.0a1 release
  • Loading branch information
yliaog committed Jan 13, 2025
commit e7d74047c1165e114a3a19aba6d1187395e93f4e
2 changes: 1 addition & 1 deletion scripts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
KUBERNETES_BRANCH = "release-1.32"

# client version for packaging and releasing.
CLIENT_VERSION = "32.0.0+snapshot"
CLIENT_VERSION = "32.0.0a1"

# Name of the release package
PACKAGE_NAME = "kubernetes"
Expand Down