@@ -95,6 +95,7 @@ supported versions of Kubernetes clusters.
9595- [ client 23.y.z] ( https://pypi.org/project/kubernetes/23.6.0/ ) : Kubernetes 1.22 or below (+-), Kubernetes 1.23 (✓), Kubernetes 1.24 or above (+-)
9696- [ client 24.y.z] ( https://pypi.org/project/kubernetes/24.2.0/ ) : Kubernetes 1.23 or below (+-), Kubernetes 1.24 (✓), Kubernetes 1.25 or above (+-)
9797- [ client 25.y.z] ( https://pypi.org/project/kubernetes/25.3.0/ ) : Kubernetes 1.24 or below (+-), Kubernetes 1.25 (✓), Kubernetes 1.26 or above (+-)
98+ - [ client 26.y.z] ( https://pypi.org/project/kubernetes/26.1.0a1/ ) : Kubernetes 1.25 or below (+-), Kubernetes 1.26 (✓), Kubernetes 1.27 or above (+-)
9899
99100> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
100101
@@ -144,11 +145,12 @@ between client-python versions.
144145| 22.0 Alpha/Beta | Kubernetes main repo, 1.22 branch | ✗ |
145146| 22.0 | Kubernetes main repo, 1.22 branch | ✗ |
146147| 23.0 Alpha/Beta | Kubernetes main repo, 1.23 branch | ✗ |
147- | 23.0 | Kubernetes main repo, 1.23 branch | ✓ |
148+ | 23.0 | Kubernetes main repo, 1.23 branch | ✗ |
148149| 24.0 Alpha/Beta | Kubernetes main repo, 1.24 branch | ✗ |
149150| 24.0 | Kubernetes main repo, 1.24 branch | ✓ |
150151| 25.0 Alpha/Beta | Kubernetes main repo, 1.25 branch | ✗ |
151152| 25.0 | Kubernetes main repo, 1.25 branch | ✓ |
153+ | 26.0 Alpha/Beta | Kubernetes main repo, 1.26 branch | ✓ |
152154
153155> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
154156
0 commit comments