@@ -98,6 +98,7 @@ supported versions of Kubernetes clusters.
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
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
+ - [ 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 (+-)
101
102
102
103
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
103
104
@@ -153,11 +154,12 @@ between client-python versions.
153
154
| 25.0 Alpha/Beta | Kubernetes main repo, 1.25 branch | ✗ |
154
155
| 25.0 | Kubernetes main repo, 1.25 branch | ✗ |
155
156
| 26.0 Alpha/Beta | Kubernetes main repo, 1.26 branch | ✗ |
156
- | 26.0 | Kubernetes main repo, 1.26 branch | ✓ |
157
+ | 26.0 | Kubernetes main repo, 1.26 branch | ✗ |
157
158
| 27.0 Alpha/Beta | Kubernetes main repo, 1.27 branch | ✗ |
158
159
| 27.0 | Kubernetes main repo, 1.27 branch | ✓ |
159
160
| 28.0 Alpha/Beta | Kubernetes main repo, 1.28 branch | ✗ |
160
161
| 28.0 | Kubernetes main repo, 1.28 branch | ✓ |
162
+ | 29.0 Alpha/Beta | Kubernetes main repo, 1.29 branch | ✓ |
161
163
162
164
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
163
165
0 commit comments