8000 Update the CHANGELOG and README · palnabarun/python@48230f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 48230f3

Browse files
committed
Update the CHANGELOG and README
- Adds a bug fix on python-base Ref: kubernetes-client/python-base#201 - kubernetes-client#1220 wrongly added changes to the 12.0.0a1 CHANGELOG. We should not modify CHANGELOGs after a release is made. Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
1 parent 0e9ba94 commit 48230f3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v12.0.0b1
2+
3+
Kubernetes API Version: 1.16.14
4+
5+
**New Feature:**
6+
- Accept and use client certificates from authentication plugins [kubernetes-client/python-base#205](https://github.com/kubernetes-client/python-base/pull/205)
7+
8+
**Bug Fix:**
9+
- Return when object is None in FileOrData class [kubernetes-client/python-base#201](https://github.com/kubernetes-client/python-base/pull/201)
10+
111
# v12.0.0a1
212

313
Kubernetes API Version: 1.16.14
@@ -44,7 +54,6 @@ Kubernetes API Version: 1.16.14
4454
- Adds the ability to load kubeconfig from a dictionary [kubernetes-client/python-base#195](https://github.com/kubernetes-client/python-base/pull/195)
4555
- Allow incluster to accept pass-in config [kubernetes-client/python-base#193](https://github.com/kubernetes-client/python-base/pull/193)
4656
- 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)
47-
- Accept and use client certificates from authentication plugins [kubernetes-client/python-base#205](https://github.com/kubernetes-client/python-base/pull/205)
4857

4958
**Bug Fix:**
5059

0 commit comments

Comments
 (0)
0