From 2a664669bc37fdd397a722022b001a54c4b62aaf Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Sat, 18 Jul 2020 21:07:59 +0530 Subject: [PATCH] Update CHANGELOG with latest changes from python-base Signed-off-by: Nabarun Pal --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fcc1f890..b91cc51b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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