Skip to content

Commit ae0f8df

Browse files
authored
Merge pull request #1877 from kubernetes-client/readme
Update README for new version.
2 parents e1a414d + 2a29453 commit ae0f8df

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@ release, we will increment the minor version whenever we update the minor Kubern
123123

124124
Generally speaking newer clients will work with older Kubernetes, but compatability isn't 100% guaranteed.
125125

126-
| client version | older versions | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 | 1.29 |
127-
|----------------|----------------|------|------|------|------|-------|------|-----|------|------|
128-
| 0.15.x | - || x | x | x | x | x | x | x | x |
129-
| 0.16.x | - | + | | x | x | x | x | x | x | x |
130-
| 0.17.x | - | + | + | + | | x | x | x | x | x |
131-
| 0.18.x | - | - | + | + | + | | x | x | x | x |
132-
| 0.19.x | - | - | - | - | - | + | + || x | x |
133-
| 0.20.x | - | - | - | - | - | - | + | + || x |
134-
| 0.21.x | - | - | - | - | - | - | - | + | + ||
126+
| client version | older versions | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 | 1.29 | 1.30 |
127+
|----------------|----------------|------|------|------|-------|------|-----|------|------|-----|
128+
| 0.16.x | - || x | x | x | x | x | x | x | x |
129+
| 0.17.x | - | + | + | | x | x | x | x | x | x |
130+
| 0.18.x | - | + | + | + || x | x | x | x | x |
131+
| 0.19.x | - | - | - | - | + | + | | x | x | x |
132+
| 0.20.x | - | - | - | - | - | + | + || x | x |
133+
| 0.21.x | - | - | - | - | - | - | + | + || x |
134+
| 0.22.x | - | - | - | - | - | - | - | + | + ||
135135

136136
Key:
137137
* `` Exactly the same features / API objects in both javascript-client and the Kubernetes

0 commit comments

Comments
 (0)