File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22** Bug Fix:**
33- Fix base64 padding for kube config [ kubernetes-client/python-base #79 ] ( https://github.com/kubernetes-client/python-base/pull/79 )
44- 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 )
5+ - Add email scope to GCP provided credential refresh [ kubernetes-client/python-base #110 ] ( https://github.com/kubernetes-client/python-base/pull/110 )
6+ - Fix broken urllib3 dependencies [ kubernetes-client/python #816 ] ( https://github.com/kubernetes-client/python/pull/816 )
7+
8+ ** New Feature:**
9+ - Add method to dynamically set namespace in yaml utility [ kubernetes-client/python #782 ] ( https://github.com/kubernetes-client/python/pull/782 )
510
611# v10.0.0a1
712** Bug Fix:**
Original file line number Diff line number Diff line change @@ -123,12 +123,13 @@ between client-python versions.
123123| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch | ✗ |
124124| 6.0 | Kubernetes main repo, 1.10 branch | ✗ |
125125| 7.0 Alpha/Beta | Kubernetes main repo, 1.11 branch | ✗ |
126- | 7.0 | Kubernetes main repo, 1.11 branch | ✓ |
126+ | 7.0 | Kubernetes main repo, 1.11 branch | ✗ |
127127| 8.0 Alpha/Beta | Kubernetes main repo, 1.12 branch | ✗ |
128128| 8.0 | Kubernetes main repo, 1.12 branch | ✓ |
129129| 9.0 Alpha/Beta | Kubernetes main repo, 1.13 branch | ✗ |
130130| 9.0 | Kubernetes main repo, 1.13 branch | ✓ |
131- | 10.0 Alpha/Beta | Kubernetes main repo, 1.14 branch | ✓ |
131+ | 10.0 Alpha/Beta | Kubernetes main repo, 1.14 branch | ✗ |
132+ | 10.0 | Kubernetes main repo, 1.14 branch | ✓ |
132133
133134Key:
134135
You can’t perform that action at this time.
0 commit comments