Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify newer k8s(1.25, 1.24, 1.23) #601

Merged
merged 1 commit into from
Mar 10, 2023
Merged
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
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ Note:

This table outlines the supported Kubernetes versions. We have tested these versions in their respective branches. But note that other versions might work as well.

| Function Mesh operator | Kubernetes 1.16 | Kubernetes 1.17 | Kubernetes 1.18 | Kubernetes 1.19 | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 |
| ------------------------------------------------------------ | --------------- | --------------- | --------------- | --------------- | --------------- | --------------- | --------------- |
| [`v0.11.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.11.0) | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`v0.10.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.10.0) | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`v0.9.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.9.0) | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`v0.8.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.8.0) | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`v0.7.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.7.0) | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`v0.6.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.6.0) | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`v0.5.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.5.0) | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`Master`](https://github.com/streamnative/function-mesh/tree/master) | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| Function Mesh operator | Kubernetes 1.19 | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 | Kubernetes 1.23 | Kubernetes 1.24 | Kubernetes 1.25 |
| ------------------------------------------------------------ | --------------- |-----------------|-----------------|-----------------| --------------- | --------------- | --------------- |
| [`v0.11.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.11.0) | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`v0.10.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.10.0) | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`v0.9.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.9.0) | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`v0.8.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.8.0) | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`v0.7.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.7.0) | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`v0.6.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.6.0) | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`v0.5.0`](https://github.com/streamnative/function-mesh/releases/tag/v0.5.0) | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| [`Master`](https://github.com/streamnative/function-mesh/tree/master) | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |

## Development

Expand Down