@@ -95,6 +95,7 @@ supported versions of Kubernetes clusters.
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
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
+ - [ 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 (+-)
98
99
99
100
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
100
101
@@ -144,11 +145,12 @@ between client-python versions.
144
145
| 22.0 Alpha/Beta | Kubernetes main repo, 1.22 branch | ✗ |
145
146
| 22.0 | Kubernetes main repo, 1.22 branch | ✗ |
146
147
| 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 | ✗ |
148
149
| 24.0 Alpha/Beta | Kubernetes main repo, 1.24 branch | ✗ |
149
150
| 24.0 | Kubernetes main repo, 1.24 branch | ✓ |
150
151
| 25.0 Alpha/Beta | Kubernetes main repo, 1.25 branch | ✗ |
151
152
| 25.0 | Kubernetes main repo, 1.25 branch | ✓ |
153
+ | 26.0 Alpha/Beta | Kubernetes main repo, 1.26 branch | ✓ |
152
154
153
155
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
154
156
0 commit comments