@@ -102,7 +102,7 @@ supported versions of Kubernetes clusters.
102
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
- [ 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 (+-)
104
104
- [ client 32.y.z] ( https://pypi.org/project/kubernetes/32.0.1/ ) : Kubernetes 1.31 or below (+-), Kubernetes 1.32 (✓), Kubernetes 1.33 or above (+-)
105
- - [ client 33.y.z] ( https://pypi.org/project/kubernetes/33.1.0b1 / ) : Kubernetes 1.32 or below (+-), Kubernetes 1.33 (✓), Kubernetes 1.34 or above (+-)
105
+ - [ client 33.y.z] ( https://pypi.org/project/kubernetes/33.1.0 / ) : Kubernetes 1.32 or below (+-), Kubernetes 1.33 (✓), Kubernetes 1.34 or above (+-)
106
106
107
107
108
108
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
@@ -167,12 +167,13 @@ between client-python versions.
167
167
| 29.0 Alpha/Beta | Kubernetes main repo, 1.29 branch | ✗ |
168
168
| 29.0 | Kubernetes main repo, 1.29 branch | ✗ |
169
169
| 30.0 Alpha/Beta | Kubernetes main repo, 1.30 branch | ✗ |
170
- | 30.0 | Kubernetes main repo, 1.30 branch | ✓ |
170
+ | 30.0 | Kubernetes main repo, 1.30 branch | ✗ |
171
171
| 31.0 Alpha/Beta | Kubernetes main repo, 1.31 branch | ✗ |
172
172
| 31.0 | Kubernetes main repo, 1.31 branch | ✓ |
173
173
| 32.0 Alpha/Beta | Kubernetes main repo, 1.32 branch | ✗ |
174
174
| 32.1 | Kubernetes main repo, 1.32 branch | ✓ |
175
- | 33.0 Alpha/Beta | Kubernetes main repo, 1.33 branch | ✓ |
175
+ | 33.1 Alpha/Beta | Kubernetes main repo, 1.33 branch | ✗ |
176
+ | 33.1 | Kubernetes main repo, 1.33 branch | ✓ |
176
177
177
178
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
178
179
0 commit comments