From c615040ed5f3d76d83059cd28066c40c57e42ad5 Mon Sep 17 00:00:00 2001 From: Niranjan N <110103643+niranjan-n1@users.noreply.github.com> Date: Thu, 31 Aug 2023 18:50:40 +0530 Subject: [PATCH] CSM Installation Wizard: Updated release notes (#799) * updated release notes * updated release notes * updated release notes * updated release notes * updated release notes * addressed review comment * added CSM installation wizard release notes link in common release notes * updated release notes --- .../csminstallationwizard/_index.md | 4 +-- .../csminstallationwizard/release/_index.md | 27 +++++++++++++++++++ .../csminstallationwizard/release_notes.md | 18 ------------- content/docs/release/_index.md | 2 ++ 4 files changed, 31 insertions(+), 20 deletions(-) create mode 100644 content/docs/deployment/csminstallationwizard/release/_index.md delete mode 100644 content/docs/deployment/csminstallationwizard/release_notes.md diff --git a/content/docs/deployment/csminstallationwizard/_index.md b/content/docs/deployment/csminstallationwizard/_index.md index 15349818a3..668540292e 100644 --- a/content/docs/deployment/csminstallationwizard/_index.md +++ b/content/docs/deployment/csminstallationwizard/_index.md @@ -30,8 +30,8 @@ The [Dell Container Storage Modules Installation Wizard](./src/index.html) is a | CSM Modules | Version | | ---------------------| --------- | -| CSM Observability | 1.5.1 | -| CSM Replication | 1.5.0 | +| CSM Observability | 1.6.0 | +| CSM Replication | 1.6.0 | | CSM Resiliency | 1.6.0 | ## Installation diff --git a/content/docs/deployment/csminstallationwizard/release/_index.md b/content/docs/deployment/csminstallationwizard/release/_index.md new file mode 100644 index 0000000000..5d267c8379 --- /dev/null +++ b/content/docs/deployment/csminstallationwizard/release/_index.md @@ -0,0 +1,27 @@ +--- +title: Release Notes +linkTitle: "Release notes" +weight: 5 +description: Release notes for CSM Installation Wizard +--- + +## Release Notes - CSM Installation Wizard 1.1.0 + +### New Features/Changes + +- Added operator mode of installation for CSI-PowerStore, CSI-PowerMax, CSI-PowerScale and the supported modules + +- Helm and Operator based manifest file generation is supported for CSM-1.7 and CSM 1.8 releases + +- Volume Limit and Storage Capacity Tracking features have been added. + +### Fixed Issues + +- [#959 - [BUG]: Resiliency fields in the generated values.yaml should be uncommented when resiliency is enabled](https://github.com/dell/csm/issues/959) + +### Known Issues + +There are no known issues in this release + + + diff --git a/content/docs/deployment/csminstallationwizard/release_notes.md b/content/docs/deployment/csminstallationwizard/release_notes.md deleted file mode 100644 index d9a2b81ad1..0000000000 --- a/content/docs/deployment/csminstallationwizard/release_notes.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Release Notes -description: Release notes for CSM Installation Wizard ---- - -## Release Notes - CSM Installation Wizard 1.0.0 - -### New Features/Changes - -- [Added support for the CSI-PowerStore, CSI-PowerMax, CSI-PowerScale, CSI-PowerFlex, CSI-Unity and the supported modules for helm installation](https://github.com/dell/csm/issues/698) - -### Fixed Issues - -### Known Issues - -| Issue | Workaround | -|-------|------------| -| Tolerations required by the Resiliency module are commented out in the generated values.yaml file when Resiliency module is selected| If Resiliency is selected, the commented tolerations in the generated values.yaml file must be manually uncommented. The issue has been created at https://github.com/dell/csm/issues/866| diff --git a/content/docs/release/_index.md b/content/docs/release/_index.md index c4cb2d1e7a..248ba5ebae 100644 --- a/content/docs/release/_index.md +++ b/content/docs/release/_index.md @@ -23,3 +23,5 @@ Release notes for Container Storage Modules: [CSM for Application Mobility](../applicationmobility/release) [CSM Operator](../deployment/csmoperator/release) + +[CSM Installation Wizard](../deployment/csminstallationwizard/release)