Add 6.1.0 and 8.0.1 changelog
This commit is contained in:
parent
f65d60fb4b
commit
2af8df8f44
16
CHANGELOG.md
16
CHANGELOG.md
@ -17,6 +17,22 @@
|
||||
**Breaking Change:**
|
||||
- Model v1beta1WebhookClientConfig is renamed to AdmissionregistrationV1beta1WebhookClientConfig, to avoid naming conflict with ApiextensionsV1beta1WebhookClientConfig introduced in: [kubernetes/kubernetes#67006](https://github.com/kubernetes/kubernetes/pull/67006)
|
||||
|
||||
# v8.0.1
|
||||
**Bug Fix:**
|
||||
- Refresh GCP auth tokens on API retrieval [kubernetes-client/python-base#92](https://github.com/kubernetes-client/python-base/pull/92)
|
||||
- Fix kubeconfig loading failure when server uri contains trailing slash [kubernetes-client/python-base#45](https://github.com/kubernetes-client/python-base/pull/45)
|
||||
|
||||
# v6.1.0
|
||||
- Python 3.7 support
|
||||
- Update to Kubernetes 1.10.10 API
|
||||
|
||||
**Breaking Change:**
|
||||
- **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)
|
||||
- **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+.
|
||||
|
||||
**API change:**
|
||||
- Add custom object status and scale api kubernetes-client/gen#72
|
||||
|
||||
# v8.0.0
|
||||
**New Feature:**
|
||||
- Add utility to create API resource from yaml file [kubernetes-client/python#655](https://github.com/kubernetes-client/python/pull/655)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user