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

Skip to content

Commit 2af8df8

Browse files
committed
Add 6.1.0 and 8.0.1 changelog
1 parent f65d60f commit 2af8df8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@
1717
**Breaking Change:**
1818
- Model v1beta1WebhookClientConfig is renamed to AdmissionregistrationV1beta1WebhookClientConfig, to avoid naming conflict with ApiextensionsV1beta1WebhookClientConfig introduced in: [kubernetes/kubernetes#67006](https://github.com/kubernetes/kubernetes/pull/67006)
1919

20+
# v8.0.1
21+
**Bug Fix:**
22+
- Refresh GCP auth tokens on API retrieval [kubernetes-client/python-base#92](https://github.com/kubernetes-client/python-base/pull/92)
23+
- Fix kubeconfig loading failure when server uri contains trailing slash [kubernetes-client/python-base#45](https://github.com/kubernetes-client/python-base/pull/45)
24+
25+
# v6.1.0
26+
- Python 3.7 support
27+
- Update to Kubernetes 1.10.10 API
28+
29+
**Breaking Change:**
30+
- **ACTION REQUIRED** Rename the currently being-used `async` parameter to `async_req` to support Python 3.7 because `async` is a reserved keyword in Python 3.7 [kubernetes-client/gen#67](https://github.com/kubernetes-client/gen/pull/67)
31+
- **NOTE** Python 3.7 was released after v6.0.0 release. It's not necessary to upgrade your client to v6.1.0 if you do not use Python 3.7+.
32+
33+
**API change:**
34+
- Add custom object status and scale api kubernetes-client/gen#72
35+
2036
# v8.0.0
2137
**New Feature:**
2238
- Add utility to create API resource from yaml file [kubernetes-client/python#655](https://github.com/kubernetes-client/python/pull/655)

0 commit comments

Comments
 (0)