File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -112,15 +112,17 @@ Prior to the `0.13.0` release, release versions did not track Kubernetes version
112112release, 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+
115117Generally 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
125127Key:
126128
You can’t perform that action at this time.
0 commit comments