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

Skip to content

Commit ed7a1f1

Browse files
committed
Update compatibility matrix
1 parent 49598cd commit ed7a1f1

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,12 @@ supported versions of Kubernetes clusters.
8383

8484
#### Compatibility matrix
8585

86-
| | Kubernetes 1.3 | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 |
87-
|-------------------------|----------------|----------------|----------------|----------------|
88-
| client-python 1.0 | + | + || - |
89-
| client-python 2.0 alpha | + | + | + ||
90-
| client-python HEAD | + | + | + | + |
86+
| | Kubernetes 1.3 | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 |
87+
|--------------------|----------------|----------------|----------------|----------------|----------------|
88+
| client-python 1.0 | + | + || - | - |
89+
| client-python 2.0 | + | + | + || - |
90+
| client-python 3.0 | + | + | + | + ||
91+
| client-python HEAD | + | + | + | + | + |
9192

9293
Key:
9394

@@ -105,13 +106,19 @@ between client-python versions.
105106
|----------------|--------------------------------------|-------------------------------|
106107
| 1.0 Alpha/Beta | Kubernetes main repo, 1.5 branch ||
107108
| 1.0.x | Kubernetes main repo, 1.5 branch ||
108-
| 2.0 alpha | Kubernetes main repo, 1.6 branch ||
109+
| 2.0 Alpha/Beta | Kubernetes main repo, 1.6 branch ||
110+
| 2.0.x | Kubernetes main repo, 1.6 branch ||
111+
| 3.0 Alpha/Beta | Kubernetes main repo, 1.7 branch ||
112+
| 3.0 | Kubernetes main repo, 1.7 branch ||
113+
109114

110115
Key:
111116

112117
* `` Changes in main Kubernetes repo are manually ([should be automated](https://github.com/kubernetes-incubator/client-python/issues/177)) published to client-python when they are available.
113118
* `` No longer maintained; please upgrade.
114119

120+
Note: There would be no maintenance for alpha/beta releases except the latest one.
121+
115122
## Community, Support, Discussion
116123

117124
You can reach the maintainers of this project at [SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery). If you have any problem with the package or any suggestions, please file an [issue](https://github.com/kubernetes-incubator/client-python/issues).

0 commit comments

Comments
 (0)