Skip to content

Commit d62a67b

Browse files
authored
Merge pull request #1093 from sbueringer/pr-fix-table
📖 Fix compatibility table
2 parents b1cd54f + 4e5b95c commit d62a67b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

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

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

21-
2221
## Compatibility
2322

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
23+
Every minor version of controller-tools (CT) has been tested with a specific minor version of client-go. A controller-tools minor version *may* be compatible with
2524
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
2625
for each minor version of client-go and other k8s.io/* dependencies.
2726

@@ -32,11 +31,11 @@ Compatible k8s.io/*, client-go and minimum Go versions can be looked up in our [
3231

3332
| | k8s.io/*, client-go | minimum Go version |
3433
|----------|:-------------------:|:------------------:|
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 |
34+
| CT v0.16 | v0.31 | 1.22 |
35+
| CT v0.15 | v0.30 | 1.22 |
36+
| CT v0.14 | v0.29 | 1.20 |
37+
| CT v0.13 | v0.28 | 1.20 |
38+
| CT v0.12 | v0.27 | 1.20 |
4039

4140
## Community, discussion, contribution, and support
4241

0 commit comments

Comments
 (0)