From 28e827e67c36c9523a67101797435b6d9871deb6 Mon Sep 17 00:00:00 2001 From: CSM Bot <105446864+csmbot@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:53:30 -0500 Subject: [PATCH] Update changelog for release-v1.9.0 (#1069) * Appending new change-log * Update CHANGELOG-1.9.0.md * Update CHANGELOG-1.9.0.md --------- Co-authored-by: shaynafinocchiaro Co-authored-by: gallacher <35462391+gallacher@users.noreply.github.com> --- CHANGELOG/CHANGELOG-1.9.0.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG/CHANGELOG-1.9.0.md b/CHANGELOG/CHANGELOG-1.9.0.md index ae97779..284dc85 100644 --- a/CHANGELOG/CHANGELOG-1.9.0.md +++ b/CHANGELOG/CHANGELOG-1.9.0.md @@ -14,6 +14,8 @@ ## Known Issues +- For CSM PowerMax, automatic SRDF group creation is failing with "Unable to get Remote Port on SAN for Auto SRDF" on PowerMax 10.1 arrays. As a workaround, create the SRDF Group and add it to the storage class. + ## Changes by Kind ### Deprecation @@ -24,8 +26,10 @@ ### Features +- Support for Openshift 4.14. ([#1066](https://github.com/dell/csm/issues/1066)) +- K8s 1.28 support. ([#947](https://github.com/dell/csm/issues/947)) +- CSM PowerMax: Support PowerMax v10.1. ([#1062](https://github.com/dell/csm/issues/1062)) - Update to the latest UBI Micro image for CSM. ([#1031](https://github.com/dell/csm/issues/1031)) -- CSM 1.9 release specific changes. ([#1012](https://github.com/dell/csm/issues/1012)) - Dell CSI to Dell CSM Operator Migration Process. ([#996](https://github.com/dell/csm/issues/996)) - Remove linked proxy mode for PowerMax. ([#991](https://github.com/dell/csm/issues/991)) - Add support for CSI Spec 1.6. ([#905](https://github.com/dell/csm/issues/905)) @@ -33,27 +37,32 @@ ### Bugs +- Github actions has to be updated for PowerMax. ([#1064](https://github.com/dell/csm/issues/1064)) +- CSM Doc page - Update link to PowerStore for Resiliency card. ([#1065](https://github.com/dell/csm/issues/1065)) +- Golint is not installing with go get command. ([#1061](https://github.com/dell/csm/issues/1061)) - cert-csi - cannot configure image locations. ([#1059](https://github.com/dell/csm/issues/1059)) - CSI Health monitor for Node missing for CSM PowerFlex in Operator samples. ([#1058](https://github.com/dell/csm/issues/1058)) -- CSM-Installation Wizard listing all the sections even if the installation type and array is not selected. ([#1055](https://github.com/dell/csm/issues/1055)) +- Missing runtime dependencies reference in PowerMax README file.. ([#1056](https://github.com/dell/csm/issues/1056)) +- The PowerFlex Dockerfile is incorrectly labeling the version as 2.7.0 for the 2.8.0 version.. ([#1054](https://github.com/dell/csm/issues/1054)) - make gosec is erroring out - Repos PowerMax,PowerStore,PowerScale (gosec is installed). ([#1053](https://github.com/dell/csm/issues/1053)) - make docker command is failing with error. ([#1051](https://github.com/dell/csm/issues/1051)) - NFS Export gets deleted when one pod is deleted from the multiple pods consuming the same PowerFlex RWX NFS volume. ([#1050](https://github.com/dell/csm/issues/1050)) -- PowerFlex RWX volume no option to configure the nfs export host access ip address.. ([#1011](https://github.com/dell/csm/issues/1011)) -- Too many login sessions in gopowerstore client causes unexpected session termination in UI. ([#1006](https://github.com/dell/csm/issues/1006)) -- Not able to take volumesnapshots. ([#975](https://github.com/dell/csm/issues/975)) -- Missing runtime dependencies reference in PowerMax README file.. ([#1056](https://github.com/dell/csm/issues/1056)) -- The PowerFlex Dockerfile is incorrectly labeling the version as 2.7.0 for the 2.8.0 version.. ([#1054](https://github.com/dell/csm/issues/1054)) +- Document instructions update: Either Multi-Path or the Power-Path software should be enabled for PowerMax. ([#1037](https://github.com/dell/csm/issues/1037)) - Comment out duplicate entries in the sample secret.yaml file. ([#1030](https://github.com/dell/csm/issues/1030)) - Provide more detail about what cert-csi is doing. ([#1027](https://github.com/dell/csm/issues/1027)) - CSM Installation wizard is issuing the warnings that are false positives. ([#1022](https://github.com/dell/csm/issues/1022)) - CSI-PowerFlex: SDC Rename fails when configuring multiple arrays in the secret. ([#1020](https://github.com/dell/csm/issues/1020)) +- karavi-metrics-powerscale pod gets an segmentation violation error during start. ([#1019](https://github.com/dell/csm/issues/1019)) - Missing error check for os.Stat call during volume publish. ([#1014](https://github.com/dell/csm/issues/1014)) +- PowerFlex RWX volume no option to configure the nfs export host access ip address.. ([#1011](https://github.com/dell/csm/issues/1011)) - cert-csi invalid path in go.mod prevents installation. ([#1010](https://github.com/dell/csm/issues/1010)) - Cert-CSI from release v1.2.0 downloads wrong version v0.8.1. ([#1009](https://github.com/dell/csm/issues/1009)) +- Too many login sessions in gopowerstore client causes unexpected session termination in UI. ([#1006](https://github.com/dell/csm/issues/1006)) - CSM Replication - secret file requirement for both sites not documented. ([#1002](https://github.com/dell/csm/issues/1002)) - Volume health fails because it looks to a wrong path. ([#999](https://github.com/dell/csm/issues/999)) - X_CSI_AUTH_TYPE cannot be set in CSM Operator. ([#990](https://github.com/dell/csm/issues/990)) - Allow volume prefix to be set via CSM operator. ([#989](https://github.com/dell/csm/issues/989)) - CSM Operator fails to install CSM Replication on the remote cluster. ([#988](https://github.com/dell/csm/issues/988)) - storageCapacity can be set in unsupported CSI Powermax with CSM Operator. ([#983](https://github.com/dell/csm/issues/983)) +- Not able to take volumesnapshots. ([#975](https://github.com/dell/csm/issues/975)) +- Gopowerscale unit test fails. ([#771](https://github.com/dell/csm/issues/771))