From dfa412095c7679848416985ea364bc72854e185a Mon Sep 17 00:00:00 2001 From: gallacher <35462391+gallacher@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:59:02 -0300 Subject: [PATCH] Update CHANGELOG-1.11.0.md (#1555) --- CHANGELOG/CHANGELOG-1.11.0.md | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/CHANGELOG/CHANGELOG-1.11.0.md b/CHANGELOG/CHANGELOG-1.11.0.md index 610e474..01ac9d6 100644 --- a/CHANGELOG/CHANGELOG-1.11.0.md +++ b/CHANGELOG/CHANGELOG-1.11.0.md @@ -1,20 +1,46 @@ -- [v1.11.0](#v1110) - - [Changelog since v1.10.2](#changelog-since-v1102) +- [v1.11.1](#1111) + - [Changelog since v1.11.0](#changelog-since-v1110) - [Known Issues](#known-issues) - [Changes by Kind](#changes-by-kind) - [Deprecation](#deprecation) - [Features](#features) - [Bugs](#bugs) +- [v1.11.0](#v1110) + - [Changelog since v1.10.2](#changelog-since-v1102) + - [Known Issues](#known-issues-1) + - [Changes by Kind](#changes-by-kind-1) + - [Deprecation](#deprecation-1) + - [Features](#features-1) + - [Bugs](#bugs-1) +# v1.11.1 + +## Changelog since v1.11.0 + +## Known Issues + +## Changes by Kind + +### Deprecation + +### Features +- Unity consistency update to reduce the number of authentication API calls. ([#1415](https://github.com/dell/csm/issues/1415)) + +### Bugs +- Mounts using NVMe on PowerStore fails in v2.11 of the driver ([#1469](https://github.com/dell/csm/issues/1469)) +- SDC 4.5.2.1 fails to load when deployed on OCP 4.16.x using csm-operator ([#1482](https://github.com/dell/csm/issues/1482)) +
**Note**: To get the latest 4.5.2.1 SDC image, `ImagePullPolicy` for the `dellemc/sdc:4.5.2.1` image will have to be set to `Always`. + # v1.11.0 ## Changelog since v1.10.2 ## Known Issues -Controller publish is taking too long to complete. Health monitoring is causing the Unity array to panic by opening multiple sessions. There are error messages in the log `context deadline exceeded`, when health monitoring is enabled. As a workaround, disable volume health monitoring on the node and keep it only at the controller level. Refer [here](https://dell.github.io/csm-docs/docs/csidriver/features/unity/#volume-health-monitoring) for more information about enabling/disabling volume health monitoring. +- Controller publish is taking too long to complete. Health monitoring is causing the Unity array to panic by opening multiple sessions. There are error messages in the log `context deadline exceeded`, when health monitoring is enabled. As a workaround, disable volume health monitoring on the node and keep it only at the controller level. Refer [here](https://dell.github.io/csm-docs/docs/csidriver/features/unity/#volume-health-monitoring) for more information about enabling/disabling volume health monitoring. +- Mount of block devices using the NVMe protocols fail. ([#1469](https://github.com/dell/csm/issues/1469)). Use an alternate block protocol (iSCSI, FC) or delay upgrading to the v2.11.0 version of the PowerStore driver and wait for an update of the driver to be published. ## Changes by Kind @@ -35,7 +61,7 @@ Controller publish is taking too long to complete. Health monitoring is causing ### Bugs -- Documentation has broken links to sample files that are no longer available.. ([#1392](https://github.com/dell/csm/issues/1392)) +- Documentation has broken links to sample files that are no longer available. ([#1392](https://github.com/dell/csm/issues/1392)) - CSI Powermax chooses ISCSI protocol over NVMeTCP. ([#1388](https://github.com/dell/csm/issues/1388)) - Enable static build of repctl. ([#1385](https://github.com/dell/csm/issues/1385)) - Documentation and Release Issues with Cert-CSI Tool. ([#1383](https://github.com/dell/csm/issues/1383))