Skip to content

Commit f6fe74a

Browse files
authored
Merge pull request #2177 from yliaog/master
cherry pick CHANGELOG and README from 1.29.0 release
2 parents ecdbed0 + 29dafbb commit f6fe74a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

311
Kubernetes API Version: v1.29.0

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)