Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61cda4e

Browse files
committed
update version constants for 8.0.2 release and update CHANGELOG
1 parent 3363b7e commit 61cda4e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
# v8.0.1
26
**Bug Fix:**
37
- Refresh GCP auth tokens on API retrieval [kubernetes-client/python-base#92](https://github.com/kubernetes-client/python-base/pull/92)

scripts/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
KUBERNETES_BRANCH = "release-1.12"
1919

2020
# client version for packaging and releasing.
21-
CLIENT_VERSION = "8.0.1"
21+
CLIENT_VERSION = "8.0.2"
2222

2323
# Name of the release package
2424
PACKAGE_NAME = "kubernetes"

0 commit comments

Comments
 (0)