From 58035440c5dd22f1a042e4c81b89cff8d80f70ad Mon Sep 17 00:00:00 2001 From: "jiang.pengcheng" Date: Thu, 9 Mar 2023 10:58:42 +0800 Subject: [PATCH] Verify newer k8s(1.25, 1.24, 1.23) --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b13238e98..bf6f43e48 100644 --- a/README.md +++ b/README.md @@ -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