Skip to content

Commit 322bc6b

Browse files
committed
Update support matrix
1 parent 780ea53 commit 322bc6b

4 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build w/ Hugo & deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- release-1.16.3
6+
- release-1.15.2
77
workflow_dispatch:
88

99
jobs:

content/docs/supportmatrix/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ weight: 1
120120
{{<table "table table-striped table-bordered table-sm">}}
121121
| OpenShift Version | Operator / CSM Combination |
122122
|------------------|-------------------|
123-
| 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.1 / 1.15.1 </br> 1.11.3 / 1.16.3 |
124-
| 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.1 / 1.15.1 </br> 1.11.3 / 1.16.3 |
125-
| 4.19 | 1.8.1 / 1.13.1 </br> 1.9.1 / 1.14.1 </br> 1.10.1 / 1.15.1 </br> 1.11.3 / 1.16.3 |
126-
| 4.20 | 1.8.1 / 1.13.1 </br> 1.9.1 / 1.14.1 </br> 1.10.1 / 1.15.1 </br> 1.11.3 / 1.16.3 |
123+
| 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 </br> 1.11.3 / 1.16.3 |
124+
| 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 </br> 1.11.3 / 1.16.3 |
125+
| 4.19 | 1.8.1 / 1.13.1 </br> 1.9.1 / 1.14.1 </br> 1.10.2 / 1.15.2 </br> 1.11.3 / 1.16.3 |
126+
| 4.20 | 1.8.1 / 1.13.1 </br> 1.9.1 / 1.14.1 </br> 1.10.2 / 1.15.2 </br> 1.11.3 / 1.16.3 |
127127
{{</ table >}}
128128

129129
**Note:**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<select id="csm-version" class="form-select" onchange="onCSMVersionChange(); validateInput(validateForm, CONSTANTS)" required>
8585
<option value="1.13.0">CSM 1.13</option>
8686
<option value="1.14.0" >CSM 1.14</option>
87-
<option value="1.15.1" selected>CSM 1.15</option>
87+
<option value="1.15.2" selected>CSM 1.15</option>
8888
</select>
8989
</div>
9090
</div>

content/v1/release/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ Description: >
3030

3131
- PowerFlex - CVE remediation in CSM 1.15.X for PowerFlexDriver
3232

33-
34-
3533
## Release Notes for v1.15.1
3634

3735
### Fixed Issues

0 commit comments

Comments
 (0)