Skip to content

Commit a4b61db

Browse files
committed
Update CHANGELOG for the async keyword breaking change
also update README for v7 release
1 parent b10c7b6 commit a4b61db

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# v7.0.0a1
2-
**NOTE:**
3-
- 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)
2+
**Breaking Change:**
3+
- **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)
44

55
**Bug Fix:**
66
- 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)

README.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,16 @@ supported versions of Kubernetes clusters.
8383

8484
#### Compatibility matrix
8585

86-
| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 | Kubernetes 1.10 |
87-
|--------------------|----------------|----------------|----------------|----------------|----------------|----------------|-----------------|
88-
| client-python 1.0 | + || - | - |- |- | |
89-
| client-python 2.0 | + | + || - |- |- | |
90-
| client-python 3.0 | + | + | + ||- |- | |
91-
| client-python 4.0 | + | + | + | + ||- | |
92-
| client-python 5.0 | + | + | + | + |+ || |
93-
| client-python 6.0 | + | + | + | + |+ |+ ||
94-
| client-python HEAD | + | + | + | + |+ |+ ||
86+
| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 | Kubernetes 1.10 | Kubernetes 1.11 |
87+
|--------------------|----------------|----------------|----------------|----------------|----------------|----------------|-----------------|-----------------|
88+
| client-python 1.0 | + || - | - |- |- | | |
89+
| client-python 2.0 | + | + || - |- |- | | |
90+
| client-python 3.0 | + | + | + ||- |- | | |
91+
| client-python 4.0 | + | + | + | + ||- | | |
92+
| client-python 5.0 | + | + | + | + |+ || | |
93+
| client-python 6.0 | + | + | + | + |+ |+ || |
94+
| client-python 7.0 | + | + | + | + |+ |+ |+ ||
95+
| client-python HEAD | + | + | + | + |+ |+ |+ ||
9596

9697
Key:
9798

@@ -119,6 +120,7 @@ between client-python versions.
119120
| 5.0 | Kubernetes main repo, 1.9 branch ||
120121
| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch ||
121122
| 6.0 | Kubernetes main repo, 1.10 branch ||
123+
| 7.0 Alpha/Beta | Kubernetes main repo, 1.11 branch ||
122124

123125

124126
Key:

0 commit comments

Comments
 (0)