From ca71ff7b2c1a204f7072e502b9c455d25c5666b5 Mon Sep 17 00:00:00 2001 From: mbohlool Date: Tue, 17 Oct 2017 09:16:31 -0700 Subject: [PATCH] Update documents for 4.0.0a release --- CHANGELOG.md | 3 ++- README.md | 11 ++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3871d3a3e..c05c34f371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -# Master +# v4.0.0a1 +- Update to Kubernetes 1.8 cluster - IntOrString is now object thus it can be int or string. #18 #359 - Adding stream package to support calls like exec. The old way of calling them is deprecated. See [Troubleshooting](README.md#why-execattach-calls-doesnt-work)). - config.http_proxy_url is deprecated. use configuration.proxy instead. diff --git a/README.md b/README.md index 9ea0b5e9d7..9d313f63a3 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,12 @@ supported versions of Kubernetes clusters. #### Compatibility matrix -| | Kubernetes 1.3 | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | +| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | |--------------------|----------------|----------------|----------------|----------------|----------------| -| client-python 1.0 | + | + | ✓ | - | - | -| client-python 2.0 | + | + | + | ✓ | - | -| client-python 3.0 | + | + | + | + | ✓ | -| client-python HEAD | + | + | + | + | + | +| client-python 1.0 | + | ✓ | - | - |- | +| client-python 2.0 | + | + | ✓ | - |- | +| client-python 3.0 | + | + | + | ✓ |✓ | +| client-python HEAD | + | + | + | + |✓ | Key: @@ -110,6 +110,7 @@ between client-python versions. | 2.0.x | Kubernetes main repo, 1.6 branch | ✓ | | 3.0 Alpha/Beta | Kubernetes main repo, 1.7 branch | ✗ | | 3.0 | Kubernetes main repo, 1.7 branch | ✓ | +| 4.0 Alpha/Beta | Kubernetes main repo, 1.8 branch | ✗ | Key: