Skip to content

Commit

Permalink
V0.5.0 started (fluid-cloudnative#337)
Browse files Browse the repository at this point in the history
* Init v0.5.0 Chart, to #31235843

* Init v0.5.0 Chart, to #31235843
  • Loading branch information
cheyang authored Nov 5, 2020
1 parent 34de66c commit 646f7b8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GOBIN=$(shell go env GOBIN)
endif

CURRENT_DIR=$(shell pwd)
VERSION=v0.4.0
VERSION=v0.5.0
BUILD_DATE=$(shell date -u +'%Y-%m-%d_%H:%M:%S')
GIT_COMMIT=$(shell git rev-parse HEAD)
GIT_TAG=$(shell if [ -z "`git status --porcelain`" ]; then git describe --exact-match --tags HEAD 2>/dev/null; fi)
Expand Down
1 change: 1 addition & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

|![更新](http://kubeflow.oss-cn-beijing.aliyuncs.com/Static/bell-outline-badge.svg) 最新进展:|
|------------------|
|Nov 15th, 2020. Fluid v0.4.0 **发布**! 提供一系列新功能和修复上一版本的遗留问题,包括提供主动的数据预热,详情参见 [CHANGELOG](CHANGELOG.md)|
|Oct 1st, 2020. Fluid v0.3.0 **发布**! 提供一系列新功能和修复上一版本的遗留问题,包括对于K8s通用的数据卷加速和主机目录加速,详情参见 [CHANGELOG](CHANGELOG.md)|

## 什么是Fluid
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ English | [简体中文](./README-zh_CN.md)

|![notification](http://kubeflow.oss-cn-beijing.aliyuncs.com/Static/bell-outline-badge.svg) What is NEW!|
|------------------|
|Nov 15th, 2020. Fluid v0.4.0 is **RELEASED**! It provides various features and bugfix, such as Prefetch Dataset automatically before using it, please check the [CHANGELOG](CHANGELOG.md) for details.|
|Oct 1st, 2020. Fluid v0.3.0 is **RELEASED**! It provides various features and bugfix, such as Data Access Acceleration For Persistent Volume and Hostpath mode in K8s, please check the [CHANGELOG](CHANGELOG.md) for details.|

## What is Fluid?
Expand Down
3 changes: 3 additions & 0 deletions charts/fluid/fluid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
* Update HCFS URL
* Split the controller into alluxio runtime and dataset
* Implement DataLoad CRD and DataLoad controller


### 0.5.0
4 changes: 2 additions & 2 deletions charts/fluid/fluid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.4.0
version: 0.5.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.4.0
appVersion: 0.5.0
6 changes: 3 additions & 3 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

dataset:
controller:
image: registry.cn-hangzhou.aliyuncs.com/fluid/dataset-controller:v0.4.0-ba90241
image: registry.cn-hangzhou.aliyuncs.com/fluid/dataset-controller:v0.5.0-96153dd

csi:
registrar:
image: registry.cn-hangzhou.aliyuncs.com/acs/csi-node-driver-registrar:v1.2.0
plugins:
image: registry.cn-hangzhou.aliyuncs.com/fluid/fluid-csi:v0.4.0-ba90241
image: registry.cn-hangzhou.aliyuncs.com/fluid/fluid-csi:v0.5.0-96153dd

runtime:
mountRoot: /alluxio-mnt
alluxio:
init:
image: registry.cn-hangzhou.aliyuncs.com/fluid/init-users:v0.4.0-a8ba7c9
controller:
image: registry.cn-hangzhou.aliyuncs.com/fluid/alluxioruntime-controller:v0.4.0-ba90241
image: registry.cn-hangzhou.aliyuncs.com/fluid/alluxioruntime-controller:v0.5.0-96153dd

0 comments on commit 646f7b8

Please sign in to comment.