From 39b8cd08f4cf1036c827b1364e1a71752369bfeb Mon Sep 17 00:00:00 2001 From: Rong Gu Date: Tue, 16 Mar 2021 21:22:52 +0800 Subject: [PATCH] update what's new for fluid v0.5 (#636) Signed-off-by: RongGu --- CHANGELOG.md | 59 ++++++++++++++++++++++--------------------------- README-zh_CN.md | 5 +++-- README.md | 5 +++-- 3 files changed, 33 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 372c0b48cb3..a43b3f5daf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,28 @@ # Fluid Release Notes -## v0.1.0 +## v0.5.0 ### Features -- Add 'Dataset', 'AlluxioRuntime' CRD for managing the data -- Add PV and PVC for Posix interface -- Documentation -- Helm Chart +- Support on-the-fly dataset cache scale out/in +- Add Metadata backup and restore operation +- Support Fuse global mode and toleration +- Enhance Prometheous monitoring support for AlluxioRuntime +- Support new Runtime:JindoFS +- Support HDFS configuration +### Bugs -## v0.2.0 +- [Fix compatibality issue of K8s 1.19+](https://github.com/fluid-cloudnative/fluid/issues/603) -### Features +## v0.4.0 -- Add code coverage badge -- Update chart v0.2.0 -- Update docs -- Refactor the package name +### Features +- Warm up Dataset automatically before using it +- Support managing 4,000,000 files +- Support deploying multiple dataset in the same node +- Support showing the HCFS Access Endpoint in Dataset status ## v0.3.0 @@ -30,34 +34,25 @@ - Make the Alluxio Runtime’s settings optimized by default - -## v0.4.0 - -### Features - -- Warm up Dataset automatically before using it -- Support managing 4,000,000 files -- Support deploying multiple dataset in the same node -- Support showing the HCFS Access Endpoint in Dataset status - - ### Bugs - [MountVolume.SetUp failed in GKE](https://github.com/fluid-cloudnative/fluid/issues/222) - [fuse.csi.fluid.io not found in the list registered CSI drivers when node restart in k8s 1.15.1](https://github.com/fluid-cloudnative/fluid/issues/220) - -## v0.5.0 +## v0.2.0 ### Features -- Add Scale out/in support -- Add Metadata Backup and Restore -- Support Fuse global mode, and toleration -- Enhance Prometheous support to Alluxio Runtime -- Support New Runtime: Jindo -- Support HDFS configuration +- Add code coverage badge +- Update chart v0.2.0 +- Update docs +- Refactor the package name -### Bugs +## v0.1.0 -- [Fix compatibality issue of K8s 1.19+](https://github.com/fluid-cloudnative/fluid/issues/603) \ No newline at end of file +### Features + +- Add 'Dataset', 'AlluxioRuntime' CRD for managing the data +- Add PV and PVC for Posix interface +- Documentation +- Helm Chart diff --git a/README-zh_CN.md b/README-zh_CN.md index 6bafc1028f2..8c5d9f241b3 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -9,8 +9,9 @@ |![更新](http://kubeflow.oss-cn-beijing.aliyuncs.com/Static/bell-outline-badge.svg) 最新进展:| |------------------| -|Nov 6th, 2020. Fluid v0.4.0 **发布**! 提供一系列新功能和修复上一版本的遗留问题,包括提供主动的数据预热,详情参见 [CHANGELOG](CHANGELOG.md)。| -|Oct 1st, 2020. Fluid v0.3.0 **发布**! 提供一系列新功能和修复上一版本的遗留问题,包括对于K8s通用的数据卷加速和主机目录加速,详情参见 [CHANGELOG](CHANGELOG.md)。| +|Mar. 16th, 2021. Fluid v0.5.0 **发布**! 提供一系列新功能,包括提供数据集缓存的在线弹性扩缩容,元数据备份与恢复,Fuse全局模式部署等,详情参见 [CHANGELOG](CHANGELOG.md)。| +|Nov. 6th, 2020. Fluid v0.4.0 **发布**! 提供一系列新功能和修复上一版本的遗留问题,包括提供主动的数据预热,详情参见 [CHANGELOG](CHANGELOG.md)。| +|Oct. 1st, 2020. Fluid v0.3.0 **发布**! 提供一系列新功能和修复上一版本的遗留问题,包括对于K8s通用的数据卷加速和主机目录加速,详情参见 [CHANGELOG](CHANGELOG.md)。| ## 什么是Fluid diff --git a/README.md b/README.md index fbffbeeda56..84ed965dbf0 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,9 @@ English | [简体中文](./README-zh_CN.md) |![notification](http://kubeflow.oss-cn-beijing.aliyuncs.com/Static/bell-outline-badge.svg) What is NEW!| |------------------| -|Nov 6th, 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.| +|Mar. 16th, 2021. Fluid v0.5.0 is **RELEASED**! It provides various new features, such as on-the-fly dataset scale out/in, metadata backup, support Fuse global mode and so on. Please check the [CHANGELOG](CHANGELOG.md) for details.| +|Nov. 6th, 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?