From de822a2873b92a1d6c127063e800625188759aa7 Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Wed, 19 Aug 2020 18:38:15 +0530 Subject: [PATCH] Update the CHANGELOG and README - Adds a bug fix on python-base Ref: https://github.com/kubernetes-client/python-base/pull/201 - https://github.com/kubernetes-client/python/pull/1220 wrongly added changes to the 12.0.0a1 CHANGELOG. We should not modify CHANGELOGs after a release is made. - Update 12.0.0a1-snapshot to 12.0.0a1 Signed-off-by: Nabarun Pal --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 278bd029d..98fdafb4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -# v12.0.0a1-snapshot +# v12.0.0b1 + +Kubernetes API Version: 1.16.14 + +**New Feature:** +- Accept and use client certificates from authentication plugins [kubernetes-client/python-base#205](https://github.com/kubernetes-client/python-base/pull/205) + +**Bug Fix:** +- Return when object is None in FileOrData class [kubernetes-client/python-base#201](https://github.com/kubernetes-client/python-base/pull/201) + +# v12.0.0a1 Kubernetes API Version: 1.16.14 @@ -44,7 +54,6 @@ Kubernetes API Version: 1.16.14 - 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) -- Accept and use client certificates from authentication plugins [kubernetes-client/python-base#205](https://github.com/kubernetes-client/python-base/pull/205) **Bug Fix:**