Merge pull request #2177 from yliaog/master

cherry pick CHANGELOG and README from 1.29.0 release
This commit is contained in:
Kubernetes Prow Robot 2024-01-08 22:50:07 +01:00 committed by GitHub
commit f6fe74a36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# v29.0.0
Kubernetes API Version: v1.29.0
### Bug or Regression
- Fix UTF-8 failures in Watch (#2100, @davidopic)
- Fix upper version boundary of urllib3, since other dependencies don't support urllib3 in version 2 (#2105, @jsaalfeld)
# v29.0.0b1
Kubernetes API Version: v1.29.0

View File

@ -159,7 +159,8 @@ between client-python versions.
| 27.0 | Kubernetes main repo, 1.27 branch | ✓ |
| 28.0 Alpha/Beta | Kubernetes main repo, 1.28 branch | ✗ |
| 28.0 | Kubernetes main repo, 1.28 branch | ✓ |
| 29.0 Alpha/Beta | Kubernetes main repo, 1.29 branch | ✓ |
| 29.0 Alpha/Beta | Kubernetes main repo, 1.29 branch | ✗ |
| 29.0 | Kubernetes main repo, 1.29 branch | ✓ |
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.