Update CHANGELOG and README for v5.0.0

This commit is contained in:
Haowei Cai 2018-02-12 16:01:54 -08:00
parent eeaf4f8c34
commit 28ced97015
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# v5.0.0
- No changes. The same as `v5.0.0b1`.
# v5.0.0b1
- Update to Kubernetes 1.9 cluster
- Label selector for pods is now required and must match the pod template's labels for v1beta2 StatefulSetSpec, ReplicaSetSpec, DaemonSetSpec and DeploymentSpec kubernetes/kubernetes#55357

View File

@ -114,7 +114,8 @@ between client-python versions.
| 3.0 | Kubernetes main repo, 1.7 branch | ✓ |
| 4.0 Alpha/Beta | Kubernetes main repo, 1.8 branch | ✗ |
| 4.0 | Kubernetes main repo, 1.8 branch | ✓ |
| 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch | ✓ |
| 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch | ✗ |
| 5.0 | Kubernetes main repo, 1.9 branch | ✓ |
Key: