Skip to content

Commit 5231791

Browse files
committed
update changelog and readme
1 parent 9e3641d commit 5231791

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# v18.0.0-snapshot
1+
# v18.20.0
22

3-
Kubernetes API Version: To Be Updated
3+
Kubernetes API Version: 1.18.20
44

55
### Feature
66
- Support for the dryRun parameter has been added to the dynamic client. ([kubernetes-client/python-base#247](https://github.com/kubernetes-client/python-base/pull/247), [@gravesm](https://github.com/gravesm))

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ supported versions of Kubernetes clusters.
8787
- [client 11.y.z](https://pypi.org/project/kubernetes/11.0.0/): Kubernetes 1.14 or below (+-), Kubernetes 1.15 (✓), Kubernetes 1.16 or above (+-)
8888
- [client 12.y.z](https://pypi.org/project/kubernetes/12.0.1/): Kubernetes 1.15 or below (+-), Kubernetes 1.16 (✓), Kubernetes 1.17 or above (+-)
8989
- [client 17.y.z](https://pypi.org/project/kubernetes/17.17.0/): Kubernetes 1.16 or below (+-), Kubernetes 1.17 (✓), Kubernetes 1.18 or above (+-)
90-
- [client 18.y.z](https://pypi.org/project/kubernetes/18.20.0b1/): Kubernetes 1.17 or below (+-), Kubernetes 1.18 (✓), Kubernetes 1.19 or above (+-)
90+
- [client 18.y.z](https://pypi.org/project/kubernetes/18.20.0/): Kubernetes 1.17 or below (+-), Kubernetes 1.18 (✓), Kubernetes 1.19 or above (+-)
9191

9292
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explaination of why there is no v13-v16 release.
9393
@@ -121,12 +121,13 @@ between client-python versions.
121121
| 10.0 Alpha/Beta | Kubernetes main repo, 1.14 branch ||
122122
| 10.0 | Kubernetes main repo, 1.14 branch ||
123123
| 11.0 Alpha/Beta | Kubernetes main repo, 1.15 branch ||
124-
| 11.0 | Kubernetes main repo, 1.15 branch | |
124+
| 11.0 | Kubernetes main repo, 1.15 branch | |
125125
| 12.0 Alpha/Beta | Kubernetes main repo, 1.16 branch ||
126126
| 12.0 | Kubernetes main repo, 1.16 branch ||
127127
| 17.0 Alpha/Beta | Kubernetes main repo, 1.17 branch ||
128128
| 17.0 | Kubernetes main repo, 1.17 branch ||
129-
| 18.0 Alpha/Beta | Kubernetes main repo, 1.18 branch ||
129+
| 18.0 Alpha/Beta | Kubernetes main repo, 1.18 branch ||
130+
| 18.0 | Kubernetes main repo, 1.18 branch ||
130131

131132
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explaination of why there is no v13-v16 release.
132133

0 commit comments

Comments
 (0)