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

Update csi operator 1.12.0 release notes #695

Merged
merged 4 commits into from
Jun 23, 2023
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions content/docs/csidriver/installation/offline/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
16 changes: 9 additions & 7 deletions content/docs/csidriver/release/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,22 @@ 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)
- [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.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 in CSI PowerMax](https://github.com/dell/csm/issues/799)

### Known Issues
There are no known issues in this release.
Expand Down
4 changes: 2 additions & 2 deletions content/docs/csidriver/upgradation/drivers/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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`.