Skip to content

Commit d5b1d03

Browse files
author
Ariel Kass
committed
bump to 1.8.0 with documentation placeholders
Signed-off-by: Ariel Kass <arielk@il.ibm.com>
1 parent bbec35b commit d5b1d03

4 files changed

Lines changed: 45 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ LABEL vendor="IBM" \
2020
org.label-schema.vendor="IBM" \
2121
org.label-schema.name="ibm storage odf driver" \
2222
org.label-schema.vcs-url="https://github.com/IBM/ibm-storage-odf-block-driver" \
23-
org.label-schema.schema-version="1.7.0"
23+
org.label-schema.schema-version="1.8.0"
2424

2525
WORKDIR /
2626

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
LINT_VERSION="1.62.2"
33

44
REGISTRY=quay.io/ibmodffs
5-
IMAGE_TAG=1.7.0
5+
IMAGE_TAG=1.8.0
66
PLATFORM=linux/amd64,linux/ppc64le,linux/s390x
77
DRIVER_NAME=ibm-storage-odf-block-driver
88

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-
| May 2025 | IBM® ODF FlashSystem driver v1.7.1 adds new support for the following:<br>- Fix dependency on IBM Block Storage CSI driver version |
7+
| (TBD) | IBM® ODF FlashSystem driver v1.8.0 adds new support for the following:<br>- TBD |
88

docs/docs_general/odf_flashsystem_driver_support_matrix.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ The IBM Storage Virtualize® family storage systems supported by the IBM® ODF F
1313
<thead>
1414
<tr>
1515
<th colspan=1>Red Hat OpenShift Data Foundation® (ODF) version</th>
16-
<th colspan=2>IBM® ODF FlashSystem driver version</th>
16+
<th colspan=3>IBM® ODF FlashSystem driver version</th>
1717
</tr>
1818
</thead>
1919
<thead>
2020
<tr>
2121
<th></th>
2222
<th>1.6.0</th>
2323
<th>1.7.1</th>
24+
<th>1.8.0</th>
2425
</tr>
2526
</thead>
2627
<tbody>
@@ -37,6 +38,16 @@ The IBM Storage Virtualize® family storage systems supported by the IBM® ODF F
3738
</br>
3839
Using IBM® Block Storage CSI driver v1.12.2
3940
</td>
41+
<td>
42+
<ul>
43+
<li>8.4.x</li>
44+
<li>8.5.x</li>
45+
<li>8.6.x</li>
46+
<li>8.7.x</li>
47+
</ul>
48+
</br>
49+
Using IBM® Block Storage CSI driver v1.12.3
50+
</td>
4051
</tr>
4152
<tr>
4253
<td>4.17</td>
@@ -60,6 +71,16 @@ The IBM Storage Virtualize® family storage systems supported by the IBM® ODF F
6071
</br>
6172
Using IBM® Block Storage CSI driver v1.12.2
6273
</td>
74+
<td>
75+
<ul>
76+
<li>8.4.x</li>
77+
<li>8.5.x</li>
78+
<li>8.6.x</li>
79+
<li>8.7.x</li>
80+
</ul>
81+
</br>
82+
Using IBM® Block Storage CSI driver v1.12.3
83+
</td>
6384
</tr>
6485
<tr>
6586
<td>4.16</td>
@@ -83,6 +104,16 @@ The IBM Storage Virtualize® family storage systems supported by the IBM® ODF F
83104
</br>
84105
Using IBM® Block Storage CSI driver v1.12.2
85106
</td>
107+
<td>
108+
<ul>
109+
<li>8.4.x</li>
110+
<li>8.5.x</li>
111+
<li>8.6.x</li>
112+
<li>8.7.x</li>
113+
</ul>
114+
</br>
115+
Using IBM® Block Storage CSI driver v1.12.3
116+
</td>
86117
</tr>
87118
<tr>
88119
<td>4.15</td>
@@ -106,6 +137,16 @@ The IBM Storage Virtualize® family storage systems supported by the IBM® ODF F
106137
</br>
107138
Using IBM® Block Storage CSI driver v1.12.2
108139
</td>
140+
<td>
141+
<ul>
142+
<li>8.4.x</li>
143+
<li>8.5.x</li>
144+
<li>8.6.x</li>
145+
<li>8.7.x</li>
146+
</ul>
147+
</br>
148+
Using IBM® Block Storage CSI driver v1.12.3
149+
</td>
109150
</tr>
110151
</tbody>
111152
</table>

0 commit comments

Comments
 (0)