From f9c48bb7ac25c4307e5346823d36821d522609f3 Mon Sep 17 00:00:00 2001 From: Yu Liao Date: Wed, 15 Feb 2023 06:03:23 +0000 Subject: [PATCH 1/2] update changelog with release notes from master branch --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f06a7879..38a1e5494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v26.1.0 + +Kubernetes API Version: v1.26.1 + +### Bug or Regression +- The timeout unit of the WSClient update method is now always seconds for both poll and select functions. (#1976, @t-yrka) + +### Feature +- Adds support for loading CA certificates from a file using the `idp-certificate-authority` key for the oidc plugin. (#1916, @vgupta3) + # v26.1.0b1 Kubernetes API Version: v1.26.1 From 178199499cefd6a1fe4a83afd2c53fc0930fbe51 Mon Sep 17 00:00:00 2001 From: Yu Liao Date: Wed, 15 Feb 2023 06:07:39 +0000 Subject: [PATCH 2/2] updated compatibility matrix and maintenance status --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b17e20fb8..843fd0d90 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ supported versions of Kubernetes clusters. - [client 23.y.z](https://pypi.org/project/kubernetes/23.6.0/): Kubernetes 1.22 or below (+-), Kubernetes 1.23 (✓), Kubernetes 1.24 or above (+-) - [client 24.y.z](https://pypi.org/project/kubernetes/24.2.0/): Kubernetes 1.23 or below (+-), Kubernetes 1.24 (✓), Kubernetes 1.25 or above (+-) - [client 25.y.z](https://pypi.org/project/kubernetes/25.3.0/): Kubernetes 1.24 or below (+-), Kubernetes 1.25 (✓), Kubernetes 1.26 or above (+-) -- [client 26.y.z](https://pypi.org/project/kubernetes/26.1.0b1/): Kubernetes 1.25 or below (+-), Kubernetes 1.26 (✓), Kubernetes 1.27 or above (+-) +- [client 26.y.z](https://pypi.org/project/kubernetes/26.1.0/): Kubernetes 1.25 or below (+-), Kubernetes 1.26 (✓), Kubernetes 1.27 or above (+-) > See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release. @@ -150,7 +150,8 @@ between client-python versions. | 24.0 | Kubernetes main repo, 1.24 branch | ✓ | | 25.0 Alpha/Beta | Kubernetes main repo, 1.25 branch | ✗ | | 25.0 | Kubernetes main repo, 1.25 branch | ✓ | -| 26.0 Alpha/Beta | Kubernetes main repo, 1.26 branch | ✓ | +| 26.0 Alpha/Beta | Kubernetes main repo, 1.26 branch | ✗ | + 26.0 | Kubernetes main repo, 1.26 branch | ✓ | > See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.