@@ -100,6 +100,7 @@ supported versions of Kubernetes clusters.
100100- [ client 28.y.z] ( https://pypi.org/project/kubernetes/28.1.0/ ) : Kubernetes 1.27 or below (+-), Kubernetes 1.28 (✓), Kubernetes 1.29 or above (+-)
101101- [ client 29.y.z] ( https://pypi.org/project/kubernetes/29.0.0/ ) : Kubernetes 1.28 or below (+-), Kubernetes 1.29 (✓), Kubernetes 1.30 or above (+-)
102102- [ client 30.y.z] ( https://pypi.org/project/kubernetes/30.1.0/ ) : Kubernetes 1.29 or below (+-), Kubernetes 1.30 (✓), Kubernetes 1.31 or above (+-)
103+ - [ client 31.y.z] ( https://pypi.org/project/kubernetes/31.0.0/ ) : Kubernetes 1.30 or below (+-), Kubernetes 1.31 (✓), Kubernetes 1.32 or above (+-)
103104
104105
105106> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
@@ -160,11 +161,13 @@ between client-python versions.
160161| 27.0 Alpha/Beta | Kubernetes main repo, 1.27 branch | ✗ |
161162| 27.0 | Kubernetes main repo, 1.27 branch | ✗ |
162163| 28.0 Alpha/Beta | Kubernetes main repo, 1.28 branch | ✗ |
163- | 28.0 | Kubernetes main repo, 1.28 branch | ✓ |
164+ | 28.0 | Kubernetes main repo, 1.28 branch | ✗ |
164165| 29.0 Alpha/Beta | Kubernetes main repo, 1.29 branch | ✗ |
165166| 29.0 | Kubernetes main repo, 1.29 branch | ✓ |
166167| 30.0 Alpha/Beta | Kubernetes main repo, 1.30 branch | ✗ |
167168| 30.0 | Kubernetes main repo, 1.30 branch | ✓ |
169+ | 31.0 Alpha/Beta | Kubernetes main repo, 1.31 branch | ✗ |
170+ | 31.0 | Kubernetes main repo, 1.31 branch | ✓ |
168171
169172> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
170173
0 commit comments