Skip to content

Commit 6f35d39

Browse files
authored
Merge pull request #810 from brendandburns/master
Get ready for release 0.17.0
2 parents 6207dfa + 32063ee commit 6f35d39

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ release, we will increment the minor version whenever we update the minor Kubern
113113

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

116-
| client version | older versions | 1.18 | 1.19 | 1.20 | 1.21 | 1.22 |
117-
|----------------|----------------|------|------|------|------|------|
118-
| 0.12.x | - || x | x | x | x |
119-
| 0.13.x | - | + || x | x | x |
120-
| 0.14.x | - | + | + || x | x |
121-
| 0.15.x | - | + | + | + || x |
122-
| 0.16.x | - | + | + | + | + ||
116+
| client version | older versions | 1.19 | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 |
117+
|----------------|----------------|------|------|------|------|-------|------|
118+
| 0.13.x | - | | x | x | x | x | x |
119+
| 0.14.x | - | + | | x | x | x | x |
120+
| 0.15.x | - | + | + | | x | x | x |
121+
| 0.16.x | - | + | + | + | | x | x |
122+
| 0.17.x | - | + | + | + | + | - ||
123123

124124
Key:
125125

@@ -138,6 +138,7 @@ Key:
138138
* Multiple kubeconfigs are not completely supported.
139139
Credentials are cached based on the kubeconfig username and these can collide across configs.
140140
Here is the related [issue](https://github.com/kubernetes-client/javascript/issues/592).
141+
* The client wasn't generated for Kubernetes 1.23 due to limited time from the maintainer(s)
141142

142143
# Development
143144

package-lock.json

Lines changed: 1 addition & 1 deletion
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.16.4",
3+
"version": "0.17.0",
44
"description": "NodeJS client for kubernetes",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)