Skip to content

Commit 08fefc3

Browse files
authored
Merge pull request #924 from oz123/update-support-matrix
Update support matrix
2 parents 91c080d + c630528 commit 08fefc3

File tree

2 files changed

+15
-23
lines changed

2 files changed

+15
-23
lines changed

README.md

+9-21
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,15 @@ supported versions of Kubernetes clusters.
8282

8383
#### Compatibility matrix
8484

85-
| | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 | Kubernetes 1.10 | Kubernetes 1.11 | Kubernetes 1.12 | Kubernetes 1.13 | Kubernetes 1.14 |
86-
|--------------------|----------------|----------------|----------------|----------------|----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
87-
| client-python 1.0 || - | - |- |- |- |- |- |- |- |
88-
| client-python 2.0 | + || - |- |- |- |- |- |- |- |
89-
| client-python 3.0 | + | + ||- |- |- |- |- |- |- |
90-
| client-python 4.0 | + | + | + ||- |- |- |- |- |- |
91-
| client-python 5.0 | + | + | + |+ ||- |- |- |- |- |
92-
| client-python 6.0 | + | + | + |+ |+ ||- |- |- |- |
93-
| client-python 7.0 | + | + | + |+ |+ |+ ||- |- |- |
94-
| client-python 8.0 | + | + | + |+ |+ |+ |+ ||- |- |
95-
| client-python 9.0 | + | + | + |+ |+ |+ |+ |+ ||- |
96-
| client-python 10.0 | + | + | + |+ |+ |+ |+ |+ |+ ||
97-
| client-python HEAD | + | + | + |+ |+ |+ |+ |+ |+ ||
85+
| | Kubernetes 1.9 | Kubernetes 1.10 | Kubernetes 1.11 | Kubernetes 1.12 | Kubernetes 1.13 | Kubernetes 1.14 |
86+
|--------------------|----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
87+
| client-python 5.0 ||- |- |- |- |- |
88+
| client-python 6.0 |+ ||- |- |- |- |
89+
| client-python 7.0 |+ |+ ||- |- |- |
90+
| client-python 8.0 |+ |+ |+ ||- |- |
91+
| client-python 9.0 |+ |+ |+ |+ ||- |
92+
| client-python 10.0 |+ |+ |+ |+ |+ ||
93+
| client-python HEAD |+ |+ |+ |+ |+ ||
9894

9995
Key:
10096

@@ -110,14 +106,6 @@ between client-python versions.
110106

111107
| Client version | Canonical source for OpenAPI spec | Maintenance status |
112108
|-----------------|--------------------------------------|-------------------------------|
113-
| 1.0 Alpha/Beta | Kubernetes main repo, 1.5 branch ||
114-
| 1.0.x | Kubernetes main repo, 1.5 branch ||
115-
| 2.0 Alpha/Beta | Kubernetes main repo, 1.6 branch ||
116-
| 2.0.x | Kubernetes main repo, 1.6 branch ||
117-
| 3.0 Alpha/Beta | Kubernetes main repo, 1.7 branch ||
118-
| 3.0 | Kubernetes main repo, 1.7 branch ||
119-
| 4.0 Alpha/Beta | Kubernetes main repo, 1.8 branch ||
120-
| 4.0 | Kubernetes main repo, 1.8 branch ||
121109
| 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch ||
122110
| 5.0 | Kubernetes main repo, 1.9 branch ||
123111
| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch ||

RELEASE.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
The Kubernetes Python client is released on an as-needed basis. The process is as follows:
44

55
1. An issue is proposing a new release with a changelog since the last release
6+
1. Update the support matrix in README.md removing the oldest version and adding the
7+
proposed release.
68
1. All [OWNERS](OWNERS) must LGTM this release
7-
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION`
9+
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes
10+
the tag with `git push $VERSION`
811
1. The release issue is closed
9-
1. An announcement email is sent to `[email protected]` with the subject `[ANNOUNCE] kubernetes-python-client $VERSION is released`
12+
1. An announcement email is sent to `[email protected]`
13+
with the subject `[ANNOUNCE] kubernetes-python-client $VERSION is released`

0 commit comments

Comments
 (0)