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