From a04cc821e5028bd20a4a24d7f68a4bbc25abd90a Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 21 Oct 2022 06:21:13 -0400 Subject: [PATCH] Update the operands' version for Knative Operator 1.8 (#5296) --- docs/install/operator/knative-with-operators.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/operator/knative-with-operators.md b/docs/install/operator/knative-with-operators.md index dc17f5cc5..cbe022142 100644 --- a/docs/install/operator/knative-with-operators.md +++ b/docs/install/operator/knative-with-operators.md @@ -5,9 +5,9 @@ You can install the Serving component, Eventing component, or both on your clust The following table describes the supported versions of Serving and Eventing for the Knative Operator: -| Operator | Serving | Eventing | -|----------|----------------------------------------------------|--------------------------------------------------------------------------------------------------| -| v1.7.0 | v1.7.0 and v1.7.1
v1.6.0
v1.5.0
v1.4.0 | v1.7.0 and v1.7.1
v1.6.0
v1.5.0, v1.5.1, v1.5.2 and v1.5.3
v1.4.0, v1.4.1 and v1.4.2 | +| Operator | Serving | Eventing | +|----------|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------| +| v1.8 | v1.8.0
v1.7.0, v1.7.1 and v1.7.2
v1.6.0 and v1.6.1
v1.5.0 | v1.8.0
v1.7.0, v1.7.1, v1.7.2 and v1.7.3
v1.6.0, v1.6.1 and v1.6.2
v1.5.0, v1.5.1, v1.5.2, v1.5.3, v1.5.4, v1.5.5 and v1.5.6 | --8<-- "prerequisites.md"