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 3363b7e commit 61cda4eCopy full SHA for 61cda4e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v8.0.2
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
# v8.0.1
6
**Bug Fix:**
7
- Refresh GCP auth tokens on API retrieval [kubernetes-client/python-base#92](https://github.com/kubernetes-client/python-base/pull/92)
scripts/constants.py
@@ -18,7 +18,7 @@
18
KUBERNETES_BRANCH = "release-1.12"
19
20
# client version for packaging and releasing.
21
-CLIENT_VERSION = "8.0.1"
+CLIENT_VERSION = "8.0.2"
22
23
# Name of the release package
24
PACKAGE_NAME = "kubernetes"
0 commit comments