File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ # v22.6.0
2+
3+ Kubernetes API Version: v1.22.6
4+
5+ ### Bug or Regression
6+ - Notable feature additions for async creation of Custom resources using dynamic Client (#1697 , @venukarnati92 )
7+
8+ ### Feature
9+ - Add ` utils.create_from_directory ` for creating all yaml files in a directory (#1683 , @dingyiyi0226 )
10+
111# v22.6.0b1
212
313Kubernetes API Version: v1.22.6
Original file line number Diff line number Diff line change @@ -138,7 +138,8 @@ between client-python versions.
138138| 20.0 | Kubernetes main repo, 1.20 branch | ✓ |
139139| 21.0 Alpha/Beta | Kubernetes main repo, 1.21 branch | ✗ |
140140| 21.0 | Kubernetes main repo, 1.21 branch | ✓ |
141- | 22.0 Alpha/Beta | Kubernetes main repo, 1.22 branch | ✓ |
141+ | 22.0 Alpha/Beta | Kubernetes main repo, 1.22 branch | ✗ |
142+ | 22.0 | Kubernetes main repo, 1.22 branch | ✓ |
142143
143144> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
144145
You can’t perform that action at this time.
0 commit comments