Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba446b4

Browse files
committed
Merge branch 'master' of github.com:kubernetes-client/python into release-5.0
2 parents a141eab + 3f4d09d commit ba446b4

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v5.0.0
2+
- No changes. The same as `v5.0.0b1`.
3+
14
# v5.0.0b1
25
- Update to Kubernetes 1.9 cluster
36
- Label selector for pods is now required and must match the pod template's labels for v1beta2 StatefulSetSpec, ReplicaSetSpec, DaemonSetSpec and DeploymentSpec kubernetes/kubernetes#55357

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,14 @@ 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 |
87-
|--------------------|----------------|----------------|----------------|----------------|----------------|
88-
| client-python 1.0 | + || - | - |- |
89-
| client-python 2.0 | + | + || - |- |
90-
| client-python 3.0 | + | + | + ||- |
91-
| client-python 4.0 | + | + | + | + ||
92-
| client-python HEAD | + | + | + | + ||
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 | + | + | + | + |+ ||
9394

9495
Key:
9596

@@ -113,6 +114,8 @@ between client-python versions.
113114
| 3.0 | Kubernetes main repo, 1.7 branch ||
114115
| 4.0 Alpha/Beta | Kubernetes main repo, 1.8 branch ||
115116
| 4.0 | Kubernetes main repo, 1.8 branch ||
117+
| 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch ||
118+
| 5.0 | Kubernetes main repo, 1.9 branch ||
116119

117120

118121
Key:

kubernetes/base

0 commit comments

Comments
 (0)