Skip to content

Commit

Permalink
Merge pull request #1671 from kubernetes-client/brendandburns-patch-6
Browse files Browse the repository at this point in the history
Update README.md for new version.
  • Loading branch information
k8s-ci-robot committed May 6, 2024
2 parents 7bdf243 + 6e29910 commit d9bbef1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
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 d9bbef1

Please sign in to comment.