Merge pull request #1591 from roycaihw/update-readme-master
Update README and CHANGELOG in master branch
This commit is contained in:
commit
96b5c9ba4a
@ -1,3 +1,10 @@
|
||||
# v19.15.0
|
||||
|
||||
Kubernetes API Version: v1.19.15
|
||||
|
||||
### Feature
|
||||
- The new parameter 'no_proxy' has been added to configuration for the REST and websocket client. ([kubernetes-client/python#1579](https://github.com/kubernetes-client/python/pull/1579), [@itaru2622](https://github.com/itaru2622))//github.com/itaru2622))//github.com/itaru2622))//github.com/itaru2622))//github.com/itaru2622))//github.com/itaru2622))//github.com/itaru2622))//github.com/itaru2622))
|
||||
|
||||
# v19.15.0b1
|
||||
|
||||
Kubernetes API Version: v1.19.15
|
||||
|
||||
@ -88,7 +88,7 @@ supported versions of Kubernetes clusters.
|
||||
- [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 (+-)
|
||||
- [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 (+-)
|
||||
- [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 (+-)
|
||||
- [client 19.y.z](https://pypi.org/project/kubernetes/19.15.0b1/): Kubernetes 1.18 or below (+-), Kubernetes 1.19 (✓), Kubernetes 1.20 or above (+-)
|
||||
- [client 19.y.z](https://pypi.org/project/kubernetes/19.15.0/): Kubernetes 1.18 or below (+-), Kubernetes 1.19 (✓), Kubernetes 1.20 or above (+-)
|
||||
|
||||
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explaination of why there is no v13-v16 release.
|
||||
|
||||
@ -129,7 +129,8 @@ between client-python versions.
|
||||
| 17.0 | Kubernetes main repo, 1.17 branch | ✓ |
|
||||
| 18.0 Alpha/Beta | Kubernetes main repo, 1.18 branch | ✗ |
|
||||
| 18.0 | Kubernetes main repo, 1.18 branch | ✓ |
|
||||
| 19.0 Alpha/Beta | Kubernetes main repo, 1.19 branch | ✓ |
|
||||
| 19.0 Alpha/Beta | Kubernetes main repo, 1.19 branch | ✗ |
|
||||
| 19.0 | Kubernetes main repo, 1.19 branch | ✓ |
|
||||
|
||||
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explaination of why there is no v13-v16 release.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user