Skip to content

Commit 11b341f

Browse files
authored
Merge pull request kubernetes-client#1550 from roycaihw/update-submodule
Update python-base
2 parents d3de7a8 + 7a45195 commit 11b341f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Kubernetes API Version: v1.19.14
44

5+
### Bug Fix
6+
- 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))
7+
8+
### Feature
9+
- 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))
10+
511
### API Change
612
- We have added a new Priority & Fairness rule that exempts all probes (/readyz, /healthz, /livez) to prevent
713
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]

0 commit comments

Comments
 (0)