Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@ release, we will increment the minor version whenever we update the minor Kubern

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

| client version | older versions | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 | 1.29 |
|----------------|----------------|------|------|------|------|-------|------|-----|------|------|
| 0.15.x | - | ✓ | x | x | x | x | x | x | x | x |
| 0.16.x | - | + | | x | x | x | x | x | x | x |
| 0.17.x | - | + | + | + | ✓ | x | x | x | x | x |
| 0.18.x | - | - | + | + | + | | x | x | x | x |
| 0.19.x | - | - | - | - | - | + | + | ✓ | x | x |
| 0.20.x | - | - | - | - | - | - | + | + | ✓ | x |
| 0.21.x | - | - | - | - | - | - | - | + | + | ✓ |
| client version | older versions | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 | 1.29 | 1.30 |
|----------------|----------------|------|------|------|-------|------|-----|------|------|-----|
| 0.16.x | - | ✓ | x | x | x | x | x | x | x | x |
| 0.17.x | - | + | + | | x | x | x | x | x | x |
| 0.18.x | - | + | + | + | ✓ | x | x | x | x | x |
| 0.19.x | - | - | - | - | + | + | | x | x | x |
| 0.20.x | - | - | - | - | - | + | + | ✓ | x | x |
| 0.21.x | - | - | - | - | - | - | + | + | ✓ | x |
| 0.22.x | - | - | - | - | - | - | - | + | + | ✓ |

Key:
* `✓` Exactly the same features / API objects in both javascript-client and the Kubernetes
Expand Down
Loading