@@ -97,7 +97,7 @@ supported versions of Kubernetes clusters.
97
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
- [ client 26.y.z] ( https://pypi.org/project/kubernetes/26.1.0/ ) : Kubernetes 1.25 or below (+-), Kubernetes 1.26 (✓), Kubernetes 1.27 or above (+-)
99
99
- [ client 27.y.z] ( https://pypi.org/project/kubernetes/27.2.0/ ) : Kubernetes 1.26 or below (+-), Kubernetes 1.27 (✓), Kubernetes 1.28 or above (+-)
100
- - [ client 28.y.z] ( https://pypi.org/project/kubernetes/28.1.0b1 / ) : Kubernetes 1.27 or below (+-), Kubernetes 1.28 (✓), Kubernetes 1.29 or above (+-)
100
+ - [ 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 (+-)
101
101
102
102
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
103
103
@@ -151,12 +151,13 @@ between client-python versions.
151
151
| 24.0 Alpha/Beta | Kubernetes main repo, 1.24 branch | ✗ |
152
152
| 24.0 | Kubernetes main repo, 1.24 branch | ✗ |
153
153
| 25.0 Alpha/Beta | Kubernetes main repo, 1.25 branch | ✗ |
154
- | 25.0 | Kubernetes main repo, 1.25 branch | ✓ |
154
+ | 25.0 | Kubernetes main repo, 1.25 branch | ✗ |
155
155
| 26.0 Alpha/Beta | Kubernetes main repo, 1.26 branch | ✗ |
156
156
| 26.0 | Kubernetes main repo, 1.26 branch | ✓ |
157
157
| 27.0 Alpha/Beta | Kubernetes main repo, 1.27 branch | ✗ |
158
158
| 27.0 | Kubernetes main repo, 1.27 branch | ✓ |
159
- | 28.0 Alpha/Beta | Kubernetes main repo, 1.28 branch | ✓ |
159
+ | 28.0 Alpha/Beta | Kubernetes main repo, 1.28 branch | ✗ |
160
+ | 28.0 | Kubernetes main repo, 1.28 branch | ✓ |
160
161
161
162
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
162
163
0 commit comments