File tree 2 files changed +7
-2
lines changed 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v9.0.0
2
+ ** Bug Fix:**
3
+ - Add fieldSelector parameter to list/watch methods in custom objects spec [ kubernetes-client/gen #106 ] ( https://github.com/kubernetes-client/gen/pull/106 )
4
+
1
5
# v9.0.0b1
2
6
** Breaking Change:**
3
7
- Move dependancy adal under extra require [ kubernetes-client/python-base #108 ] ( https://github.com/kubernetes-client/python-base/pull/108 )
Original file line number Diff line number Diff line change @@ -121,12 +121,13 @@ between client-python versions.
121
121
| 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch | ✗ |
122
122
| 5.0 | Kubernetes main repo, 1.9 branch | ✗ |
123
123
| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch | ✗ |
124
- | 6.0 | Kubernetes main repo, 1.10 branch | ✓ |
124
+ | 6.0 | Kubernetes main repo, 1.10 branch | ✗ |
125
125
| 7.0 Alpha/Beta | Kubernetes main repo, 1.11 branch | ✗ |
126
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
- | 9.0 Alpha/Beta | Kubernetes main repo, 1.13 branch | ✓ |
129
+ | 9.0 Alpha/Beta | Kubernetes main repo, 1.13 branch | ✗ |
130
+ | 9.0 | Kubernetes main repo, 1.13 branch | ✓ |
130
131
131
132
132
133
Key:
You can’t perform that action at this time.
0 commit comments