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

Release v1.9.1 #1126

Merged
merged 2 commits into from
Feb 1, 2024
Merged
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
23 changes: 21 additions & 2 deletions CHANGELOG/CHANGELOG-1.9.0.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
<!--toc-->
- [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))
- 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

Expand All @@ -15,6 +32,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 <deployment_name> --replicas=1 -n <driver_namespace>```. ([#1110](https://github.com/dell/csm/issues/1110))

## Changes by Kind

Expand Down