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

CSI-Powerstore Add Operator support for 2.5 Driver and Update release notes #369

Merged
merged 3 commits into from
Oct 27, 2022
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion content/docs/csidriver/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The CSI Drivers by Dell implement an interface between [CSI](https://kubernetes-
| Ubuntu | 20.04 | 20.04 | 18.04, 20.04 | 18.04, 20.04 | 20.04 |
| CentOS | 7.8, 7.9 | 7.8, 7.9 | 7.8, 7.9 | 7.8, 7.9 | 7.8, 7.9 |
| SLES | 15SP3 | 15SP3 | 15SP3 | 15SP3 | 15SP3 |
| Red Hat OpenShift | 4.10, 4.10 EUS, 4.11 | 4.9, 4.10, 4.10 EUS | 4.10, 4.10 EUS, 4.11 | 4.9, 4.10, 4.10 EUS | 4.9, 4.10, 4.10 EUS |
| Red Hat OpenShift | 4.10, 4.10 EUS, 4.11 | 4.9, 4.10, 4.10 EUS | 4.10, 4.10 EUS, 4.11 | 4.9, 4.10, 4.10 EUS | 4.10, 4.10 EUS, 4.11 |
| Mirantis Kubernetes Engine | 3.5.x | 3.5.x | 3.5.x | 3.5.x | 3.5.x |
| Google Anthos | 1.12 | 1.12 | no | 1.12 | 1.12 |
| VMware Tanzu | no | no | NFS | NFS | NFS,iSCSI |
Expand Down
2 changes: 1 addition & 1 deletion content/docs/csidriver/installation/operator/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ If you have installed an old version of the `dell-csi-operator` which was availa
| CSI Unity XT | 2.3.0 | v2.3.0 | 1.22, 1.23, 1.24 | 4.9, 4.10, 4.10 EUS |
| CSI Unity XT | 2.4.0 | v2.4.0 | 1.22, 1.23, 1.24 | 4.9, 4.10, 4.10 EUS |
| CSI Unity XT | 2.5.0 | v2.5.0 | 1.23, 1.24, 1.25 | 4.10, 4.10 EUS, 4.11 |
| CSI PowerStore | 2.2.0 | v2.2.0 | 1.21, 1.22, 1.23 | 4.8, 4.8 EUS, 4.9 |
| CSI PowerStore | 2.3.0 | v2.3.0 | 1.22, 1.23, 1.24 | 4.9, 4.10, 4.10 EUS |
| CSI PowerStore | 2.4.0 | v2.4.0 | 1.22, 1.23, 1.24 | 4.9, 4.10, 4.10 EUS |
| CSI PowerStore | 2.5.0 | v2.5.0 | 1.23, 1.24. 1.25 | 4.10, 4.10 EUS, 4.11 |

</br>

Expand Down
9 changes: 5 additions & 4 deletions content/docs/csidriver/release/powerstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ title: PowerStore
description: Release notes for PowerStore CSI driver
---

## Release Notes - CSI PowerStore v2.4.0
## Release Notes - CSI PowerStore v2.5.0

### New Features/Changes

- [Updated deprecated StorageClass parameter fsType with csi.storage.k8s.io/fstype](https://github.com/dell/csm/issues/188)
- [Added support for iSCSI in TKG Qualification](https://github.com/dell/csm/issues/363)
- [Added support for Stand alone Helm Chart](https://github.com/dell/csm/issues/355)
- [Added support for Storage Capacity Tracking feature](https://github.com/dell/csm/issues/483)
- [Added support for Kubernetes 1.25](https://github.com/dell/csm/issues/478)
- [Added support for OpenShift 4.11](https://github.com/dell/csm/issues/480)
- [Added support for PowerStore 3.2 array](https://github.com/dell/csm/issues/482)

### Fixed Issues

Expand Down