Skip to content

Commit 69d0ccf

Browse files
authored
Merge pull request #1281 from kubernetes-client/rev
Update to version 0.20.0 and k8s 1.28 support
2 parents 8644026 + d0013d1 commit 69d0ccf

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,18 +123,17 @@ release, we will increment the minor version whenever we update the minor Kubern
123123

124124
Generally speaking newer clients will work with older Kubernetes, but compatability isn't 100% guaranteed.
125125

126-
| client version | older versions | 1.19 | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 |
126+
| client version | older versions | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.20 |
127127
|----------------|----------------|------|------|------|------|-------|------|-----|------|------|
128-
| 0.13.x | - || x | x | x | x | x | x | x | x |
129-
| 0.14.x | - | + || x | x | x | x | x | x | x |
130-
| 0.15.x | - | + | + || x | x | x | x | x | x |
131-
| 0.16.x | - | + | + | + | | x | x | x | x | x |
132-
| 0.17.x | - | - | - | + | + | + | | x | x | x |
133-
| 0.18.x | - | - | - | - | + | + | + | | x | x |
134-
| 0.19.x | - | - | - | - | - | - | - | + | + ||
128+
| 0.14.x | - || x | x | x | x | x | x | x | x |
129+
| 0.15.x | - | + || x | x | x | x | x | x | x |
130+
| 0.16.x | - | + | + || x | x | x | x | x | x |
131+
| 0.17.x | - | - | + | + | + | | x | x | x | x |
132+
| 0.18.x | - | - | - | + | + | + || x | x | x |
133+
| 0.19.x | - | - | - | - | - | - | + | + | | x |
134+
| 0.20.x | - | - | - | - | - | - | - | + | + ||
135135

136136
Key:
137-
138137
* `` Exactly the same features / API objects in both javascript-client and the Kubernetes
139138
version.
140139
* `+` javascript-client has features or api objects that may not be present in the

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubernetes/client-node",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "NodeJS client for kubernetes",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)