Update dependency kubernetes to v8.0.2
This MR contains the following updates:
Package | Update | Change |
---|---|---|
kubernetes | patch |
==8.0.0 -> ==8.0.2
|
Release Notes
kubernetes-client/python
v8.0.2
Getting started:
pip install kubernetes==8.0.2
Or from source, download attached zip file, then
unzip client-python-8.0.2.zip
cd client-python-8.0.2
python setup.py install
Then follow examples in https://github.com/kubernetes-client/python/tree/release-8.0/examples
Changelog: https://github.com/kubernetes-client/python/blob/release-8.0/CHANGELOG.md
v8.0.1
Bug Fix:
- Refresh GCP auth tokens on API retrieval kubernetes-client/python-base#92
- Fix kubeconfig loading failure when server uri contains trailing slash kubernetes-client/python-base#45
Security Fix:
- Bump urllib3 version to pick up security fix for CVE-2018-20060 kubernetes-client/python#707
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.