Merge pull request #1550 from roycaihw/update-submodule

Update python-base
This commit is contained in:
Kubernetes Prow Robot 2021-09-19 18:34:09 -07:00 committed by GitHub
commit 11b341ff59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
Kubernetes API Version: v1.19.14
### Bug Fix
- Type checking in `Client.serialize_body()` was made more restrictive and robust. ([kubernetes-client/python-base#241](https://github.com/kubernetes-client/python-base/pull/241), [@piglei](https://github.com/piglei))
### Feature
- Support for the dryRun parameter has been added to the dynamic client. ([kubernetes-client/python-base#247](https://github.com/kubernetes-client/python-base/pull/247), [@gravesm](https://github.com/gravesm))
### API Change
- We have added a new Priority & Fairness rule that exempts all probes (/readyz, /healthz, /livez) to prevent
restarting of "healthy" kube-apiserver instance(s) by kubelet. ([kubernetes/kubernetes#101113](https://github.com/kubernetes/kubernetes/pull/101113), [@tkashem](https://github.com/tkashem)) [SIG API Machinery]

@ -1 +1 @@
Subproject commit 6b0104ffb9dd2f96d47d075ea3d30f69ea124ce4
Subproject commit b0afc93ffabb66d930abcdfb1255214d167bf8d5