From 13394b0cc7790de607011ee67b84cad72b612abd Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Mon, 1 Jul 2019 14:55:31 -0700 Subject: [PATCH] add changelog for python-base update --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2232953a7..238ef3621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v10.0.0 +**Bug Fix:** +- Fix base64 padding for kube config [kubernetes-client/python-base#79](https://github.com/kubernetes-client/python-base/pull/79) +- Fix websocket client decoding binary message. Replace non-utf8 data instead of failing [kubernetes-client/python-base#104](https://github.com/kubernetes-client/python-base/pull/104) + # v10.0.0a1 **Bug Fix:** - Make watch work with read_namespaced_pod_log [kubernetes-client/python-base#93](https://github.com/kubernetes-client/python-base/pull/93)