Skip to content

Commit c9da862

Browse files
authored
Merge pull request kubernetes-client#1708 from yliaog/master
updated changelog and README for 1.22.6
2 parents d96fe6d + 65cbb94 commit c9da862

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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

313
Kubernetes API Version: v1.22.6

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)