Update CHANGELOG for python-base changes

This commit is contained in:
Haowei Cai 2018-10-15 13:53:14 -07:00
parent 8b36900ba9
commit 9dbeaf0312

View File

@ -1,3 +1,8 @@
# v8.0.0b1
**Bug Fix:**
- Update ExecProvider to use safe\_get() to tolerate kube-config file that sets
`args: null` and `env: null` [kubernetes-client/python-base#91](https://github.com/kubernetes-client/python-base/pull/91)
# v8.0.0a1
**New Feature:**
- Add exec-plugins support in kubeconfig [kubernetes-client/python-base#75](https://github.com/kubernetes-client/python-base/pull/75)