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 2
2
** Bug Fix:**
3
3
- Fix base64 padding for kube config [ kubernetes-client/python-base #79 ] ( https://github.com/kubernetes-client/python-base/pull/79 )
4
4
- 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 )
5
10
6
11
# v10.0.0a1
7
12
** Bug Fix:**
Original file line number Diff line number Diff line change @@ -123,12 +123,13 @@ between client-python versions.
123
123
| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch | ✗ |
124
124
| 6.0 | Kubernetes main repo, 1.10 branch | ✗ |
125
125
| 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 | ✗ |
127
127
| 8.0 Alpha/Beta | Kubernetes main repo, 1.12 branch | ✗ |
128
128
| 8.0 | Kubernetes main repo, 1.12 branch | ✓ |
129
129
| 9.0 Alpha/Beta | Kubernetes main repo, 1.13 branch | ✗ |
130
130
| 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 | ✓ |
132
133
133
134
Key:
134
135
You can’t perform that action at this time.
0 commit comments