File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ COPY pkg/ pkg/
1313# Build
1414RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -o ibm-storage-odf-block-driver ./cmd/manager/main.go
1515
16- FROM registry.access.redhat.com/ubi9-minimal:9.5-1742914212
16+ FROM registry.access.redhat.com/ubi9-minimal:9.6-1749489516
1717
1818LABEL vendor="IBM" \
1919 name="ibm-storage-odf-block-driver" \
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
55toolchain go1.24.1
66
77require (
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.2
1111 k8s.io/apimachinery v0.33.2
@@ -21,7 +21,7 @@ require (
2121 github.com/emicklei/go-restful/v3 v3.11.0 // indirect
2222 github.com/evanphx/json-patch/v5 v5.9.11 // indirect
2323 github.com/fxamacker/cbor/v2 v2.7.0 // indirect
24- github.com/go-logr/logr v1.4.2 // indirect
24+ github.com/go-logr/logr v1.4.3 // indirect
2525 github.com/go-openapi/jsonpointer v0.21.0 // indirect
2626 github.com/go-openapi/jsonreference v0.20.2 // indirect
2727 github.com/go-openapi/swag v0.23.0 // indirect
Original file line number Diff line number Diff line change 1- github.com/IBM/ibm-storage-odf-operator v1.7.1 h1:iaIHEA1dNiVEF/iFZRjrxVll5ZYE47iXE3hTOaQ00Ig =
2- github.com/IBM/ibm-storage-odf-operator v1.7.1 /go.mod h1:bLnIyvsbT+u1CRT3aFisEFfr/Ay9qm2M5dKEF8H2L0I =
1+ github.com/IBM/ibm-storage-odf-operator v1.8.0 h1:eRewHPAEcTYCNnzl489kbMAo6Wo9XhiHm0SH5mDiM9M =
2+ github.com/IBM/ibm-storage-odf-operator v1.8.0 /go.mod h1:ruTUZjIqwkl/NbCk2sK6MREWSF+GlRASsHR0FeAz1lY =
33github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
44github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
55github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM =
@@ -18,8 +18,8 @@ github.com/evanphx/json-patch/v5 v5.9.11/go.mod h1:3j+LviiESTElxA4p3EMKAB9HXj3/X
1818github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E =
1919github.com/fxamacker/cbor/v2 v2.7.0 /go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ =
2020github.com/go-logr/logr v0.1.0 /go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas =
21- github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY =
22- github.com/go-logr/logr v1.4.2 /go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY =
21+ github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI =
22+ github.com/go-logr/logr v1.4.3 /go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY =
2323github.com/go-logr/zapr v1.3.0 h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ =
2424github.com/go-logr/zapr v1.3.0 /go.mod h1:YKepepNBd1u/oyhd/yQmtjVXmm9uML4IXUgMOwR8/Gg =
2525github.com/go-openapi/jsonpointer v0.19.6 /go.mod h1:osyAmYz/mB/C3I+WsTTSgw1ONzaLJoLCyoi6/zppojs =
You can’t perform that action at this time.
0 commit comments