From 2df503c2e5272e84a29e7ea0423c9d0a8c527a0e Mon Sep 17 00:00:00 2001 From: Ben Rubchinsky Date: Wed, 8 Nov 2023 17:18:47 +0200 Subject: [PATCH] Update docs to v6.1.0 --- README.md | 15 ++++++++------- docs/Main.md | 13 +++++++------ docs/OperatorDeployment.md | 2 +- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 9cbd239b..8ca310f9 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,12 @@ The Carbon Black Cloud Container Operator utilizes the operator-framework to cre ## Compatibility Matrix -| Operator version | Kubernetes Sensor Component Version | Minimum Kubernetes Version | -|------------------|-------------------------------------|----------------------------| -| v6.0.x | 2.10.0, 2.11.0, 2.12.0, 3.0.X | 1.18 | -| v5.6.x | 2.10.0, 2.11.0, 2.12.0 | 1.16 | -| v5.5.x | 2.10.0, 2.11.0 | 1.16 | +| Operator version | Kubernetes Sensor Component Version | Minimum Kubernetes Version | +|------------------|--------------------------------------|----------------------------| +| v6.1.x | 2.10.0, 2.11.0, 2.12.0, 3.0.X, 3.1.X | 1.18 | +| v6.0.x | 2.10.0, 2.11.0, 2.12.0, 3.0.X, 3.1.X | 1.18 | +| v5.6.x | 2.10.0, 2.11.0, 2.12.0 | 1.16 | +| v5.5.x | 2.10.0, 2.11.0 | 1.16 | ## Operator Deployment @@ -27,7 +28,7 @@ Kubernetes 1.18+ is supported. ### From script: ``` -export OPERATOR_VERSION=v6.0.2 +export OPERATOR_VERSION=v6.1.0 export OPERATOR_SCRIPT_URL=https://setup.containers.carbonblack.io/$OPERATOR_VERSION/operator-apply.sh curl -s $OPERATOR_SCRIPT_URL | bash ``` @@ -92,7 +93,7 @@ spec: ### Uninstalling the Carbon Black Cloud Container Operator ```sh -export OPERATOR_VERSION=v6.0.2 +export OPERATOR_VERSION=v6.1.0 export OPERATOR_SCRIPT_URL=https://setup.containers.carbonblack.io/$OPERATOR_VERSION/operator-apply.sh curl -s $OPERATOR_SCRIPT_URL | bash -s -- -u ``` diff --git a/docs/Main.md b/docs/Main.md index a3864a23..5b5d86d1 100644 --- a/docs/Main.md +++ b/docs/Main.md @@ -14,11 +14,12 @@ The Carbon Black Cloud Container Operator utilizes the operator-framework to cre ## Compatibility Matrix -| Operator version | Kubernetes Sensor Component Version | Minimum Kubernetes Version | -|------------------|-------------------------------------|----------------------------| -| v6.0.x | 2.10.0, 2.11.0, 2.12.0, 3.0.0 | 1.18 | -| v5.6.x | 2.10.0, 2.11.0, 2.12.0 | 1.16 | -| v5.5.x | 2.10.0, 2.11.0 | 1.16 | +| Operator version | Kubernetes Sensor Component Version | Minimum Kubernetes Version | +|------------------|--------------------------------------|----------------------------| +| v6.1.x | 2.10.0, 2.11.0, 2.12.0, 3.0.X, 3.1.X | 1.18 | +| v6.0.x | 2.10.0, 2.11.0, 2.12.0, 3.0.X, 3.1.X | 1.18 | +| v5.6.x | 2.10.0, 2.11.0, 2.12.0 | 1.16 | +| v5.5.x | 2.10.0, 2.11.0 | 1.16 | ## Install @@ -42,7 +43,7 @@ For OpenShift clusters, follow the OpenShift Deployment instructions: ### Uninstalling the Carbon Black Cloud Container Operator ```sh -export OPERATOR_VERSION=v6.0.2 +export OPERATOR_VERSION=v6.1.0 export OPERATOR_SCRIPT_URL=https://setup.containers.carbonblack.io/$OPERATOR_VERSION/operator-apply.sh curl -s $OPERATOR_SCRIPT_URL | bash -s -- -u ``` diff --git a/docs/OperatorDeployment.md b/docs/OperatorDeployment.md index a1941e7d..bb062e7d 100644 --- a/docs/OperatorDeployment.md +++ b/docs/OperatorDeployment.md @@ -5,7 +5,7 @@ Kubernetes 1.18+ is supported. ### From script: ``` -export OPERATOR_VERSION=v6.0.2 +export OPERATOR_VERSION=v6.1.0 export OPERATOR_SCRIPT_URL=https://setup.containers.carbonblack.io/$OPERATOR_VERSION/operator-apply.sh curl -s $OPERATOR_SCRIPT_URL | bash ```