We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7990c3f commit 8c19a82Copy full SHA for 8c19a82
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# v1.0.0-snapshot
+# v1.0.0-alpha.3
2
3
- Add context switch to kube config loader #46
4
- Add default kube config location #64
scripts/constants.py
@@ -23,7 +23,7 @@
23
24
# client version for packaging and releasing. It can
25
# be different than SPEC_VERSION.
26
-CLIENT_VERSION = "1.0.0-beta.1"
+CLIENT_VERSION = "1.0.0-alpha.3"
27
28
# Name of the release package
29
PACKAGE_NAME = "kubernetes"
0 commit comments