diff --git a/CHANGELOG.md b/CHANGELOG.md index c670733df..0e27cd16d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/README.md b/README.md index 9b423deaf..15938c2a1 100644 --- a/README.md +++ b/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: