generated python-base update
This commit is contained in:
parent
7b3e019ea8
commit
682dfa26d7
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,3 +1,15 @@
|
||||
# v17.0.0-snapshot
|
||||
|
||||
Kubernetes API Version: To Be Updated
|
||||
|
||||
### Bug or Regression
|
||||
- Fix watch stream non-chunked response handling ([kubernetes-client/python-base#231](https://github.com/kubernetes-client/python-base/pull/231), [@dhague](https://github.com/dhague))
|
||||
- Fixed a decoding error for BOOTMARK watch events ([kubernetes-client/python-base#234](https://github.com/kubernetes-client/python-base/pull/234), [@yliaog](https://github.com/yliaog))
|
||||
|
||||
### Feature
|
||||
- Load_kube_config_from_dict() support define custom temp files path ([kubernetes-client/python-base#233](https://github.com/kubernetes-client/python-base/pull/233), [@onecer](https://github.com/onecer))
|
||||
- The dynamic client now supports customizing http "Accept" header through the `header_params` parameter, which can be used to customizing API server response, e.g. retrieving object metadata only. ([kubernetes-client/python-base#236](https://github.com/kubernetes-client/python-base/pull/236), [@Yashks1994](https://github.com/Yashks1994))
|
||||
|
||||
# v17.17.0b1
|
||||
|
||||
Kubernetes API Version: 1.17.17
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 060cac10e53169c904e0d50b7448233829019e35
|
||||
Subproject commit b4d3aad42dc23e7a6c0e5c032691f8dc385a786c
|
||||
Loading…
Reference in New Issue
Block a user