Skip to content

Commit 26e3fcf

Browse files
authored
Merge pull request #1022 from sbueringer/pr-document-compatibility
📖 Document compatibility with k8s.io/*, client-go and Go
2 parents d1bc045 + 7b5ca8a commit 26e3fcf

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,26 @@ export `GO111MODULE=on`.
1818

1919
See [VERSIONING.md](VERSIONING.md).
2020

21+
22+
## Compatibility
23+
24+
Every minor version of controller-tools has been tested with a specific minor version of client-go. A controller-tools minor version *may* be compatible with
25+
other client-go minor versions, but this is by chance and neither supported nor tested. In general, we create one minor version of controller-tools
26+
for each minor version of client-go and other k8s.io/* dependencies.
27+
28+
The minimum Go version of controller-tools is the highest minimum Go version of our Go dependencies. Usually, this will
29+
be identical to the minimum Go version of the corresponding k8s.io/* dependencies.
30+
31+
Compatible k8s.io/*, client-go and minimum Go versions can be looked up in our [go.mod](go.mod) file.
32+
33+
| | k8s.io/*, client-go | minimum Go version |
34+
|----------|:-------------------:|:------------------:|
35+
| CR v0.16 | v0.31 | 1.22 |
36+
| CR v0.15 | v0.30 | 1.22 |
37+
| CR v0.14 | v0.29 | 1.20 |
38+
| CR v0.13 | v0.28 | 1.20 |
39+
| CR v0.12 | v0.27 | 1.20 |
40+
2141
## Community, discussion, contribution, and support
2242

2343
Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).

0 commit comments

Comments
 (0)