Skip to content

Commit

Permalink
Update README.md for new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed May 3, 2024
1 parent b456bfc commit 6e29910
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 |
| client version | older versions | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 | 1.29 |
|----------------|----------------|------|------|------|------|-------|------|-----|------|------|
| 0.14.x | - || x | x | x | x | x | x | x | x |
| 0.15.x | - | + || x | x | x | x | x | x | x |
| 0.16.x | - | + | + | | x | x | x | x | x | x |
| 0.17.x | - | - | + | + | + | | x | x | x | x |
| 0.18.x | - | - | - | + | + | + | | x | x | x |
| 0.19.x | - | - | - | - | - | - | + | + || x |
| 0.20.x | - | - | - | - | - | - | - | + | + ||
| 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 | - | - | - | - | - | - | - | + | + ||

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

0 comments on commit 6e29910

Please sign in to comment.