Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to version 0.20.0 and k8s 1.28 support #1281

Merged
merged 1 commit into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
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
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