Skip to content

Commit d8fe2f4

Browse files
committed
Add OCP 4.19 support to documentation, and bump use of odf-operator to 1.8.0
Signed-off-by: Shlomit Neufeld <shlomitn@il.ibm.com>
1 parent f001308 commit d8fe2f4

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

docs/docs_general/docs_whatsnew.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ This topic lists the dates and nature of updates to the published information of
44

55
| Date | Nature of updates to the published information |
66
|---------------|----------------------------------------------------------------------------------------------------------------------------|
7-
| (TBD) | IBM® ODF FlashSystem driver v1.8.0 adds new support for the following:<br>- TBD |
7+
| June 2025 | IBM® ODF FlashSystem driver v1.8.0 adds new support for the following:<br>- Red Hat OpenShift® 4.19 |
88

docs/docs_general/odf_flashsystem_driver_support_matrix.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,23 @@ The IBM Storage Virtualize® family storage systems supported by the IBM® ODF F
2323
<th>1.7.1</th>
2424
<th>1.8.0</th>
2525
</tr>
26-
</thead>
26+
</thead>
2727
<tbody>
28+
<tr>
29+
<td>4.19</td>
30+
<td>Not supported</td>
31+
<td>Not supported</td>
32+
<td>
33+
<ul>
34+
<li>8.4.x</li>
35+
<li>8.5.x</li>
36+
<li>8.6.x</li>
37+
<li>8.7.x</li>
38+
</ul>
39+
</br>
40+
Using IBM® Block Storage CSI driver v1.12.4
41+
</td>
42+
</tr>
2843
<tr>
2944
<td>4.18</td>
3045
<td>Not supported</td>
@@ -46,7 +61,7 @@ The IBM Storage Virtualize® family storage systems supported by the IBM® ODF F
4661
<li>8.7.x</li>
4762
</ul>
4863
</br>
49-
Using IBM® Block Storage CSI driver v1.12.3
64+
Using IBM® Block Storage CSI driver v1.12.4
5065
</td>
5166
</tr>
5267
<tr>
@@ -79,7 +94,7 @@ The IBM Storage Virtualize® family storage systems supported by the IBM® ODF F
7994
<li>8.7.x</li>
8095
</ul>
8196
</br>
82-
Using IBM® Block Storage CSI driver v1.12.3
97+
Using IBM® Block Storage CSI driver v1.12.4
8398
</td>
8499
</tr>
85100
<tr>
@@ -112,7 +127,7 @@ The IBM Storage Virtualize® family storage systems supported by the IBM® ODF F
112127
<li>8.7.x</li>
113128
</ul>
114129
</br>
115-
Using IBM® Block Storage CSI driver v1.12.3
130+
Using IBM® Block Storage CSI driver v1.12.4
116131
</td>
117132
</tr>
118133
<tr>
@@ -145,7 +160,7 @@ The IBM Storage Virtualize® family storage systems supported by the IBM® ODF F
145160
<li>8.7.x</li>
146161
</ul>
147162
</br>
148-
Using IBM® Block Storage CSI driver v1.12.3
163+
Using IBM® Block Storage CSI driver v1.12.4
149164
</td>
150165
</tr>
151166
</tbody>

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
toolchain go1.24.1
66

77
require (
8-
github.com/IBM/ibm-storage-odf-operator v1.7.1
8+
github.com/IBM/ibm-storage-odf-operator v1.8.0
99
github.com/prometheus/client_golang v1.22.0
1010
k8s.io/api v0.33.1
1111
k8s.io/apimachinery v0.33.1

0 commit comments

Comments
 (0)