Skip to content

Commit 9cf23e7

Browse files
committed
Update README and CHANGELOG for v6.0.0b1
1 parent f603fd6 commit 9cf23e7

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v6.0.0b1
2+
- Update to Kubernetes 1.10 cluster
3+
- New API: add PATCH to CustomObjectsApi [kubernetes-client/gen#53](https://github.com/kubernetes-client/gen/pull/53)
4+
- Documentation update: never let cluster-scoped resources skip webhooks [kubernetes/kubernetes#58185](https://github.com/kubernetes/kubernetes/pull/58185)
5+
16
# v5.0.0
27
- No changes. The same as `v5.0.0b1`.
38

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,15 @@ 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 |
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 HEAD | + | + | + | + |+ ||
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 | + | + | + | + |+ |+ ||
9495

9596
Key:
9697

@@ -116,6 +117,7 @@ between client-python versions.
116117
| 4.0 | Kubernetes main repo, 1.8 branch ||
117118
| 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch ||
118119
| 5.0 | Kubernetes main repo, 1.9 branch ||
120+
| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch ||
119121

120122

121123
Key:

0 commit comments

Comments
 (0)