Skip to content

Commit

Permalink
Update CHANGELOG for the async keyword breaking change
Browse files Browse the repository at this point in the history
also update README for v7 release
  • Loading branch information
roycaihw committed Jul 11, 2018
1 parent b10c7b6 commit a4b61db
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a4b61db

Please sign in to comment.