@@ -99,7 +99,7 @@ supported versions of Kubernetes clusters.
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
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
- [ 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 (+-)
102
- - [ client 30.y.z] ( https://pypi.org/project/kubernetes/30.1.0b1 / ) : Kubernetes 1.29 or below (+-), Kubernetes 1.30 (✓), Kubernetes 1.31 or above (+-)
102
+ - [ 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
103
104
104
105
105
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
@@ -158,12 +158,13 @@ between client-python versions.
158
158
| 26.0 Alpha/Beta | Kubernetes main repo, 1.26 branch | ✗ |
159
159
| 26.0 | Kubernetes main repo, 1.26 branch | ✗ |
160
160
| 27.0 Alpha/Beta | Kubernetes main repo, 1.27 branch | ✗ |
161
- | 27.0 | Kubernetes main repo, 1.27 branch | ✓ |
161
+ | 27.0 | Kubernetes main repo, 1.27 branch | ✗ |
162
162
| 28.0 Alpha/Beta | Kubernetes main repo, 1.28 branch | ✗ |
163
163
| 28.0 | Kubernetes main repo, 1.28 branch | ✓ |
164
164
| 29.0 Alpha/Beta | Kubernetes main repo, 1.29 branch | ✗ |
165
165
| 29.0 | Kubernetes main repo, 1.29 branch | ✓ |
166
- | 30.0 Alpha/Beta | Kubernetes main repo, 1.30 branch | ✓ |
166
+ | 30.0 Alpha/Beta | Kubernetes main repo, 1.30 branch | ✗ |
167
+ | 30.0 | Kubernetes main repo, 1.30 branch | ✓ |
167
168
168
169
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
169
170
0 commit comments