Skip to content

Commit

Permalink
Merge pull request kubernetes-client#1550 from roycaihw/update-submodule
Browse files Browse the repository at this point in the history
Update python-base
  • Loading branch information
k8s-ci-robot authored Sep 20, 2021
2 parents d3de7a8 + 7a45195 commit 11b341f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/base

0 comments on commit 11b341f

Please sign in to comment.