Update README and CHANGELOG for v6.0.0b1
This commit is contained in:
parent
f603fd6fad
commit
9cf23e7d19
@ -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`.
|
||||
|
||||
|
||||
18
README.md
18
README.md
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user