8000
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 5ab21de commit 1cbeacdCopy full SHA for 1cbeacd
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v9.0.1
2
+**Security Fix:**
3
+- Bump urllib3 version to pick up security fix for CVE-2019-11324 [kubernetes-client/python#897](https://github.com/kubernetes-client/python/pull/897)
4
+
5
# v9.0.0
6
**Bug Fix:**
7
- Add fieldSelector parameter to list/watch methods in custom objects spec [kubernetes-client/gen#106](https://github.com/kubernetes-client/gen/pull/106)
scripts/constants.py
@@ -18,7 +18,7 @@
18
KUBERNETES_BRANCH = "release-1.13"
19
20
# client version for packaging and releasing.
21
-CLIENT_VERSION = "9.0.0"
+CLIENT_VERSION = "9.0.1"
22
23
# Name of the release package
24
PACKAGE_NAME = "kubernetes"
0 commit comments