Update README and CHANGELOG for v6.0.0b1

This commit is contained in:
Haowei Cai 2018-03-09 11:10:39 -08:00
parent f603fd6fad
commit 9cf23e7d19
2 changed files with 15 additions and 8 deletions

View File

@ -1,3 +1,8 @@
# v6.0.0b1
- Update to Kubernetes 1.10 cluster
- New API: add PATCH to CustomObjectsApi [kubernetes-client/gen#53](https://github.com/kubernetes-client/gen/pull/53)
- Documentation update: never let cluster-scoped resources skip webhooks [kubernetes/kubernetes#58185](https://github.com/kubernetes/kubernetes/pull/58185)
# v5.0.0
- No changes. The same as `v5.0.0b1`.

View File

@ -83,14 +83,15 @@ supported versions of Kubernetes clusters.
#### Compatibility matrix
| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 |
|--------------------|----------------|----------------|----------------|----------------|----------------|----------------|
| client-python 1.0 | + | ✓ | - | - |- |- |
| client-python 2.0 | + | + | ✓ | - |- |- |
| client-python 3.0 | + | + | + | ✓ |- |- |
| client-python 4.0 | + | + | + | + |✓ |- |
| client-python 5.0 | + | + | + | + |+ |✓ |
| client-python HEAD | + | + | + | + |+ |✓ |
| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 | Kubernetes 1.10 |
|--------------------|----------------|----------------|----------------|----------------|----------------|----------------|-----------------|
| client-python 1.0 | + | ✓ | - | - |- |- | |
| client-python 2.0 | + | + | ✓ | - |- |- | |
| client-python 3.0 | + | + | + | ✓ |- |- | |
| client-python 4.0 | + | + | + | + |✓ |- | |
| client-python 5.0 | + | + | + | + |+ |✓ | |
| client-python 6.0 | + | + | + | + |+ |+ |✓ |
| client-python HEAD | + | + | + | + |+ |+ |✓ |
Key:
@ -116,6 +117,7 @@ between client-python versions.
| 4.0 | Kubernetes main repo, 1.8 branch | ✓ |
| 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch | ✗ |
| 5.0 | Kubernetes main repo, 1.9 branch | ✓ |
| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch | ✓ |
Key: