Merge pull request #1708 from yliaog/master
updated changelog and README for 1.22.6
This commit is contained in:
commit
c9da862a9e
10
CHANGELOG.md
10
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
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user