Merge pull request #905 from roycaihw/release-9.0-base64

[Release 9.0.1] Cherry-pick base64 padding fix from python-base
This commit is contained in:
Kubernetes Prow Robot 2019-07-30 14:05:51 -07:00 committed by GitHub
commit b1ca8d07b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
**Security Fix:**
- Bump urllib3 version to pick up security fix for CVE-2019-11324 [kubernetes-client/python#897](https://github.com/kubernetes-client/python/pull/897)
**Bug Fix:**
- Fix base64 padding for kube config [kubernetes-client/python-base#79](https://github.com/kubernetes-client/python-base/pull/79)
# v9.0.0
**Bug Fix:**
- Add fieldSelector parameter to list/watch methods in custom objects spec [kubernetes-client/gen#106](https://github.com/kubernetes-client/gen/pull/106)

@ -1 +1 @@
Subproject commit 2d69e89dab7134186cbcdaf82381ab6295c6c394
Subproject commit 54a0210eed00b16a5a3bd22af0817c31affca3f3