Skip to content

Commit 5cf5cbb

Browse files
authored
Merge pull request #2418 from kubernetes-client/brendandburns-patch-15
Update README.md
2 parents b88e894 + 83e4c40 commit 5cf5cbb

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,15 @@ We switched from `request` to `fetch` as the HTTP(S) backend for the `1.0.0` rel
114114

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

117-
| client version | older versions | 1.28 | 1.29 | 1.30 | 1.31 | 1.32 |
118-
| -------------- | -------------- | ---- | ---- | ---- | ---- | ---- |
119-
| 0.19.x | - || x | x | x | x |
120-
| 0.20.x | - | + || x | x | x |
121-
| 0.21.x | - | + | + || x | x |
122-
| 0.22.x | - | + | + | + || x |
123-
| 1.0.x | - | + | + | + | + ||
124-
| 1.1.x | - | + | + | + | + ||
117+
| client version | older versions | 1.28 | 1.29 | 1.30 | 1.31 | 1.32 | 1.33|
118+
| -------------- | -------------- | ---- | ---- | ---- | ---- | ---- |----|
119+
| 0.19.x | - || x | x | x | x | x |
120+
| 0.20.x | - | + || x | x | x | x |
121+
| 0.21.x | - | + | + || x | x | x |
122+
| 0.22.x | - | + | + | + || x | x |
123+
| 1.0.x | - | + | + | + | + || x |
124+
| 1.1.x | - | + | + | + | + || x |
125+
| 1.2.x | - | + | + | + | + | + ||
125126

126127
Key:
127128

0 commit comments

Comments
 (0)