From c9326f236742b32cdf198be408531f52a53748b7 Mon Sep 17 00:00:00 2001 From: yliao Date: Mon, 8 Jan 2024 17:53:48 +0000 Subject: [PATCH 1/2] update changelog with release notes from master branch --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e7072158..bddab0318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 From 29dafbbd15c0b638b8fd8400440e3c1439410334 Mon Sep 17 00:00:00 2001 From: yliao Date: Mon, 8 Jan 2024 18:03:49 +0000 Subject: [PATCH 2/2] updated compatibility matrix and maintenance status --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8db70af21..1e164b091 100644 --- a/README.md +++ b/README.md @@ -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.