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 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.