diff --git a/README.md b/README.md index d34eb2a368..c680ddd10b 100644 --- a/README.md +++ b/README.md @@ -123,15 +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.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 | 1.29 | -|----------------|----------------|------|------|------|------|-------|------|-----|------|------| -| 0.15.x | - | ✓ | x | x | x | x | x | x | x | x | -| 0.16.x | - | + | ✓ | x | x | x | x | x | x | x | -| 0.17.x | - | + | + | + | ✓ | x | x | x | x | x | -| 0.18.x | - | - | + | + | + | ✓ | x | x | x | x | -| 0.19.x | - | - | - | - | - | + | + | ✓ | x | x | -| 0.20.x | - | - | - | - | - | - | + | + | ✓ | x | -| 0.21.x | - | - | - | - | - | - | - | + | + | ✓ | +| client version | older versions | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 | 1.29 | 1.30 | +|----------------|----------------|------|------|------|-------|------|-----|------|------|-----| +| 0.16.x | - | ✓ | x | x | x | x | x | x | x | x | +| 0.17.x | - | + | + | ✓ | x | x | x | x | x | x | +| 0.18.x | - | + | + | + | ✓ | x | x | x | x | x | +| 0.19.x | - | - | - | - | + | + | ✓ | x | x | x | +| 0.20.x | - | - | - | - | - | + | + | ✓ | x | x | +| 0.21.x | - | - | - | - | - | - | + | + | ✓ | x | +| 0.22.x | - | - | - | - | - | - | - | + | + | ✓ | Key: * `✓` Exactly the same features / API objects in both javascript-client and the Kubernetes