Skip to content

Commit 1fd52ed

Browse files
committed
Patch 1.15.2 changes
1 parent 97b9463 commit 1fd52ed

10 files changed

Lines changed: 24 additions & 16 deletions

File tree

content/docs/getting-started/installation/installationwizard/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<div class="col-sm-3">
8484
<select id="csm-version" class="form-select" onchange="onCSMVersionChange(); validateInput(validateForm, CONSTANTS)" required>
8585
<option value="1.14.0">CSM 1.14</option>
86-
<option value="1.15.1" >CSM 1.15</option>
86+
<option value="1.15.2" >CSM 1.15</option>
8787
<option value="1.16.3" selected>CSM 1.16</option>
8888
</select>
8989
</div>

content/docs/getting-started/installation/installationwizard/src/templates/helm/csm-1.15.1-values.template renamed to content/docs/getting-started/installation/installationwizard/src/templates/helm/csm-1.15.2-values.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@ csi-powermax:
250250
##########################################
251251
csi-vxflexos:
252252
enabled: $POWERFLEX_ENABLED
253-
version: v2.15.1
253+
version: v2.15.2
254254
images:
255255
# "driver" defines the container image, used for the driver container.
256256
driver:
257-
image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.15.1
257+
image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.15.2
258258
# "powerflexSdc" defines the SDC image for init container.
259259
powerflexSdc:
260260
image: dellemc/sdc:4.5.4

content/v1/getting-started/installation/installationwizard/src/templates/helm/csm-1.15.1-values.template renamed to content/v1/getting-started/installation/installationwizard/src/templates/helm/csm-1.15.2-values.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@ csi-powermax:
250250
##########################################
251251
csi-vxflexos:
252252
enabled: $POWERFLEX_ENABLED
253-
version: v2.15.1
253+
version: v2.15.2
254254
images:
255255
# "driver" defines the container image, used for the driver container.
256256
driver:
257-
image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.15.1
257+
image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.15.2
258258
# "powerflexSdc" defines the SDC image for init container.
259259
powerflexSdc:
260260
image: dellemc/sdc:4.5.4

content/v1/getting-started/installation/kubernetes/powerflex/helm/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Use the below command to replace or update the secret:
175175

176176
7. Download the default values.yaml file
177177
```bash
178-
cd dell-csi-helm-installer && wget -O myvalues.yaml https://github.com/dell/helm-charts/raw/csi-vxflexos-2.15.1/charts/csi-vxflexos/values.yaml
178+
cd dell-csi-helm-installer && wget -O myvalues.yaml https://github.com/dell/helm-charts/raw/csi-vxflexos-2.15.2/charts/csi-vxflexos/values.yaml
179179
```
180180

181181
8. If you are using custom images, check the fields under `images` in `my-vxflexos-settings.yaml` to make sure that they are pointing to the correct image repository.

content/v1/release/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ Description: >
2424
> * <span><span/>{{< message text="16" >}}
2525
2626

27+
## Release Notes for v1.15.2
28+
29+
### Fixed Issues
30+
31+
- PowerFlex - CVE remediation in CSM 1.15.X for PowerFlexDriver
32+
33+
34+
2735
## Release Notes for v1.15.1
2836

2937
### Fixed Issues

content/v1/supportmatrix/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ Container Storage Modules doesn't officially support specific operating systems,
8686
{{<table "table table-striped table-bordered table-sm">}}
8787
| OpenShift Version | Operator / CSM Combination |
8888
|------------------|-------------------|
89-
| 4.14 | 1.4.4 / 1.10.2 </br> 1.5.1 / 1.10.2 </br> 1.6.1 / 1.11.1 </br> 1.7.0 / 1.12 </br> 1.8.1 / 1.13.1 </br> 1.9.1 / 1.14.1 </br> 1.10.0 / 1.15 |
90-
| 4.16 | 1.6.1 / 1.11.1 </br> 1.7.0 / 1.12 </br> 1.8.1 / 1.13.1 </br> 1.9.1 / 1.14.1 </br> 1.10.0 / 1.15 |
91-
| 4.17 | 1.6.1 / 1.11.1 </br> 1.7.0 / 1.12 </br> 1.8.1 / 1.13.1 </br> 1.9.1 / 1.14.1 </br> 1.10.0 / 1.15 |
92-
| 4.18 | 1.6.1 / 1.11.1 </br> 1.7.0 / 1.12 </br> 1.8.1 / 1.13.1 </br> 1.9.1 / 1.14.1 </br> 1.10.0 / 1.15 |
93-
| 4.19 | 1.8.1 / 1.13.1 </br> 1.9.1 / 1.14.1 </br> 1.10.0 / 1.15 |
89+
| 4.14 | 1.4.4 / 1.10.2 </br> 1.5.1 / 1.10.2 </br> 1.6.1 / 1.11.1 </br> 1.7.0 / 1.12 </br> 1.8.1 / 1.13.1 </br> 1.9.1 / 1.14.1 </br> 1.10.2 / 1.15.2 |
90+
| 4.16 | 1.6.1 / 1.11.1 </br> 1.7.0 / 1.12 </br> 1.8.1 / 1.13.1 </br> 1.9.1 / 1.14.1 </br> 1.10.2 / 1.15.2 |
91+
| 4.17 | 1.6.1 / 1.11.1 </br> 1.7.0 / 1.12 </br> 1.8.1 / 1.13.1 </br> 1.9.1 / 1.14.1 </br> 1.10.2 / 1.15.2 |
92+
| 4.18 | 1.6.1 / 1.11.1 </br> 1.7.0 / 1.12 </br> 1.8.1 / 1.13.1 </br> 1.9.1 / 1.14.1 </br> 1.10.2 / 1.15.2 |
93+
| 4.19 | 1.8.1 / 1.13.1 </br> 1.9.1 / 1.14.1 </br> 1.10.2 / 1.15.2 |
9494
{{</ table >}}
9595

9696
**Note:**

content/v1/supportmatrix/component-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ weight: 1
2020
|<div style="text-align:left"> Resiliency | {{< version-v1 key="karavi-resiliency" >}} |
2121
{{</table>}}
2222

23-
### Container Storage Modules Certified Operator 1.10.1 Images
23+
### Container Storage Modules Certified Operator 1.10.3 Images
2424

2525
<ul>
2626
{{< collapse id="1" title="PowerStore" show="true">}}

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ algolia_docsearch = false
179179
url = "https://dell.github.io/csm-docs/docs/"
180180

181181
[[params.versions]]
182-
version = "1.15.1"
182+
version = "1.15.2"
183183
url = "https://dell.github.io/csm-docs/v1/"
184184

185185
[[params.versions]]

layouts/shortcodes/version-docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- $key := .Get "key" -}}
22
{{- if eq $key "PFlex_latestVersion" -}}v2.16.1
3-
{{- else if eq $key "PFlex_preVersion" -}}v2.15.1
3+
{{- else if eq $key "PFlex_preVersion" -}}v2.15.2
44
{{- else if eq $key "PStore_latestVersion" -}}v2.16.0
55
{{- else if eq $key "PStore_preVersion" -}}v2.15.1
66
{{- else if eq $key "PMax_latestVersion" -}}v2.16.2

layouts/shortcodes/version-v1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- $key := .Get "key" -}}
2-
{{- if eq $key "PFlex_latestVersion" -}}v2.15.1
2+
{{- if eq $key "PFlex_latestVersion" -}}v2.15.2
33
{{- else if eq $key "PFlex_preVersion" -}}v2.14.0
44
{{- else if eq $key "PStore_latestVersion" -}}v2.15.1
55
{{- else if eq $key "PStore_preVersion" -}}v2.14.0
@@ -71,7 +71,7 @@
7171
{{- else if eq $key "replication_latestVersion" -}}1.13.0
7272
{{- else if eq $key "Authv2_latestVersion" -}}2.3.0
7373
{{- else if eq $key "Observability_latestVersion" -}}1.13.0
74-
{{- else if eq $key "csi-vxflexos" -}}2.15.1
74+
{{- else if eq $key "csi-vxflexos" -}}2.15.2
7575
{{- else if eq $key "csi-powerstore" -}}2.15.1
7676
{{- else if eq $key "csi-powermax" -}}2.15.1
7777
{{- else if eq $key "csi-powerscale" -}}2.15.1

0 commit comments

Comments
 (0)