Skip to content

Commit ce6a89d

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. - Update 12.0.0a1-snapshot to 12.0.0a1 Signed-off-by: Nabarun Pal <[email protected]>
1 parent 42db355 commit ce6a89d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# v12.0.0a1-snapshot
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+
11+
# v12.0.0a1
212

313
Kubernetes API Version: 1.16.14
414

@@ -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)