From fc19da2ebabed1a21fbfd6bf2ef31090df5d43b5 Mon Sep 17 00:00:00 2001 From: Samihan Deshmukh Date: Fri, 23 Jun 2023 19:08:48 +0530 Subject: [PATCH 1/4] docs: Updating release notes for dell-csi-operator --- content/docs/csidriver/release/operator.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/content/docs/csidriver/release/operator.md b/content/docs/csidriver/release/operator.md index 005c35bd6b..3d36a1954d 100644 --- a/content/docs/csidriver/release/operator.md +++ b/content/docs/csidriver/release/operator.md @@ -3,20 +3,24 @@ title: Operator description: Release notes for Dell CSI Operator --- -## Release Notes - Dell CSI Operator 1.11.0 +## Release Notes - Dell CSI Operator 1.12.0 ### New Features/Changes -- [Added support to Kubernetes 1.26](https://github.com/dell/csm/issues/597) -- [Added pre-approved GUIDs support for PowerFlex](https://github.com/dell/csm/issues/402) -- [Updated Go version from 1.19 to 1.20](https://github.com/dell/csm/issues/658) +- [Added support to Kubernetes 1.27](https://github.com/dell/csm/issues/761) +- [Added support to Openshift 4.12](https://github.com/dell/csm/issues/571) +- [Added Storage Capacity Tracking support for CSI-PowerScale](https://github.com/dell/csm/issues/824) +- [Migrate image registry from k8s.gcr.io to registry.k8s.io](https://github.com/dell/csm/issues/744) +- [Allow user to set Quota limit parameters from the PVC request in CSI PowerScale](https://github.com/dell/csm/issues/742) +- [Container Storage Module images are all updated to use the latest UBI/UBI Minimal images](https://github.com/dell/csm/issues/843) ->**Note:** There will be a delay in certification of Dell CSI Operator 1.11.0 and it will not be available for download from the Red Hat OpenShift certified catalog right away. The operator will still be available for download from the Red Hat OpenShift Community Catalog soon after the 1.11.0 release. + +>**Note:** There will be a delay in certification of Dell CSI Operator 1.12.0 and it will not be available for download from the Red Hat OpenShift certified catalog right away. The operator will still be available for download from the Red Hat OpenShift Community Catalog soon after the 1.12.0 release. ### Fixed Issues -- [Updated PowerMax environment variables name for consistency](https://github.com/dell/csm/issues/584) -- [Updated PowerMax vCenter to use secrets for its credentials](https://github.com/dell/csm/issues/686) +- [CHAP is set to true in the CSI-PowerStore sample file in CSI Operator](https://github.com/dell/csm/issues/812) +- [Vsphere credentials for vsphere secrets is expected when vsphere enable is set to false](https://github.com/dell/csm/issues/799) ### Known Issues There are no known issues in this release. From 38c40f3747af0804625176625f9420813535f242 Mon Sep 17 00:00:00 2001 From: Samihan Deshmukh Date: Fri, 23 Jun 2023 19:13:50 +0530 Subject: [PATCH 2/4] docs: Updating release notes for dell-csi-operator --- content/docs/csidriver/release/operator.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/docs/csidriver/release/operator.md b/content/docs/csidriver/release/operator.md index 3d36a1954d..792730362e 100644 --- a/content/docs/csidriver/release/operator.md +++ b/content/docs/csidriver/release/operator.md @@ -12,7 +12,6 @@ description: Release notes for Dell CSI Operator - [Added Storage Capacity Tracking support for CSI-PowerScale](https://github.com/dell/csm/issues/824) - [Migrate image registry from k8s.gcr.io to registry.k8s.io](https://github.com/dell/csm/issues/744) - [Allow user to set Quota limit parameters from the PVC request in CSI PowerScale](https://github.com/dell/csm/issues/742) -- [Container Storage Module images are all updated to use the latest UBI/UBI Minimal images](https://github.com/dell/csm/issues/843) >**Note:** There will be a delay in certification of Dell CSI Operator 1.12.0 and it will not be available for download from the Red Hat OpenShift certified catalog right away. The operator will still be available for download from the Red Hat OpenShift Community Catalog soon after the 1.12.0 release. @@ -20,7 +19,7 @@ description: Release notes for Dell CSI Operator ### Fixed Issues - [CHAP is set to true in the CSI-PowerStore sample file in CSI Operator](https://github.com/dell/csm/issues/812) -- [Vsphere credentials for vsphere secrets is expected when vsphere enable is set to false](https://github.com/dell/csm/issues/799) +- [Vsphere credentials for vsphere secrets is expected when vsphere enable is set to false in CSI PowerMax](https://github.com/dell/csm/issues/799) ### Known Issues There are no known issues in this release. From b689131d0b2311e80378bb74d4442e6f950a7592 Mon Sep 17 00:00:00 2001 From: Samihan Deshmukh Date: Fri, 23 Jun 2023 19:30:27 +0530 Subject: [PATCH 3/4] changed 1.11.0 to 1.12.0 --- content/docs/csidriver/installation/offline/_index.md | 8 ++++---- content/docs/csidriver/release/operator.md | 2 +- content/docs/csidriver/upgradation/drivers/operator.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/docs/csidriver/installation/offline/_index.md b/content/docs/csidriver/installation/offline/_index.md index be968112e9..52043d99f0 100644 --- a/content/docs/csidriver/installation/offline/_index.md +++ b/content/docs/csidriver/installation/offline/_index.md @@ -65,7 +65,7 @@ The resulting offline bundle file can be copied to another machine, if necessary For example, here is the output of a request to build an offline bundle for the Dell CSI Operator: ```bash -git clone -b v1.11.0 https://github.com/dell/dell-csi-operator.git +git clone -b v1.12.0 https://github.com/dell/dell-csi-operator.git ``` ```bash cd dell-csi-operator/scripts @@ -93,7 +93,7 @@ cd dell-csi-operator/scripts dellemc/csi-vxflexos:v2.5.0 dellemc/csi-vxflexos:v2.6.0 dellemc/csi-vxflexos:v2.7.0 - dellemc/dell-csi-operator:v1.11.0 + dellemc/dell-csi-operator:v1.12.0 dellemc/sdc:3.6 dellemc/sdc:3.6.0.6 docker.io/busybox:1.32.0 @@ -207,7 +207,7 @@ Preparing a offline bundle for installation * * Tagging and pushing images - dellemc/dell-csi-operator:v1.11.0 -> localregistry:5000/csi-operator/dell-csi-operator:v1.11.0 + dellemc/dell-csi-operator:v1.12.0 -> localregistry:5000/csi-operator/dell-csi-operator:v1.12.0 dellemc/csi-isilon:v2.3.0 -> localregistry:5000/csi-operator/csi-isilon:v2.3.0 dellemc/csi-isilon:v2.4.0 -> localregistry:5000/csi-operator/csi-isilon:v2.4.0 dellemc/csi-isilon:v2.5.0 -> localregistry:5000/csi-operator/csi-isilon:v2.5.0 @@ -233,7 +233,7 @@ Preparing a offline bundle for installation * * Preparing operator files within /root/dell-csi-operator-bundle - changing: dellemc/dell-csi-operator:v1.11.0 -> localregistry:5000/csi-operator/dell-csi-operator:v1.11.0 + changing: dellemc/dell-csi-operator:v1.12.0 -> localregistry:5000/csi-operator/dell-csi-operator:v1.12.0 changing: dellemc/csi-isilon:v2.3.0 -> localregistry:5000/csi-operator/csi-isilon:v2.3.0 changing: dellemc/csi-isilon:v2.4.0 -> localregistry:5000/csi-operator/csi-isilon:v2.4.0 changing: dellemc/csi-isilon:v2.5.0 -> localregistry:5000/csi-operator/csi-isilon:v2.5.0 diff --git a/content/docs/csidriver/release/operator.md b/content/docs/csidriver/release/operator.md index 792730362e..a8f3875cec 100644 --- a/content/docs/csidriver/release/operator.md +++ b/content/docs/csidriver/release/operator.md @@ -10,7 +10,7 @@ description: Release notes for Dell CSI Operator - [Added support to Kubernetes 1.27](https://github.com/dell/csm/issues/761) - [Added support to Openshift 4.12](https://github.com/dell/csm/issues/571) - [Added Storage Capacity Tracking support for CSI-PowerScale](https://github.com/dell/csm/issues/824) -- [Migrate image registry from k8s.gcr.io to registry.k8s.io](https://github.com/dell/csm/issues/744) +- [Migrated image registry from k8s.gcr.io to registry.k8s.io](https://github.com/dell/csm/issues/744) - [Allow user to set Quota limit parameters from the PVC request in CSI PowerScale](https://github.com/dell/csm/issues/742) diff --git a/content/docs/csidriver/upgradation/drivers/operator.md b/content/docs/csidriver/upgradation/drivers/operator.md index a2fe295dec..42d5690810 100644 --- a/content/docs/csidriver/upgradation/drivers/operator.md +++ b/content/docs/csidriver/upgradation/drivers/operator.md @@ -13,7 +13,7 @@ Dell CSI Operator can be upgraded based on the supported platforms in one of the ### Using Installation Script -1. Clone and checkout the required dell-csi-operator version using `git clone -b v1.11.0 https://github.com/dell/dell-csi-operator.git`. +1. Clone and checkout the required dell-csi-operator version using `git clone -b v1.12.0 https://github.com/dell/dell-csi-operator.git`. 2. cd dell-csi-operator 3. Execute `bash scripts/install.sh --upgrade`. This command will install the latest version of the operator. @@ -24,5 +24,5 @@ The `Update approval` (**`InstallPlan`** in OLM terms) strategy plays a role whi - If the **`Update approval`** is set to `Automatic`, OpenShift automatically detects whenever the latest version of dell-csi-operator is available in the **`Operator hub`**, and upgrades it to the latest available version. - If the upgrade policy is set to `Manual`, OpenShift notifies of an available upgrade. This notification can be viewed by the user in the **`Installed Operators`** section of the OpenShift console. Clicking on the hyperlink to `Approve` the installation would trigger the dell-csi-operator upgrade process. -**NOTE**: The recommended version of OLM for Upstream Kubernetes is **`v0.18.3`** when upgrading operator to `v1.11.0`. +**NOTE**: The recommended version of OLM for Upstream Kubernetes is **`v0.18.3`** when upgrading operator to `v1.12.0`. From 9e7e4521d483d740c0f289437f1dde4a8bf03ab8 Mon Sep 17 00:00:00 2001 From: Samihan Deshmukh Date: Fri, 23 Jun 2023 19:35:23 +0530 Subject: [PATCH 4/4] remove extra line --- content/docs/csidriver/release/operator.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/docs/csidriver/release/operator.md b/content/docs/csidriver/release/operator.md index a8f3875cec..936aaea164 100644 --- a/content/docs/csidriver/release/operator.md +++ b/content/docs/csidriver/release/operator.md @@ -13,7 +13,6 @@ description: Release notes for Dell CSI Operator - [Migrated image registry from k8s.gcr.io to registry.k8s.io](https://github.com/dell/csm/issues/744) - [Allow user to set Quota limit parameters from the PVC request in CSI PowerScale](https://github.com/dell/csm/issues/742) - >**Note:** There will be a delay in certification of Dell CSI Operator 1.12.0 and it will not be available for download from the Red Hat OpenShift certified catalog right away. The operator will still be available for download from the Red Hat OpenShift Community Catalog soon after the 1.12.0 release. ### Fixed Issues