From 8403666fcdf425c194c45869ff7af6b5ed054e00 Mon Sep 17 00:00:00 2001 From: Akshay Saini <109056238+AkshaySainiDell@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:10:11 -0500 Subject: [PATCH] Release v1.11.1 (#1483) * Add CHANGELOG for v1.11.1 (#1481) * Add CHANGELOG for v1.11.1 * Update CHANGELOG-1.11.0.md * update bugs * fixed review comments --------- Co-authored-by: Bowen Jiang * add note about sdc imagepullpolicy (#1496) --------- Co-authored-by: Bowen Jiang Co-authored-by: Jooseppi Luna --- CHANGELOG/CHANGELOG-1.11.0.md | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG/CHANGELOG-1.11.0.md b/CHANGELOG/CHANGELOG-1.11.0.md index fd63515..01ac9d6 100644 --- a/CHANGELOG/CHANGELOG-1.11.0.md +++ b/CHANGELOG/CHANGELOG-1.11.0.md @@ -1,13 +1,38 @@ -- [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 @@ -36,7 +61,7 @@ ### 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))