File tree 2 files changed +10
-1
lines changed 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
+
1
9
# v29.0.0b1
2
10
3
11
Kubernetes API Version: v1.29.0
Original file line number Diff line number Diff line change @@ -159,7 +159,8 @@ between client-python versions.
159
159
| 27.0 | Kubernetes main repo, 1.27 branch | ✓ |
160
160
| 28.0 Alpha/Beta | Kubernetes main repo, 1.28 branch | ✗ |
161
161
| 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 | ✓ |
163
164
164
165
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
165
166
You can’t perform that action at this time.
0 commit comments