Skip to content

Commit

Permalink
Update README and CHANGELOG for v6.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
roycaihw committed Mar 9, 2018
1 parent f603fd6 commit 9cf23e7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v6.0.0b1
- Update to Kubernetes 1.10 cluster
- New API: add PATCH to CustomObjectsApi [kubernetes-client/gen#53](https://github.com/kubernetes-client/gen/pull/53)
- Documentation update: never let cluster-scoped resources skip webhooks [kubernetes/kubernetes#58185](https://github.com/kubernetes/kubernetes/pull/58185)

# v5.0.0
- No changes. The same as `v5.0.0b1`.

Expand Down
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,15 @@ 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 |
|--------------------|----------------|----------------|----------------|----------------|----------------|----------------|
| client-python 1.0 | + || - | - |- |- |
| client-python 2.0 | + | + || - |- |- |
| client-python 3.0 | + | + | + ||- |- |
| client-python 4.0 | + | + | + | + ||- |
| client-python 5.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 |
|--------------------|----------------|----------------|----------------|----------------|----------------|----------------|-----------------|
| 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 | + | + | + | + |+ |+ ||

Key:

Expand All @@ -116,6 +117,7 @@ between client-python versions.
| 4.0 | Kubernetes main repo, 1.8 branch ||
| 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch ||
| 5.0 | Kubernetes main repo, 1.9 branch ||
| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch ||


Key:
Expand Down

0 comments on commit 9cf23e7

Please sign in to comment.