Skip to content

Commit d53ff24

Browse files
authored
Merge pull request #2188 from kubernetes-client/brendandburns-patch-11
Update README.md
2 parents 247e4ed + 770638a commit d53ff24

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,17 @@ Prior to the `0.13.0` release, release versions did not track Kubernetes version
112112
release, we will increment the minor version whenever we update the minor Kubernetes API version
113113
(e.g. `1.19.x`) that this library is generated from.
114114

115+
We switched from `request` to `fetch` as the HTTP(S) backend for the `1.0.0` release.
116+
115117
Generally speaking newer clients will work with older Kubernetes, but compatability isn't 100% guaranteed.
116118

117-
| client version | older versions | 1.18 | 1.19 | 1.20 | 1.21 | 1.22 |
119+
| client version | older versions | 1.28 | 1.29 | 1.30 | 1.31 | 1.32 |
118120
| -------------- | -------------- | ---- | ---- | ---- | ---- | ---- |
119-
| 0.12.x | - || x | x | x | x |
120-
| 0.13.x | - | + || x | x | x |
121-
| 0.14.x | - | + | + || x | x |
122-
| 0.15.x | - | + | + | + || x |
123-
| 0.16.x | - | + | + | + | + ||
121+
| 0.19.x | - || x | x | x | x |
122+
| 0.20.x | - | + || x | x | x |
123+
| 0.21.x | - | + | + || x | x |
124+
| 0.22.x | - | + | + | + || x |
125+
| 1.0.x | - | + | + | + | + ||
124126

125127
Key:
126128

0 commit comments

Comments
 (0)