Skip to content

Commit

Permalink
Merge pull request #1281 from kubernetes-client/rev
Browse files Browse the repository at this point in the history
Update to version 0.20.0 and k8s 1.28 support
  • Loading branch information
k8s-ci-robot committed Sep 26, 2023
2 parents 8644026 + d0013d1 commit 69d0ccf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,17 @@ 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.19 | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 |
| client version | older versions | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.20 |
|----------------|----------------|------|------|------|------|-------|------|-----|------|------|
| 0.13.x | - || x | x | x | x | x | x | x | x |
| 0.14.x | - | + || x | x | x | x | x | x | x |
| 0.15.x | - | + | + || x | x | x | x | x | x |
| 0.16.x | - | + | + | + | | x | x | x | x | x |
| 0.17.x | - | - | - | + | + | + | | x | x | x |
| 0.18.x | - | - | - | - | + | + | + | | x | x |
| 0.19.x | - | - | - | - | - | - | - | + | + ||
| 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 | - | - | - | - | - | - | - | + | + ||

Key:

* `` Exactly the same features / API objects in both javascript-client and the Kubernetes
version.
* `+` javascript-client has features or api objects that may not be present in the
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubernetes/client-node",
"version": "0.19.0",
"version": "0.20.0",
"description": "NodeJS client for kubernetes",
"repository": {
"type": "git",
Expand Down

0 comments on commit 69d0ccf

Please sign in to comment.