Skip to content

Commit eab32cf

Browse files
authored
Merge pull request #129 from xrstf/fix-readme
fix compatibility table in readme
2 parents 06e536f + 306d78f commit eab32cf

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ kcp-operator is a Kubernetes operator to deploy and run [kcp](https://github.com
2222

2323
The table below marks known support of a kcp version in kcp-operator versions.
2424

25-
| kcp | `main` |
26-
| ------ | ------------------ |
27-
| `main` | :warning: [^1] |
28-
| 0.27.x | :white_check_mark: |
25+
<!-- The same table is in docs/content/README.md, make sure to keep them in-sync. -->
26+
27+
| kcp | `main` | 0.1.x |
28+
| ------ | ------------------ | ------------------ |
29+
| `main` | :warning: | :question: |
30+
| 0.29.x | :white_check_mark: | :question: |
31+
| 0.28.x | :white_check_mark: | :question: |
32+
| 0.27.x | :question: | :white_check_mark: |
2933

3034
[^1]: While we try to support kcp's `main` branch, this support is best effort and should not be used for deploying actual kcp instances.
3135

docs/content/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ kcp-operator is a Kubernetes operator to deploy and run [kcp](https://github.com
2020

2121
The table below marks known support of a kcp version in kcp-operator versions.
2222

23+
<!-- The same table is in the global README.md, make sure to keep them in-sync. -->
24+
2325
| kcp | `main` | 0.1.x |
2426
| ------ | ------------------ | ------------------ |
2527
| `main` | :warning: | :question: |

0 commit comments

Comments
 (0)