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

Skip to content

Commit 2a66466

Browse files
committed
Update CHANGELOG with latest changes from python-base
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 9a20c56 commit 2a66466

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,15 @@ Kubernetes API Version: 1.16.11
4141

4242
**New Feature:**
4343

44+
- Adds the ability to load kubeconfig from a dictionary [kubernetes-client/python-base#195](https://github.com/kubernetes-client/python-base/pull/195)
4445
- Allow incluster to accept pass-in config [kubernetes-client/python-base#193](https://github.com/kubernetes-client/python-base/pull/193)
4546
- 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)
4647

48+
**Bug Fix:**
49+
50+
- 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)
51+
- Retry expired watches [kubernetes-client/python-base#133](https://github.com/kubernetes-client/python-base/pull/133)
52+
4753
# v11.0.0
4854

4955
Kubernetes API Version: 1.15.10

0 commit comments

Comments
 (0)