Skip to content

Commit ae50c03

Browse files
authored
Merge pull request #1266 from brendandburns/release
Update for release 0.19.0
2 parents 9cf0df0 + cbf1f98 commit ae50c03

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,15 @@ 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 |
127-
|----------------|----------------|------|------|------|------|-------|------|-----|
128-
| 0.13.x | - || x | x | x | x | x | x |
129-
| 0.14.x | - | + || x | x | x | x | x |
130-
| 0.15.x | - | + | + || x | x | x | x |
131-
| 0.16.x | - | + | + | + || x | x | x |
132-
| 0.17.x | - | - | - | + | + | + || x |
133-
| 0.18.x | - | - | - | - | + | + | + ||
126+
| client version | older versions | 1.19 | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 |
127+
|----------------|----------------|------|------|------|------|-------|------|-----|------|------|
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 | - | - | - | - | - | - | - | + | + ||
134135

135136
Key:
136137

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.18.1",
3+
"version": "0.19.0",
44
"description": "NodeJS client for kubernetes",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)