Update CHANGELOG for the async keyword breaking change

also update README for v7 release
This commit is contained in:
Haowei Cai 2018-07-11 14:35:11 -07:00
parent b10c7b6a17
commit a4b61db271
2 changed files with 13 additions and 11 deletions

View File

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

View File

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