-
Notifications
You must be signed in to change notification settings - Fork 253
Expand file tree
/
Copy pathVERSIONS
More file actions
34 lines (28 loc) · 1.77 KB
/
Copy pathVERSIONS
File metadata and controls
34 lines (28 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# OSSFS and OSSFS2 Version Configuration
# This file is the single source of truth for ossfs and ossfs2 versions.
# The RPM version will be automatically extracted from the image tag by removing the commit hash suffix.
# When updating versions, please update all references:
# - pkg/mounter/fuse_pod_manager/oss/utils.go (defaultOssfsUpdatedImageTag, defaultOssfs2ImageTag)
# - build/csi-agent/Dockerfile (OSSFS_VERSION, OSSFS2_VERSION ARG defaults)
# - build/mount-proxy/Dockerfile (OSSFS_VERSION ARG)
# - build/multi/Dockerfile.multi (LABEL defaultOssfsImageTag, defaultOssfs2ImageTag)
# - build/multi/Dockerfile.multi.asi (LABEL defaultOssfsImageTag, defaultOssfs2ImageTag)
# - deploy/charts/alibaba-cloud-csi-driver/values.yaml (images.ossfs.tag, images.ossfs2.tag)
# OSSFS image tag (used in Helm values and Go code)
# Format: v<version>-<commit_hash>
# The RPM version (v<version>) will be extracted automatically
OSSFS_IMAGE_TAG=v1.91.11.ack.1-f3157f4
# OSSFS2 image tag (used in Helm values and Go code)
# Format: v<version>-<commit_hash>
# The RPM version (v<version>) will be extracted automatically
OSSFS2_IMAGE_TAG=v2.0.8.ack.1-d7bd1d4
# ALINAS and EFC Version Configuration
# This file is the single source of truth for alinas-utils and efc RPM package versions.
# When updating versions, please update all references:
# - build/mount-proxy/Dockerfile (ALINAS_UTILS_VERSION, EFC_VERSION, ALINAS_RPM_BASE_URL ARG defaults)
# Base URL for ALINAS/EFC RPM packages (includes version path)
ALINAS_RPM_BASE_URL=https://aliyun-alinas-eac.oss-cn-beijing.aliyuncs.com/efc-release/2.4
# ALINAS Utils version (used in Dockerfile for yum install)
ALINAS_UTILS_VERSION=2.4-0.20260721112941.f65c1a.generic
# EFC version (used in Dockerfile for yum install)
EFC_VERSION=2.4-20260715152610.afea64.3351f8b.release