Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ kcp-operator is a Kubernetes operator to deploy and run [kcp](https://github.com

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

| kcp | `main` |
| ------ | ------------------ |
| `main` | :warning: [^1] |
| 0.27.x | :white_check_mark: |
<!-- The same table is in docs/content/README.md, make sure to keep them in-sync. -->

| kcp | `main` | 0.1.x |
| ------ | ------------------ | ------------------ |
| `main` | :warning: | :question: |
| 0.29.x | :white_check_mark: | :question: |
| 0.28.x | :white_check_mark: | :question: |
| 0.27.x | :question: | :white_check_mark: |

[^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.

Expand Down
2 changes: 2 additions & 0 deletions docs/content/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ kcp-operator is a Kubernetes operator to deploy and run [kcp](https://github.com

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

<!-- The same table is in the global README.md, make sure to keep them in-sync. -->

| kcp | `main` | 0.1.x |
| ------ | ------------------ | ------------------ |
| `main` | :warning: | :question: |
Expand Down