Skip to content

Commit d9bbef1

Browse files
authored
Merge pull request #1671 from kubernetes-client/brendandburns-patch-6
Update README.md for new version.
2 parents 7bdf243 + 6e29910 commit d9bbef1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 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.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 |
126+
| client version | older versions | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 | 1.29 |
127127
|----------------|----------------|------|------|------|------|-------|------|-----|------|------|
128-
| 0.14.x | - || x | x | x | x | x | x | x | x |
129-
| 0.15.x | - | + || x | x | x | x | x | x | x |
130-
| 0.16.x | - | + | + | | x | x | x | x | x | x |
131-
| 0.17.x | - | - | + | + | + | | x | x | x | x |
132-
| 0.18.x | - | - | - | + | + | + | | x | x | x |
133-
| 0.19.x | - | - | - | - | - | - | + | + || x |
134-
| 0.20.x | - | - | - | - | - | - | - | + | + ||
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 | - | - | - | - | - | - | - | + | + ||
135135

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

0 commit comments

Comments
 (0)