File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ # v29.0.0
2+
3+ Kubernetes API Version: v1.29.0
4+
5+ ### Bug or Regression
6+ - Fix UTF-8 failures in Watch (#2100 , @davidopic )
7+ - Fix upper version boundary of urllib3, since other dependencies don't support urllib3 in version 2 (#2105 , @jsaalfeld )
8+
19# v29.0.0b1
210
311Kubernetes API Version: v1.29.0
Original file line number Diff line number Diff line change @@ -159,7 +159,8 @@ between client-python versions.
159159| 27.0 | Kubernetes main repo, 1.27 branch | ✓ |
160160| 28.0 Alpha/Beta | Kubernetes main repo, 1.28 branch | ✗ |
161161| 28.0 | Kubernetes main repo, 1.28 branch | ✓ |
162- | 29.0 Alpha/Beta | Kubernetes main repo, 1.29 branch | ✓ |
162+ | 29.0 Alpha/Beta | Kubernetes main repo, 1.29 branch | ✗ |
163+ | 29.0 | Kubernetes main repo, 1.29 branch | ✓ |
163164
164165> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
165166
You can’t perform that action at this time.
0 commit comments