Skip to content

Commit

Permalink
Build docker image for 0.9.0 (#3253)
Browse files Browse the repository at this point in the history
* Build docker image for 0.9.0, To #48332556

Signed-off-by: cheyang <[email protected]>

* Build docker image for 0.9.0, To #48332556

Signed-off-by: cheyang <[email protected]>

---------

Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang authored May 26, 2023
1 parent f78f11c commit 53c240c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

|![更新](static/bell-outline-badge.svg) 最新进展:|
|------------------|
|May. 24th, 2023. Fluid v0.9.0 **发布**! 添加thinRuntime以简化与第三方存储系统的集成,跨命名空间访问数据,支持子数据集,新的数据操作,如数据迁移,分布式文件系统的本地加速系统EFCRuntime等等。详情参见 [CHANGELOG](CHANGELOG.md)|
|May. 26th, 2023. Fluid v0.9.0 **发布**! 添加thinRuntime以简化与第三方存储系统的集成,跨命名空间访问数据,支持子数据集,新的数据操作,如数据迁移,分布式文件系统的本地加速系统EFCRuntime等等。详情参见 [CHANGELOG](CHANGELOG.md)|
|Sep. 03th, 2022. Fluid v0.8.0 **发布**! 提供一系列新功能,包括基于Fluid边车支持的Serverlesss作业生命周期管理,按需启动Runtime controller,自动化CRD更新, 严格的pod与数据集节点的调度机制, JuicefsRuntime的Arm64支持, Alluxio Runtime的GCS支持等等,详情参见 [CHANGELOG](CHANGELOG.md)|
|Mar. 16th, 2021. Fluid v0.5.0 **发布**! 提供一系列新功能,包括提供数据集缓存的在线弹性扩缩容,元数据备份与恢复,Fuse全局模式部署等,详情参见 [CHANGELOG](CHANGELOG.md)|
|Nov. 6th, 2020. Fluid v0.4.0 **发布**! 提供一系列新功能和修复上一版本的遗留问题,包括提供主动的数据预热,详情参见 [CHANGELOG](CHANGELOG.md)|
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ English | [简体中文](./README-zh_CN.md)

| ![notification](static/bell-outline-badge.svg) What is NEW! |
| ------------------------------------------------------------ |
| May. 24th, 2023. Fluid v0.9.0 is **RELEASED**! It provides various new features, such as adding thinRuntime to simplify integration with third-party storage systems, access data across namespaces, subDataset support, new data Operation like dataMigrate, native acceleration system EFCRuntime for distributed file systems, and so on. Please check the [CHANGELOG](CHANGELOG.md) for details. |
| May. 26th, 2023. Fluid v0.9.0 is **RELEASED**! It provides various new features, such as adding thinRuntime to simplify integration with third-party storage systems, access data across namespaces, subDataset support, new data Operation like dataMigrate, native acceleration system EFCRuntime for distributed file systems, and so on. Please check the [CHANGELOG](CHANGELOG.md) for details. |
| Sep. 03th, 2022. Fluid v0.8.0 is **RELEASED**! It provides various new features, such as Lifecycle management of Serverless Job with fluid sidecar support, Enable runtime controller on demand, Automatic CRD upgrader, Restrict pod scheduling to dataset cache nodes, Arm64 support with JuicefsRuntime, GCS support for Alluxio Runtime, and so on. Please check the [CHANGELOG](CHANGELOG.md) for details. |
| Mar. 02th, 2022. Fluid v0.7.0 is **RELEASED**! It provides various new features, such as Fuse sidecar auto injection for all the runtimes (suitable for serverless environment), Fuse auto recovery and upgrade, lazy fuse mount mode, support JuiceFS cache runtime and so on. Please check the [CHANGELOG](CHANGELOG.md) for details. |
| Aug. 11th, 2021. Fluid v0.6.0 is **RELEASED**! It provides various new features, such as dataset cache autoscaling and cronscaling, dataset cache aware Pod scheduling, HA support for cache Runtime. Please check the [CHANGELOG](CHANGELOG.md) for details. |
Expand Down
2 changes: 1 addition & 1 deletion charts/fluid/fluid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version: 0.9.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.9.0-f6945d0
appVersion: 0.9.0-f78f11c
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
22 changes: 11 additions & 11 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

workdir: /tmp
crdUpgrade:
image: fluidcloudnative/fluid-crd-upgrader:v0.9.0-f6945d0
image: fluidcloudnative/fluid-crd-upgrader:v0.9.0-f78f11c

## if unspecified, will use built-in variable `.Release.Namespace`.
namespace: fluid-system
Expand All @@ -15,7 +15,7 @@ image:
dataset:
replicas: 1
controller:
image: fluidcloudnative/dataset-controller:v0.9.0-f6945d0
image: fluidcloudnative/dataset-controller:v0.9.0-f78f11c

csi:
featureGates: "FuseRecovery=false"
Expand All @@ -24,7 +24,7 @@ csi:
registrar:
image: fluidcloudnative/csi-node-driver-registrar:v2.3.0
plugins:
image: fluidcloudnative/fluid-csi:v0.9.0-f6945d0
image: fluidcloudnative/fluid-csi:v0.9.0-f78f11c
kubelet:
kubeConfigFile: /etc/kubernetes/kubelet.conf
certDir: /var/lib/kubelet/pki
Expand All @@ -44,7 +44,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.9.0-f6945d0
image: fluidcloudnative/alluxioruntime-controller:v0.9.0-f78f11c
runtime:
image: alluxio/alluxio-dev:2.9.0
fuse:
Expand All @@ -62,7 +62,7 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.6.7
controller:
image: fluidcloudnative/jindoruntime-controller:v0.9.0-f6945d0
image: fluidcloudnative/jindoruntime-controller:v0.9.0-f78f11c
init:
portCheck:
enabled: false
Expand All @@ -76,7 +76,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.9.0-f6945d0
image: fluidcloudnative/goosefsruntime-controller:v0.9.0-f78f11c
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -86,19 +86,19 @@ runtime:
enabled: false
runtimeWorkers: 3
controller:
image: fluidcloudnative/juicefsruntime-controller:v0.9.0-f6945d0
image: fluidcloudnative/juicefsruntime-controller:v0.9.0-f78f11c
fuse:
image: juicedata/juicefs-fuse:v1.0.4-4.9.2
thin:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/thinruntime-controller:v0.9.0-f6945d0
image: fluidcloudnative/thinruntime-controller:v0.9.0-f78f11c
efc:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/efcruntime-controller:v0.9.0-f6945d0
image: fluidcloudnative/efcruntime-controller:v0.9.0-f78f11c
imagePullPolicy: Always
init:
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/init-alifuse:v1.2.2-19dcee9
Expand All @@ -111,7 +111,7 @@ runtime:

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.9.0-f6945d0
image: fluidcloudnative/fluid-webhook:v0.9.0-f78f11c
replicas: 1
timeoutSeconds: 15
reinvocationPolicy: IfNeeded
Expand All @@ -120,4 +120,4 @@ fluidapp:
enabled: true
replicas: 1
controller:
image: fluidcloudnative/application-controller:v0.9.0-f6945d0
image: fluidcloudnative/application-controller:v0.9.0-f78f11c

0 comments on commit 53c240c

Please sign in to comment.