Update documents for 4.0.0a release

This commit is contained in:
mbohlool 2017-10-17 09:16:31 -07:00
parent c7152b3b2d
commit ca71ff7b2c
2 changed files with 8 additions and 6 deletions

View File

@ -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.

View File

@ -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: