File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 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+
15# v9.0.0b1
26**Breaking Change:**
37- 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.
121121| 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch | ✗ |
122122| 5.0 | Kubernetes main repo, 1.9 branch | ✗ |
123123| 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 | ✗ |
125125| 7.0 Alpha/Beta | Kubernetes main repo, 1.11 branch | ✗ |
126126| 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 | ✓ |
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 | ✓ |
130131
131132
132133Key:
You can’t perform that action at this time.
0 commit comments