diff --git a/README.md b/README.md index 93129e0c0c..01843506fd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 189c9d3224..2a3dfe12ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kubernetes/client-node", - "version": "0.19.0", + "version": "0.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@kubernetes/client-node", - "version": "0.19.0", + "version": "0.20.0", "license": "Apache-2.0", "dependencies": { "@types/js-yaml": "^4.0.1", diff --git a/package.json b/package.json index 95190fa5d5..985c330fc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kubernetes/client-node", - "version": "0.19.0", + "version": "0.20.0", "description": "NodeJS client for kubernetes", "repository": { "type": "git",