@@ -90,6 +90,7 @@ supported versions of Kubernetes clusters.
9090- [ client 18.y.z] ( https://pypi.org/project/kubernetes/18.20.0/ ) : Kubernetes 1.17 or below (+-), Kubernetes 1.18 (✓), Kubernetes 1.19 or above (+-)
9191- [ client 19.y.z] ( https://pypi.org/project/kubernetes/19.15.0/ ) : Kubernetes 1.18 or below (+-), Kubernetes 1.19 (✓), Kubernetes 1.20 or above (+-)
9292- [ client 20.y.z] ( https://pypi.org/project/kubernetes/20.13.0/ ) : Kubernetes 1.19 or below (+-), Kubernetes 1.20 (✓), Kubernetes 1.21 or above (+-)
93+ - [ client 21.y.z] ( https://pypi.org/project/kubernetes/21.7.0a1/ ) : Kubernetes 1.20 or below (+-), Kubernetes 1.21 (✓), Kubernetes 1.22 or above (+-)
9394
9495> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explaination of why there is no v13-v16 release.
9596
@@ -125,7 +126,7 @@ between client-python versions.
125126| 11.0 Alpha/Beta | Kubernetes main repo, 1.15 branch | ✗ |
126127| 11.0 | Kubernetes main repo, 1.15 branch | ✗ |
127128| 12.0 Alpha/Beta | Kubernetes main repo, 1.16 branch | ✗ |
128- | 12.0 | Kubernetes main repo, 1.16 branch | ✓ |
129+ | 12.0 | Kubernetes main repo, 1.16 branch | ✗ |
129130| 17.0 Alpha/Beta | Kubernetes main repo, 1.17 branch | ✗ |
130131| 17.0 | Kubernetes main repo, 1.17 branch | ✓ |
131132| 18.0 Alpha/Beta | Kubernetes main repo, 1.18 branch | ✗ |
@@ -134,6 +135,7 @@ between client-python versions.
134135| 19.0 | Kubernetes main repo, 1.19 branch | ✓ |
135136| 20.0 Alpha/Beta | Kubernetes main repo, 1.20 branch | ✗ |
136137| 20.0 | Kubernetes main repo, 1.20 branch | ✓ |
138+ | 21.0 Alpha/Beta | Kubernetes main repo, 1.21 branch | ✓ |
137139
138140> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explaination of why there is no v13-v16 release.
139141
0 commit comments