@@ -94,7 +94,7 @@ supported versions of Kubernetes clusters.
94
94
- [ client 22.y.z] ( https://pypi.org/project/kubernetes/22.6.0/ ) : Kubernetes 1.21 or below (+-), Kubernetes 1.22 (✓), Kubernetes 1.23 or above (+-)
95
95
- [ 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 (+-)
96
96
- [ 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 (+-)
97
- - [ client 25.y.z] ( https://pypi.org/project/kubernetes/25.3.0b1 / ) : Kubernetes 1.24 or below (+-), Kubernetes 1.25 (✓), Kubernetes 1.26 or above (+-)
97
+ - [ 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
98
99
99
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
100
100
@@ -142,12 +142,13 @@ between client-python versions.
142
142
| 21.0 Alpha/Beta | Kubernetes main repo, 1.21 branch | ✗ |
143
143
| 21.0 | Kubernetes main repo, 1.21 branch | ✗ |
144
144
| 22.0 Alpha/Beta | Kubernetes main repo, 1.22 branch | ✗ |
145
- | 22.0 | Kubernetes main repo, 1.22 branch | ✓ |
145
+ | 22.0 | Kubernetes main repo, 1.22 branch | ✗ |
146
146
| 23.0 Alpha/Beta | Kubernetes main repo, 1.23 branch | ✗ |
147
147
| 23.0 | Kubernetes main repo, 1.23 branch | ✓ |
148
148
| 24.0 Alpha/Beta | Kubernetes main repo, 1.24 branch | ✗ |
149
149
| 24.0 | Kubernetes main repo, 1.24 branch | ✓ |
150
- | 25.0 Alpha/Beta | Kubernetes main repo, 1.25 branch | ✓ |
150
+ | 25.0 Alpha/Beta | Kubernetes main repo, 1.25 branch | ✗ |
151
+ | 25.0 | Kubernetes main repo, 1.25 branch | ✓ |
151
152
152
153
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
153
154
0 commit comments