Skip to content

Commit

Permalink
Merge pull request #1877 from kubernetes-client/readme
Browse files Browse the repository at this point in the history
Update README for new version.
  • Loading branch information
k8s-ci-robot authored Sep 13, 2024
2 parents e1a414d + 2a29453 commit ae0f8df
Showing 1 changed file with 9 additions and 9 deletions.
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

0 comments on commit ae0f8df

Please sign in to comment.