From 225c3456458e581f6bfabc0fc5b72d9da9f718db Mon Sep 17 00:00:00 2001 From: Kshitija Kakde Date: Fri, 3 May 2024 15:35:42 +0530 Subject: [PATCH 1/4] installation wizard changes --- config.toml | 2 +- .../src/csm-versions/default-values.properties | 2 +- .../docs/deployment/csminstallationwizard/src/index.html | 2 +- .../csminstallationwizard/src/static/js/constants.js | 2 +- .../csminstallationwizard/src/static/js/ui-functions.js | 6 +++--- ...sm-1.10.0-values.template => csm-1.10.1-values.template} | 0 content/docs/prerequisites/_index.md | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) rename content/docs/deployment/csminstallationwizard/src/templates/helm/{csm-1.10.0-values.template => csm-1.10.1-values.template} (100%) diff --git a/config.toml b/config.toml index fc318baf81..b1526a96ee 100644 --- a/config.toml +++ b/config.toml @@ -172,7 +172,7 @@ enable = false # icon = "fa fa-envelope" # desc = "Discuss development issues around the project" [[params.versions]] - version = "Current(v1.10.0)" + version = "Current(v1.10.1)" url = "https://dell.github.io/csm-docs/docs/" [[params.versions]] diff --git a/content/docs/deployment/csminstallationwizard/src/csm-versions/default-values.properties b/content/docs/deployment/csminstallationwizard/src/csm-versions/default-values.properties index a93be80a5f..61fd4afa52 100644 --- a/content/docs/deployment/csminstallationwizard/src/csm-versions/default-values.properties +++ b/content/docs/deployment/csminstallationwizard/src/csm-versions/default-values.properties @@ -1,4 +1,4 @@ -csmVersion=1.10.0 +csmVersion=1.10.1 imageRepository=dellemc controllerCount=1 nodeSelectorLabel=node-role.kubernetes.io/control-plane: diff --git a/content/docs/deployment/csminstallationwizard/src/index.html b/content/docs/deployment/csminstallationwizard/src/index.html index bbe5c6753e..12d17c4d43 100644 --- a/content/docs/deployment/csminstallationwizard/src/index.html +++ b/content/docs/deployment/csminstallationwizard/src/index.html @@ -93,7 +93,7 @@ - + diff --git a/content/docs/deployment/csminstallationwizard/src/static/js/constants.js b/content/docs/deployment/csminstallationwizard/src/static/js/constants.js index 18fa240c1b..ad795ebe45 100644 --- a/content/docs/deployment/csminstallationwizard/src/static/js/constants.js +++ b/content/docs/deployment/csminstallationwizard/src/static/js/constants.js @@ -43,7 +43,7 @@ const CONSTANTS = { CSM_HELM_V170: "1.0.0", CSM_HELM_V180: "1.1.0", CSM_HELM_V190: "1.2.1", - CSM_HELM_V1100: "1.3.0", + CSM_HELM_V1100: "1.3.1", HELM_TAINTS: ` - key: "$KEY" operator: "Exists" diff --git a/content/docs/deployment/csminstallationwizard/src/static/js/ui-functions.js b/content/docs/deployment/csminstallationwizard/src/static/js/ui-functions.js index 84511f55c2..e6cc6af39b 100644 --- a/content/docs/deployment/csminstallationwizard/src/static/js/ui-functions.js +++ b/content/docs/deployment/csminstallationwizard/src/static/js/ui-functions.js @@ -479,11 +479,11 @@ function displayCommands(releaseNameValue, commandTitleValue, commandNoteValue, case "1.9.3": helmChartVersion = CONSTANTS.CSM_HELM_V193; break; - case "1.10.0": - helmChartVersion = CONSTANTS.CSM_HELM_V1100; + case "1.10.1": + helmChartVersion = CONSTANTS.CSM_HELM_V1101; break; default: - helmChartVersion = CONSTANTS.CSM_HELM_V1100; + helmChartVersion = CONSTANTS.CSM_HELM_V1101; break; } $("#command-text-area").show(); diff --git a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.10.0-values.template b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.10.1-values.template similarity index 100% rename from content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.10.0-values.template rename to content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.10.1-values.template diff --git a/content/docs/prerequisites/_index.md b/content/docs/prerequisites/_index.md index 45f270a75b..a82f4c3dac 100644 --- a/content/docs/prerequisites/_index.md +++ b/content/docs/prerequisites/_index.md @@ -10,7 +10,7 @@ weight: 1 {{}} | Platform | Version | OS Dependencies | |---------------|:----------------:|:------------------------:| -| PowerMax | PowerMax 2500/8500 PowerMaxOS 10 (6079)
PowerMaxOS 10.0.1 (6079)
PowerMaxOS 10.1 (6079)
PowerMax 2000/8000 - 5978.711.xxx
5978.479.xxx
Unisphere 10.0,10.0.1,10.1 | iscsi-initiator-utils
multipathd or powerpath
nvme-cli
nfs-utils | +| PowerMax | PowerMax 2500/8500 PowerMaxOS 10 (6079)
PowerMaxOS 10.0.1 (6079)
PowerMaxOS 10.1 (6079)
PowerMax 2000/8000 - 5978.711.711, 5978.714.714
5978.479.479
Unisphere 10.0,10.0.1,10.1 | iscsi-initiator-utils
multipathd or powerpath
nvme-cli
nfs-utils | | PowerFlex | 3.6.x, 4.0.x, 4.5.x | [SDC](https://www.dell.com/support/home/en-us/product-support/product/scaleio/drivers)| | Unity XT | 5.1.x, 5.2.x, 5.3.0 | iscsi-initiator-utils
multipathd
nfs-utils | | PowerScale | OneFS 9.3, 9.4, 9.5.0.x (x >= 5) | nfs-utils | From 728a1d0b3f4782c2fd1d1eff375d9e46f84491a5 Mon Sep 17 00:00:00 2001 From: Kshitija Kakde Date: Fri, 3 May 2024 15:47:50 +0530 Subject: [PATCH 2/4] version updated --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index b1526a96ee..1488aec78a 100644 --- a/config.toml +++ b/config.toml @@ -172,7 +172,7 @@ enable = false # icon = "fa fa-envelope" # desc = "Discuss development issues around the project" [[params.versions]] - version = "Current(v1.10.1)" + version = "Current(v1.11.0)" url = "https://dell.github.io/csm-docs/docs/" [[params.versions]] From 293ac0834b1f816ebe4031a5450cfaf92c4fb19f Mon Sep 17 00:00:00 2001 From: Kshitija Kakde Date: Fri, 3 May 2024 16:05:01 +0530 Subject: [PATCH 3/4] version updated --- .../deployment/csminstallationwizard/src/static/js/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/deployment/csminstallationwizard/src/static/js/constants.js b/content/docs/deployment/csminstallationwizard/src/static/js/constants.js index ad795ebe45..b4975024fd 100644 --- a/content/docs/deployment/csminstallationwizard/src/static/js/constants.js +++ b/content/docs/deployment/csminstallationwizard/src/static/js/constants.js @@ -43,7 +43,7 @@ const CONSTANTS = { CSM_HELM_V170: "1.0.0", CSM_HELM_V180: "1.1.0", CSM_HELM_V190: "1.2.1", - CSM_HELM_V1100: "1.3.1", + CSM_HELM_V1101: "1.3.1", HELM_TAINTS: ` - key: "$KEY" operator: "Exists" From b5e657bffa9804bd0a457c57cb7ea8325ef5c2ef Mon Sep 17 00:00:00 2001 From: Kshitija Kakde Date: Fri, 3 May 2024 16:34:26 +0530 Subject: [PATCH 4/4] version updated --- content/docs/deployment/csminstallationwizard/src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/deployment/csminstallationwizard/src/index.html b/content/docs/deployment/csminstallationwizard/src/index.html index 12d17c4d43..6cebdb07d0 100644 --- a/content/docs/deployment/csminstallationwizard/src/index.html +++ b/content/docs/deployment/csminstallationwizard/src/index.html @@ -93,7 +93,7 @@ - +