Skip to content

Commit cad5f97

Browse files
committed
Updated MooseFS client to version 4.58.3
1 parent e7ee376 commit cad5f97

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build-docker-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
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

1313
jobs:
@@ -58,4 +58,4 @@ jobs:
5858
tags: |
5959
ghcr.io/${{ env.REGISTRY_IMAGE }}:${{ env.CSI_VERSION }}-${{ env.MFS_CLIENT }}
6060
ghcr.io/${{ env.REGISTRY_IMAGE }}:latest
61-
61+

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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"
1616
CSI_VERSION ?= "0.9.8"
1717

1818
MFS_TAG=$(CSI_VERSION)-$(MFS_VERSION)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ MooseFS source code can be found [on GitHub](https://github.com/moosefs/moosefs)
1313
## Changelog
1414

1515
Driver 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.**

cmd/moosefs-csi-plugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG 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
1919
FROM golang:1.25-alpine3.22 AS csibuilder

cmd/moosefs-csi-plugin/dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG 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
1919
FROM golang:1.25-alpine3.22 AS csibuilder

deploy/csi-moosefs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)"

0 commit comments

Comments
 (0)