File tree 2 files changed +12
-1
lines changed
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
+
1
11
# v22.6.0b1
2
12
3
13
Kubernetes API Version: v1.22.6
Original file line number Diff line number Diff line change @@ -138,7 +138,8 @@ between client-python versions.
138
138
| 20.0 | Kubernetes main repo, 1.20 branch | ✓ |
139
139
| 21.0 Alpha/Beta | Kubernetes main repo, 1.21 branch | ✗ |
140
140
| 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 | ✓ |
142
143
143
144
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explanation of why there is no v13-v16 release.
144
145
You can’t perform that action at this time.
0 commit comments