Skip to content

Commit b8d6475

Browse files
authored
Updating Release notes (#1340)
1 parent fff9e65 commit b8d6475

File tree

10 files changed

+73
-88
lines changed

10 files changed

+73
-88
lines changed

content/docs/csidriver/release/powerflex.md

+7-15
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,18 @@ description: Release notes for PowerFlex CSI driver
1313

1414

1515

16+
1617
### New Features/Changes
1718

18-
- [#1359 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.16 ](https://github.com/dell/csm/issues/1359)
19-
- [#1400 - [FEATURE]: Support for Kubernetes 1.30](https://github.com/dell/csm/issues/1400)
20-
- [#1358 - [FEATURE]: Support for PowerFlex 4.6](https://github.com/dell/csm/issues/1358)
21-
- [#1397 - [FEATURE]: Observability upgrade is supported in CSM Operator](https://github.com/dell/csm/issues/1397)
19+
- [#1472 - [FEATURE]: Support for Kubernetes 1.31](https://github.com/dell/csm/issues/1472)
20+
- [#1508 - [FEATURE]: Add Support for KubeVirt](https://github.com/dell/csm/issues/1508)
21+
- [#663 - [FEATURE]: Enable/disable automatic SDC deployment along with driver installation.](https://github.com/dell/csm/issues/663)
2222

2323
### Fixed Issues
2424

25-
- [#1209 - [BUG]: Doc hyper links in driver Readme is broken](https://github.com/dell/csm/issues/1209)
26-
- [#1218 - [BUG]: Add the helm-charts-version parameter to the install command for all drivers in csm-docs](https://github.com/dell/csm/issues/1218)
27-
- [#1237 - [BUG]: Error handling not good in node.go:nodeProbe() and other similar functions](https://github.com/dell/csm/issues/1237)
28-
- [#1239 - [BUG]: Changes in new release of google.golang.org/protobuf is causing compilation issues](https://github.com/dell/csm/issues/1239)
29-
- [#1270 - [BUG]: Missing entries for Resiliency in installation wizard template](https://github.com/dell/csm/issues/1270)
30-
- [#1310 - [BUG]: CSI node pod crash after replacing OCP ingress certificate or restarting kubectl service](https://github.com/dell/csm/issues/1310)
31-
- [#1350 - [BUG]: Document update : PowerFlex expecting secret CR as <csm-cr-name>-config in operator ](https://github.com/dell/csm/issues/1350)
32-
- [#1355 - [BUG]: Indentation of secret.yaml mentioned on the csm-doc portal for powerflex driver is incorrect.](https://github.com/dell/csm/issues/1355)
33-
- [#1364 - [BUG]: mkfsFormatOption not working for powerflex](https://github.com/dell/csm/issues/1364)
34-
- [#1366 - [BUG]: Support Minimum 3GB Volume Size for NFS in CSI-PowerFlex](https://github.com/dell/csm/issues/1366)
35-
- [#1482 - [BUG]: SDC 4.5.2.1 fails to load when deployed on OCP 4.16.x using csm-operator](https://github.com/dell/csm/issues/1482)
25+
- [#1448 - [BUG]: CSM-operator build fails from disk space issue](https://github.com/dell/csm/issues/1448)
26+
- [#1521 - [BUG]: PowerFlex e2e-fsgroup tests are failing](https://github.com/dell/csm/issues/1521)
27+
- [#1546 - [BUG]: privTgt mount is lost after vxflexos-node pod restart](https://github.com/dell/csm/issues/1546)
3628

3729
### Known Issues
3830

content/docs/csidriver/release/powermax.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,25 @@ description: Release notes for PowerMax CSI driver
1616

1717

1818

19+
1920
### New Features/Changes
2021

21-
- [#1308 - [FEATURE]: NVMe TCP support for PowerMax ](https://github.com/dell/csm/issues/1308)
22-
- [#1359 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.16 ](https://github.com/dell/csm/issues/1359)
23-
- [#1400 - [FEATURE]: Support for Kubernetes 1.30](https://github.com/dell/csm/issues/1400)
24-
- [#1082 - [FEATURE]: CSM Resiliency support for PowerMax](https://github.com/dell/csm/issues/1082)
25-
- [#1397 - [FEATURE]: Observability upgrade is supported in CSM Operator](https://github.com/dell/csm/issues/1397)
22+
- [#1410 - [FEATURE]: Adding support for PowerMax Magnolia](https://github.com/dell/csm/issues/1410)
23+
- [#1472 - [FEATURE]: Support for Kubernetes 1.31](https://github.com/dell/csm/issues/1472)
24+
- [#1473 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.17](https://github.com/dell/csm/issues/1473)
25+
- [#1508 - [FEATURE]: Add Support for KubeVirt](https://github.com/dell/csm/issues/1508)
2626

2727
### Fixed Issues
2828

29-
- [#1209 - [BUG]: Doc hyper links in driver Readme is broken](https://github.com/dell/csm/issues/1209)
30-
- [#1218 - [BUG]: Add the helm-charts-version parameter to the install command for all drivers in csm-docs](https://github.com/dell/csm/issues/1218)
31-
- [#1238 - [BUG]: Missing mountPropagation param for Powermax node template in CSM-Operator](https://github.com/dell/csm/issues/1238)
32-
- [#1239 - [BUG]: Changes in new release of google.golang.org/protobuf is causing compilation issues](https://github.com/dell/csm/issues/1239)
33-
- [#1305 - [BUG]: Create volume even if the size is smaller than possible](https://github.com/dell/csm/issues/1305)
34-
- [#1346 - [BUG]: Parsing an NVME response fails for list-subsys](https://github.com/dell/csm/issues/1346)
35-
- [#1370 - [BUG]: API command to check filesystem is taking 20s + causing ControllerUnPublish to take 20+secs ](https://github.com/dell/csm/issues/1370)
36-
- [#1372 - [BUG]: Make files in repositories build invalid images](https://github.com/dell/csm/issues/1372)
29+
- [#1418 - [BUG]: csi-powermax crashed when attempting to unmount volume from node](https://github.com/dell/csm/issues/1418)
30+
- [#1425 - [BUG]: Incorrect Volume Creation Due to Idempotency in CreateVolume](https://github.com/dell/csm/issues/1425)
31+
- [#1447 - [BUG]: Gobrick does not clean wwids from /etc/multipath/wwids after removing multipath devices ](https://github.com/dell/csm/issues/1447)
32+
- [#1448 - [BUG]: CSM-operator build fails from disk space issue](https://github.com/dell/csm/issues/1448)
33+
- [#1453 - [BUG]: Improve Documentation - Multipath configuration for FC and FC-NVMe attached arrays ](https://github.com/dell/csm/issues/1453)
34+
- [#1499 - [BUG]: Fix Gosec error in service.go](https://github.com/dell/csm/issues/1499)
35+
- [#1534 - [BUG]: CSI PowerStore unable to resize NVMe block PVC, even though volume on the array get's resized](https://github.com/dell/csm/issues/1534)
36+
- [#1416 - [BUG]: Dell CSM Installation Issues](https://github.com/dell/csm/issues/1416)
37+
- [#1519 - [BUG]: Powermax Intergration test failing](https://github.com/dell/csm/issues/1519)
3738

3839
### Known Issues
3940

content/docs/csidriver/release/powerscale.md

+8-12
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,19 @@ description: Release notes for PowerScale CSI driver
1414

1515

1616

17+
1718
### New Features/Changes
1819

19-
- [#1359 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.16 ](https://github.com/dell/csm/issues/1359)
20-
- [#1400 - [FEATURE]: Support for Kubernetes 1.30](https://github.com/dell/csm/issues/1400)
21-
- [#1397 - [FEATURE]: Observability upgrade is supported in CSM Operator](https://github.com/dell/csm/issues/1397)
22-
- [#1398 - [FEATURE]: PowerScale OneFS 9.7 support ](https://github.com/dell/csm/issues/1398)
20+
- [#1472 - [FEATURE]: Support for Kubernetes 1.31](https://github.com/dell/csm/issues/1472)
21+
- [#1473 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.17](https://github.com/dell/csm/issues/1473)
22+
- [#1508 - [FEATURE]: Add Support for KubeVirt](https://github.com/dell/csm/issues/1508)
2323

2424
### Fixed Issues
2525

26-
- [#1203 - [BUG]: OCP min/max version support](https://github.com/dell/csm/issues/1203)
27-
- [#1209 - [BUG]: Doc hyper links in driver Readme is broken](https://github.com/dell/csm/issues/1209)
28-
- [#1215 - [BUG]: Discrepancy in their secret](https://github.com/dell/csm/issues/1215)
29-
- [#1218 - [BUG]: Add the helm-charts-version parameter to the install command for all drivers in csm-docs](https://github.com/dell/csm/issues/1218)
30-
- [#1239 - [BUG]: Changes in new release of google.golang.org/protobuf is causing compilation issues](https://github.com/dell/csm/issues/1239)
31-
- [#1270 - [BUG]: Missing entries for Resiliency in installation wizard template](https://github.com/dell/csm/issues/1270)
32-
- [#1316 - [BUG]: PowerScale CSI - Creating PVC from csi snapshot is failing](https://github.com/dell/csm/issues/1316)
33-
- [#1322 - [BUG]: PowerScale CSM: Updating the fsGroupPolicy in the csm is not updating the csidriver](https://github.com/dell/csm/issues/1322)
26+
- [#1438 - [BUG]: Remove mutex locks from interceptors on method calls](https://github.com/dell/csm/issues/1438)
27+
- [#1448 - [BUG]: CSM-operator build fails from disk space issue](https://github.com/dell/csm/issues/1448)
28+
- [#1475 - [BUG]: CSM Operator - Changes to csiDriverSpec does not reflect in CSM state or csidrivers.storage.k8s.io object](https://github.com/dell/csm/issues/1475)
29+
- [#1531 - [BUG]: CSM-Operator resets dell-replication-controller-config configmap](https://github.com/dell/csm/issues/1531)
3430

3531
### Known Issues
3632

content/docs/csidriver/release/powerstore.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,22 @@ description: Release notes for PowerStore CSI driver
1313

1414

1515

16+
1617
### New Features/Changes
1718

18-
- [#1359 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.16 ](https://github.com/dell/csm/issues/1359)
19-
- [#1400 - [FEATURE]: Support for Kubernetes 1.30](https://github.com/dell/csm/issues/1400)
19+
- [#1472 - [FEATURE]: Support for Kubernetes 1.31](https://github.com/dell/csm/issues/1472)
20+
- [#1473 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.17](https://github.com/dell/csm/issues/1473)
21+
- [#1508 - [FEATURE]: Add Support for KubeVirt](https://github.com/dell/csm/issues/1508)
22+
- [#1443 - [FEATURE]: PowerStore Sync / Metro for Block - CSM Replication](https://github.com/dell/csm/issues/1443)
2023

2124
### Fixed Issues
2225

23-
- [#1469 - [BUG]: Mounts using NVMe on PowerStore fails in v2.11 of the driver](https://github.com/dell/csm/issues/1469)
24-
- [#1188 - [BUG]: Controller Pod keeps restarting due to "Lost connection to CSI driver" error](https://github.com/dell/csm/issues/1188)
25-
- [#1209 - [BUG]: Doc hyper links in driver Readme is broken](https://github.com/dell/csm/issues/1209)
26-
- [#1216 - [BUG]: Incorrect Error message in Resiliency Podmon in controllerCleanupPod() func](https://github.com/dell/csm/issues/1216)
27-
- [#1218 - [BUG]: Add the helm-charts-version parameter to the install command for all drivers in csm-docs](https://github.com/dell/csm/issues/1218)
28-
- [#1239 - [BUG]: Changes in new release of google.golang.org/protobuf is causing compilation issues](https://github.com/dell/csm/issues/1239)
29-
- [#1270 - [BUG]: Missing entries for Resiliency in installation wizard template](https://github.com/dell/csm/issues/1270)
30-
- [#1317 - [BUG]: CSM PowerStore - Remove the RESTAPI code that is not needed](https://github.com/dell/csm/issues/1317)
31-
- [#1338 - [BUG]: Data loss (DL) when deleting PVC but leaves unusable volumesnapshot and volumesnapshotcontent](https://github.com/dell/csm/issues/1338)
32-
- [#1346 - [BUG]: Parsing an NVME response fails for list-subsys](https://github.com/dell/csm/issues/1346)
26+
- [#1447 - [BUG]: Gobrick does not clean wwids from /etc/multipath/wwids after removing multipath devices ](https://github.com/dell/csm/issues/1447)
27+
- [#1458 - [BUG]: CSI-PowerStore Node Prefix is ignored](https://github.com/dell/csm/issues/1458)
28+
- [#1530 - [BUG]: Duplicate host NQNs on nodes with no logs](https://github.com/dell/csm/issues/1530)
29+
- [#1534 - [BUG]: CSI PowerStore unable to resize NVMe block PVC, even though volume on the array get's resized](https://github.com/dell/csm/issues/1534)
30+
- [#1538 - [BUG]: Host definitions not being created after adding new appliance to secret](https://github.com/dell/csm/issues/1538)
31+
- [#1539 - [BUG]: Wrong storage protocol used when multiple PowerStore arrays are defined in secret](https://github.com/dell/csm/issues/1539)
3332

3433
### Known Issues
3534

content/docs/csidriver/release/unity.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,16 @@ description: Release notes for Unity XT CSI driver
1313

1414

1515

16+
1617
### New Features/Changes
1718

18-
- [#1359 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.16 ](https://github.com/dell/csm/issues/1359)
19-
- [#1400 - [FEATURE]: Support for Kubernetes 1.30](https://github.com/dell/csm/issues/1400)
20-
- [#1399 - [FEATURE]: Unity 5.4 Support](https://github.com/dell/csm/issues/1399)
21-
- [#1415 - [FEATURE]: Unity consistency update to reduce the number of authentication API calls](https://github.com/dell/csm/issues/1415)
19+
- [#1472 - [FEATURE]: Support for Kubernetes 1.31](https://github.com/dell/csm/issues/1472)
20+
- [#1473 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.17](https://github.com/dell/csm/issues/1473)
2221

2322
### Fixed Issues
2423

25-
- [#1198 - [BUG]: Topology-related node labels are not added automatically](https://github.com/dell/csm/issues/1198)
26-
- [#1206 - [BUG]: Snapshot ingestion procedure for CSI Unity Driver misising ](https://github.com/dell/csm/issues/1206)
27-
- [#1209 - [BUG]: Doc hyper links in driver Readme is broken](https://github.com/dell/csm/issues/1209)
28-
- [#1218 - [BUG]: Add the helm-charts-version parameter to the install command for all drivers in csm-docs](https://github.com/dell/csm/issues/1218)
29-
- [#1222 - [BUG]: Cannot configure export IP for CSI-Unity ](https://github.com/dell/csm/issues/1222)
30-
- [#1239 - [BUG]: Changes in new release of google.golang.org/protobuf is causing compilation issues](https://github.com/dell/csm/issues/1239)
31-
- [#1270 - [BUG]: Missing entries for Resiliency in installation wizard template](https://github.com/dell/csm/issues/1270)
32-
- [#1279 - [BUG]: unable to install the UNITY driver in NAT Env](https://github.com/dell/csm/issues/1279)
24+
- [#1447 - [BUG]: Gobrick does not clean wwids from /etc/multipath/wwids after removing multipath devices ](https://github.com/dell/csm/issues/1447)
25+
- [#1448 - [BUG]: CSM-operator build fails from disk space issue](https://github.com/dell/csm/issues/1448)
3326

3427
### Known Issues
3528

content/docs/deployment/csminstallationwizard/release/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ description: Release notes for CSM Installation Wizard
1313

1414

1515

16+
1617
### New Features/Changes
1718

1819
There are no new features in this release.
1920

2021
### Fixed Issues
2122

22-
- [#1270 - [BUG]: Missing entries for Resiliency in installation wizard template](https://github.com/dell/csm/issues/1270)
23-
- [#1275 - [BUG]: Installation Wizard creates a 0Byte file when selecting Operator for the installation type](https://github.com/dell/csm/issues/1275)
23+
- [#1540 - [BUG]: CSM Installation Wizard ](https://github.com/dell/csm/issues/1540)
2424

2525
### Known Issues
2626

content/docs/deployment/csmoperator/release/_index.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,23 @@ Description: >
2121

2222

2323

24+
2425
### New Features/Changes
2526

26-
- [#1359 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.16 ](https://github.com/dell/csm/issues/1359)
27-
- [#1277 - [FEATURE]: Add Authorization upgrade is supported in CSM Operator](https://github.com/dell/csm/issues/1277)
28-
- [#1396 - [FEATURE]: DCM and DN client upgrade is supported in CSM operator ](https://github.com/dell/csm/issues/1396)
29-
- [#1397 - [FEATURE]: Observability upgrade is supported in CSM Operator](https://github.com/dell/csm/issues/1397)
27+
- [#1449 - [FEATURE]: Simplify the CSM Operator deployment](https://github.com/dell/csm/issues/1449)
28+
- [#1473 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.17](https://github.com/dell/csm/issues/1473)
29+
- [#1508 - [FEATURE]: Add Support for KubeVirt](https://github.com/dell/csm/issues/1508)
30+
- [#1484 - [FEATURE]: Remove ACC Support](https://github.com/dell/csm/issues/1484)
3031

3132
### Fixed Issues
3233

33-
- [#1482 - [BUG]: SDC 4.5.2.1 fails to load when deployed on OCP 4.16.x using csm-operator](https://github.com/dell/csm/issues/1482)
34-
- [#1200 - [BUG]: CrashLoopBackOff and OOMKilled issue in pod : Dell CSM Operator Manager POD](https://github.com/dell/csm/issues/1200)
35-
- [#1205 - [BUG]: Operator doesn't support non-authorization namespace](https://github.com/dell/csm/issues/1205)
36-
- [#1220 - [BUG]: Issue while Configuring Authorization module with Powermax CSI Driver using Operator](https://github.com/dell/csm/issues/1220)
37-
- [#1238 - [BUG]: Missing mountPropagation param for Powermax node template in CSM-Operator](https://github.com/dell/csm/issues/1238)
38-
- [#1291 - [BUG]: Fix linter errors in csm-operator](https://github.com/dell/csm/issues/1291)
34+
- [#1427 - [BUG]: CSM Operator e2e tests: Error in test 3](https://github.com/dell/csm/issues/1427)
35+
- [#1448 - [BUG]: CSM-operator build fails from disk space issue](https://github.com/dell/csm/issues/1448)
36+
- [#1475 - [BUG]: CSM Operator - Changes to csiDriverSpec does not reflect in CSM state or csidrivers.storage.k8s.io object](https://github.com/dell/csm/issues/1475)
37+
- [#1507 - [BUG]: CSM Operator E2E tests are not passing](https://github.com/dell/csm/issues/1507)
38+
- [#1510 - [BUG]: Missing Node tolerations for resiliency module](https://github.com/dell/csm/issues/1510)
39+
- [#1531 - [BUG]: CSM-Operator resets dell-replication-controller-config configmap](https://github.com/dell/csm/issues/1531)
40+
- [#1533 - [BUG]: CSM Operator Will Continually Add Components to Observability](https://github.com/dell/csm/issues/1533)
3941

4042
### Known Issues
4143
| Issue | Workaround |

content/docs/observability/release/_index.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,15 @@ Description: >
1919

2020

2121

22+
2223
### New Features/Changes
2324

24-
- [#1359 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.16 ](https://github.com/dell/csm/issues/1359)
25-
- [#1400 - [FEATURE]: Support for Kubernetes 1.30](https://github.com/dell/csm/issues/1400)
25+
- [#1472 - [FEATURE]: Support for Kubernetes 1.31](https://github.com/dell/csm/issues/1472)
26+
- [#1473 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.17](https://github.com/dell/csm/issues/1473)
27+
- [#1443 - [FEATURE]: PowerStore Sync / Metro for Block - CSM Replication](https://github.com/dell/csm/issues/1443)
2628

2729
### Fixed Issues
2830

29-
There are no issues fixed in this release.
31+
- [#1431 - [BUG]: Upgrade k8s.io modules in csm-observability module](https://github.com/dell/csm/issues/1431)
32+
3033
### Known Issues

content/docs/replication/release/_index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Description: >
99

1010
### New Features/Changes
1111

12-
- [#1359 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.16 ](https://github.com/dell/csm/issues/1359)
13-
- [#1400 - [FEATURE]: Support for Kubernetes 1.30](https://github.com/dell/csm/issues/1400)
12+
- [#1472 - [FEATURE]: Support for Kubernetes 1.31](https://github.com/dell/csm/issues/1472)
13+
- [#1473 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.17](https://github.com/dell/csm/issues/1473)
14+
- [#1443 - [FEATURE]: PowerStore Sync / Metro for Block - CSM Replication](https://github.com/dell/csm/issues/1443)
1415

1516
### Fixed Issues
1617

17-
- [#1330 - [BUG]: CSM Replication repctl not supporting static build on OpenSUSE](https://github.com/dell/csm/issues/1330)
18-
- [#1385 - [BUG]: Enable static build of repctl](https://github.com/dell/csm/issues/1385)
18+
- [#1531 - [BUG]: CSM-Operator resets dell-replication-controller-config configmap](https://github.com/dell/csm/issues/1531)
1919

2020
### Known Issues
2121
| Symptoms | Prevention, Resolution or Workaround |

content/docs/resiliency/release/_index.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,15 @@ Description: >
1919

2020

2121

22+
2223
### New Features/Changes
2324

24-
- [#1359 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.16 ](https://github.com/dell/csm/issues/1359)
25-
- [#1400 - [FEATURE]: Support for Kubernetes 1.30](https://github.com/dell/csm/issues/1400)
26-
- [#1082 - [FEATURE]: CSM Resiliency support for PowerMax](https://github.com/dell/csm/issues/1082)
25+
- [#1472 - [FEATURE]: Support for Kubernetes 1.31](https://github.com/dell/csm/issues/1472)
26+
- [#1473 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.17](https://github.com/dell/csm/issues/1473)
2727

2828
### Fixed Issues
2929

30-
- [#1216 - [BUG]: Incorrect Error message in Resiliency Podmon in controllerCleanupPod() func](https://github.com/dell/csm/issues/1216)
31-
30+
There are no issues fixed in this release.
3231
### Known Issues
3332

3433
There are no known issues in this release.

0 commit comments

Comments
 (0)