Skip to content

Commit

Permalink
Merge pull request #1266 from brendandburns/release
Browse files Browse the repository at this point in the history
Update for release 0.19.0
  • Loading branch information
k8s-ci-robot authored Sep 15, 2023
2 parents 9cf0df0 + cbf1f98 commit ae50c03
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +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.19 | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 |
|----------------|----------------|------|------|------|------|-------|------|-----|
| 0.13.x | - || x | x | x | x | x | x |
| 0.14.x | - | + || x | x | x | x | x |
| 0.15.x | - | + | + || x | x | x | x |
| 0.16.x | - | + | + | + || x | x | x |
| 0.17.x | - | - | - | + | + | + || x |
| 0.18.x | - | - | - | - | + | + | + ||
| client version | older versions | 1.19 | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 |
|----------------|----------------|------|------|------|------|-------|------|-----|------|------|
| 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 | - | - | - | - | - | - | - | + | + ||

Key:

Expand Down
2 changes: 1 addition & 1 deletion 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.18.1",
"version": "0.19.0",
"description": "NodeJS client for kubernetes",
"repository": {
"type": "git",
Expand Down

0 comments on commit ae50c03

Please sign in to comment.