update version constants for 8.0.2 release and update CHANGELOG

This commit is contained in:
Haowei Cai 2019-07-29 15:58:51 -07:00
parent 3363b7e49b
commit 61cda4eba9
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -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"