diff --git a/CHANGELOG.md b/CHANGELOG.md index 5992ecf46..a7e201beb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v8.0.2 +**Security Fix:** +- Bump urllib3 version to pick up security fix for CVE-2019-11324 [kubernetes-client/python#897](https://github.com/kubernetes-client/python/pull/897) + # v8.0.1 **Bug Fix:** - Refresh GCP auth tokens on API retrieval [kubernetes-client/python-base#92](https://github.com/kubernetes-client/python-base/pull/92) diff --git a/scripts/constants.py b/scripts/constants.py index 4dba74fa6..9b04a295a 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,7 +18,7 @@ import sys KUBERNETES_BRANCH = "release-1.12" # client version for packaging and releasing. -CLIENT_VERSION = "8.0.1" +CLIENT_VERSION = "8.0.2" # Name of the release package PACKAGE_NAME = "kubernetes"