diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e9478a6..0e83e5c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # v7.0.0a1 -**NOTE:** -- We are doing an Alpha release for v7.0.0 because there will be an **ACTION REQUIRED** API breaking change in this client to support Python 3.7, which substitutes the currently being-used `async` reserved keyword [kubernetes-client/gen#67](https://github.com/kubernetes-client/gen/pull/67) +**Breaking Change:** +- **ACTION REQUIRED** Rename the currently being-used `async` parameter to `async_req` to support Python 3.7 because it's a reserved keyword in Python 3.7 [kubernetes-client/gen#67](https://github.com/kubernetes-client/gen/pull/67) **Bug Fix:** - Watch now properly deserializes custom resource objects and updates resource version [kubernetes-client/python-base#64](https://github.com/kubernetes-client/python-base/pull/64) diff --git a/README.md b/README.md index 2435ec228..6a20ce742 100644 --- a/README.md +++ b/README.md @@ -83,15 +83,16 @@ 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 | 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 | + | + | + | + |+ |+ |✓ | +| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 | Kubernetes 1.10 | Kubernetes 1.11 | +|--------------------|----------------|----------------|----------------|----------------|----------------|----------------|-----------------|-----------------| +| 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 7.0 | + | + | + | + |+ |+ |+ |✓ | +| client-python HEAD | + | + | + | + |+ |+ |+ |✓ | Key: @@ -119,6 +120,7 @@ between client-python versions. | 5.0 | Kubernetes main repo, 1.9 branch | ✓ | | 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch | ✗ | | 6.0 | Kubernetes main repo, 1.10 branch | ✓ | +| 7.0 Alpha/Beta | Kubernetes main repo, 1.11 branch | ✓ | Key: