From a6dc0ca1a09599a54dce97d6632babe663532c20 Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro Date: Tue, 30 Jan 2024 10:31:19 -0500 Subject: [PATCH 1/2] Add v1.9.1 changelog (#1107) * add patch release * add patch details * update known issues * Update CHANGELOG-1.9.0.md * Update CHANGELOG-1.9.0.md * Update CHANGELOG-1.9.0.md * Update CHANGELOG-1.9.0.md --- CHANGELOG/CHANGELOG-1.9.0.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG/CHANGELOG-1.9.0.md b/CHANGELOG/CHANGELOG-1.9.0.md index f3b66fa..a1b30d6 100644 --- a/CHANGELOG/CHANGELOG-1.9.0.md +++ b/CHANGELOG/CHANGELOG-1.9.0.md @@ -1,12 +1,30 @@ +- [v1.9.1](#v191) + - [Changelog since v1.9.0](#changelog-since-v190) + - [Changes by Kind](#changes-by-kind) + - [Bugs](#bugs) - [v1.9.0](#v190) - [Changelog since v1.8.0](#changelog-since-v180) - [Known Issues](#known-issues) - - [Changes by Kind](#changes-by-kind) + - [Changes by Kind](#changes-by-kind-1) - [Deprecation](#deprecation) - [Features](#features) - - [Bugs](#bugs) + - [Bugs](#bugs-1) +# v1.9.1 + +## Changelog since v1.9.0 + +## Changes by Kind + +### Bugs + +- Multi Controller defect - sidecars timeout. ([#1110](https://github.com/dell/csm/issues/1110)) +- Volumes failing to mount when customer using NVMeTCP on Powerstore. ([#1108](https://github.com/dell/csm/issues/1108)) +- Version in Label section of PowerScale v2.9.0 driver is incorrect. ([#1114](https://github.com/dell/csm/issues/1114)) +- Operator crashes when deployed from OpenShift with OLM. ([#1117](https://github.com/dell/csm/issues/1117)) +- Skip Certificate Validation is not propagated to Authorization module in CSM Operator. ([#1120](https://github.com/dell/csm/issues/1120)) +- CSM Operator does not calculate status correctly when module is deployed with driver. ([#1122](https://github.com/dell/csm/issues/1122)) # v1.9.0 @@ -15,6 +33,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. +- If two separate networks are configured for ISCSI and NVMeTCP, the driver may encounter difficulty identifying the second network (e.g., NVMeTCP). The workaround involves creating a single network on the array to serve both ISCSI and NVMeTCP purposes. ([#1108](https://github.com/dell/csm/issues/1108)) +- Standby controller pod is in crashloopbackoff state. Scale down the replica count of the controller pod’s deployment to 1 using ```kubectl scale deployment --replicas=1 -n ```. ([#1110](https://github.com/dell/csm/issues/1110)) ## Changes by Kind From b13a18b5bc6e496c814428f8ca4385a0c40029a6 Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro Date: Tue, 30 Jan 2024 11:49:01 -0500 Subject: [PATCH 2/2] Update CHANGELOG-1.9.0.md (#1123) --- CHANGELOG/CHANGELOG-1.9.0.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-1.9.0.md b/CHANGELOG/CHANGELOG-1.9.0.md index a1b30d6..4c7ed37 100644 --- a/CHANGELOG/CHANGELOG-1.9.0.md +++ b/CHANGELOG/CHANGELOG-1.9.0.md @@ -21,7 +21,6 @@ - Multi Controller defect - sidecars timeout. ([#1110](https://github.com/dell/csm/issues/1110)) - Volumes failing to mount when customer using NVMeTCP on Powerstore. ([#1108](https://github.com/dell/csm/issues/1108)) -- Version in Label section of PowerScale v2.9.0 driver is incorrect. ([#1114](https://github.com/dell/csm/issues/1114)) - Operator crashes when deployed from OpenShift with OLM. ([#1117](https://github.com/dell/csm/issues/1117)) - Skip Certificate Validation is not propagated to Authorization module in CSM Operator. ([#1120](https://github.com/dell/csm/issues/1120)) - CSM Operator does not calculate status correctly when module is deployed with driver. ([#1122](https://github.com/dell/csm/issues/1122))