Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35a68b2

Browse files
committed
update version constants for 21.0.0-snapshot release
1 parent 7f6dbd5 commit 35a68b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
import sys
1616

1717
# Kubernetes branch to get the OpenAPI spec from.
18-
KUBERNETES_BRANCH = "release-1.20"
18+
KUBERNETES_BRANCH = "release-1.21"
1919

2020
# client version for packaging and releasing.
21-
CLIENT_VERSION = "20.0.0-snapshot"
21+
CLIENT_VERSION = "21.0.0-snapshot"
2222

2323
# Name of the release package
2424
PACKAGE_NAME = "kubernetes"

0 commit comments

Comments
 (0)