From 3efa50294202bc5521a703a530376de1c5ec1973 Mon Sep 17 00:00:00 2001 From: Yu Liao Date: Mon, 14 Feb 2022 10:51:00 -0800 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 2cd8e4ab3a..71614dd686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v22.6.0 + +Kubernetes API Version: v1.22.6 + +### Bug or Regression +- Notable feature additions for async creation of Custom resources using dynamic Client (#1697, @venukarnati92) + +### Feature +- Add `utils.create_from_directory` for creating all yaml files in a directory (#1683, @dingyiyi0226) + # v22.6.0b1 Kubernetes API Version: v1.22.6 From 65cbb94d11f896e3800b9d4cde1ba0767ca1cdf3 Mon Sep 17 00:00:00 2001 From: Yu Liao Date: Mon, 14 Feb 2022 10:54:26 -0800 Subject: [PATCH 2/2] Updated the compatibility matrix and maintenance status --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2edae1c6f4..3c39518e4e 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,8 @@ between client-python versions. | 20.0 | Kubernetes main repo, 1.20 branch | ✓ | | 21.0 Alpha/Beta | Kubernetes main repo, 1.21 branch | ✗ | | 21.0 | Kubernetes main repo, 1.21 branch | ✓ | -| 22.0 Alpha/Beta | Kubernetes main repo, 1.22 branch | ✓ | +| 22.0 Alpha/Beta | Kubernetes main repo, 1.22 branch | ✗ | +| 22.0 | Kubernetes main repo, 1.22 branch | ✓ | > See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.