Update CHANGELOG with latest changes from python-base

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
This commit is contained in:
Nabarun Pal 2020-07-18 21:07:59 +05:30
parent 9a20c56cd5
commit 2a664669bc
No known key found for this signature in database
GPG Key ID: 611D5079D826B150

View File

@ -41,9 +41,15 @@ Kubernetes API Version: 1.16.11
**New Feature:**
- Adds the ability to load kubeconfig from a dictionary [kubernetes-client/python-base#195](https://github.com/kubernetes-client/python-base/pull/195)
- Allow incluster to accept pass-in config [kubernetes-client/python-base#193](https://github.com/kubernetes-client/python-base/pull/193)
- Set expiration on token of incluster config and reload the token if it expires [kubernetes-client/python-base#191](https://github.com/kubernetes-client/python-base/pull/191)
**Bug Fix:**
- Fixes a bug in loading kubeconfig when there are no users in the config [kubernetes-client/python-base#198](https://github.com/kubernetes-client/python-base/pull/198)
- Retry expired watches [kubernetes-client/python-base#133](https://github.com/kubernetes-client/python-base/pull/133)
# v11.0.0
Kubernetes API Version: 1.15.10