File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88env :
99 REGISTRY_IMAGE : moosefs/moosefs-csi
10- MFS_CLIENT : 4.58.1
10+ MFS_CLIENT : 4.58.3
1111 CSI_VERSION : 0.9.8
1212
1313jobs :
5858 tags : |
5959 ghcr.io/${{ env.REGISTRY_IMAGE }}:${{ env.CSI_VERSION }}-${{ env.MFS_CLIENT }}
6060 ghcr.io/${{ env.REGISTRY_IMAGE }}:latest
61-
61+
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- MFS_VERSION = "4.58.1 "
15+ MFS_VERSION = "4.58.3 "
1616CSI_VERSION ?= "0.9.8"
1717
1818MFS_TAG =$(CSI_VERSION ) -$(MFS_VERSION )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ MooseFS source code can be found [on GitHub](https://github.com/moosefs/moosefs)
1313## Changelog
1414
1515Driver verson 0.9.8
16- * MooseFS client updated to version 4.58.0 .
16+ * MooseFS client updated to version 4.58.3 .
1717* Image OS changed to Alpine Linux 3.22
1818* The provisioner and registrar images entries have been updated.
1919* Update the Dockerfile to build only mfsmount and mfscli.
@@ -64,15 +64,15 @@ Driver verson 0.9.7
6464 * Locate image definition under the `csi-moosefs-plugin` plugin name(line 230 and line 329)
6565 `mage: ghcr.io/moosefs/moosefs-csi:dev`
6666 * Update the `image` version suffix in the plugin's section accordingly:
67- * `0.9.8-4.58.0 ` – plugin version 0.9.8 and MooseFS CE 4.58.0
67+ * `0.9.8-4.58.3 ` – plugin version 0.9.8 and MooseFS CE 4.58.3
6868 * `0.9.8-4.57.7` – plugin version 0.9.8 and MooseFS CE 4.57.6
6969 * `0.9.7-4.57.6` – plugin version 0.9.7 and MooseFS CE 4.57.5
7070
7171 You can find a complete list of available images at: \
7272 https://github.com/moosefs/moosefs-csi/pkgs/container/moosefs-csi
7373
7474 Fot driver with MoosreFS client PRO version: https://registry.moosefs.com/v2/moosefs-csi-plugin/tags/list.
75- * `0.9.8-4.58.0 -pro` – plugin version 0.9.8 and MooseFS PRO 4.58.0
75+ * `0.9.8-4.58.3 -pro` – plugin version 0.9.8 and MooseFS PRO 4.58.3
7676
7777
7878 **Note there are two occurrences of `csi-moosefs-plugin` in `csi-moosefs.yaml` file and it is necessary to update the image version in both places of the file.**
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515ARG CSI_TAG="v0.9.8"
16- ARG MFS_TAG="v4.58.1 "
16+ ARG MFS_TAG="v4.58.3 "
1717
1818# Build MooseFS CSI driver from source
1919FROM golang:1.25-alpine3.22 AS csibuilder
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515ARG CSI_TAG="v0.9.8"
16- ARG MFS_TAG="v4.58.1 "
16+ ARG MFS_TAG="v4.58.3 "
1717
1818# Build MooseFS CSI driver from source
1919FROM golang:1.25-alpine3.22 AS csibuilder
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ spec:
227227 capabilities :
228228 add : ["SYS_ADMIN"]
229229 allowPrivilegeEscalation : true
230- image : moosefs/moosefs-csi:0.9.8-4.58.1
230+ image : moosefs/moosefs-csi:0.9.8-4.58.3
231231 args :
232232 - " --mode=controller"
233233 - " --csi-endpoint=$(CSI_ENDPOINT)"
@@ -326,7 +326,7 @@ spec:
326326 capabilities :
327327 add : ["SYS_ADMIN"]
328328 allowPrivilegeEscalation : true
329- image : moosefs/moosefs-csi:0.9.8-4.58.1
329+ image : moosefs/moosefs-csi:0.9.8-4.58.3
330330 args :
331331 - " --mode=node"
332332 - " --csi-endpoint=$(CSI_ENDPOINT)"
You can’t perform that action at this time.
0 commit comments