| v1.0.8 | ## New Features 1. **Support for Native Sidecar Mode** In FUSE Sidecar deployments, the Kubernetes Native Sidecar injection scheme can be enabled to resolve lifecycle management, startup sequencing, and resource isolation limitations of traditional Sidecars. 2. **Fluid Dashboard KubeSphere Extension** Adds Web dashboard for Fluid, including dataset, runtime, and dataload management. 3. **Open ThinRuntime PodMetadata Configuration** Supports dynamic configuration of PodMetadat | Low | 10/31/2025 |
| v1.0.7 | ## New Features 1. **JindoRuntime** - Default Jindo version upgraded to 6.9.1, improving read-bandwidth utilization. - File-prefetcher version now automatically matches the JindoFS image tag (#5235). - Added support for DLS-prefix URLs (#5158). 2. **ThinRuntimeProfile** - Users can now define custom Pod lifecycle hooks (#5123). 3. **Sidecar mode** - Multiple sidecar-mounted Pods can coexist on the same node without mount-point conflicts; webhook automatically allocates uni | Low | 9/20/2025 |
| v1.0.6 | #### New Features 1. **Prefetch Sidecar** Accelerates model file loading for inference services and improves bandwidth utilization. 2. **JuiceFSRuntime: Fuse Seamless Upgrade** Automatically cleans up idle pods during Fuse image updates (enabled via `cleanPolicy: onFuseChange`). 3. **JuiceFSRuntime: Preheating Parameter Customization** Supports advanced preheating parameters in `Dataload` (refer to [JuiceFS Documentation](https://juicefs.com/docs/zh/community/command_referen | Low | 7/12/2025 |
| v1.0.5 | ## New Features - **Enhanced Binding Efficiency in Kubernetes Clusters** Optimized ThinRuntimeController’s binding performance for large-scale Dataset deployments, reducing resource scheduling latency in Kubernetes clusters. - **Integration with Third-Party Storage via HostPath** Enabled Dataset to mount third-party storage systems (e.g., NFS, Ceph) through node-local HostPath volumes, extending compatibility with heterogeneous data sources. - **Distributed Fault Tolerance f | Low | 2/26/2025 |
| v1.0.4 | ## New Features - Added support to configure the `maxConcurrentReconciles` parameter for the `ThinRuntimeController`, allowing for improved concurrency management. - Introduced support for resource configuration within the Fluid webhook, enabling more precise control over resource allocation. - Added support for configuring `Burst` (default 30) and `Qps` (default 20) settings for client interactions with the APIServer through the Fluid Webhook, enhancing request handling capabilities. - Impl | Low | 1/1/2025 |
| v1.0.3 | ## New Features 1. Dynamic mount now supports exposing mount status updates to users. 2. Supports configuring current data flow operations based on the affinity of previous data operations to optimize processing efficiency. 3. Enables data plane monitoring of JindoRuntime using Prometheus. 4. Allows configuration of imagePullSecret in Runtime level. ## Bug Fixes. 1. Fixed an issue where configuring affinity/nodeSelector/schedulerName/imagePullSecrets parameters in CronDataload caused p | Low | 10/30/2024 |
| v1.0.2 | ## New Features * Support setting resources requests and limits for DataProcess * Add dataset in used info to mutated app pods * Support hierarchical imagePullSecrets configuration in AlluxioRuntime * Support subpath in dynamic-mount ## What's Changed * Bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in https://github.com/fluid-cloudnative/fluid/pull/4200 * Prepare 1.0.2 by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/4207 * Delete the unused rbac roles for v | Low | 8/30/2024 |
| v1.0.1 | ## New Features - Support data flow affinity scheduling. - Support dynamic updates for dataset mount points. - Support data acceleration for Fluid Persistent Volume Claim in sidecar mode ## What's Changed * Prepare 1.0.1 by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/3886 * fix jindo rbac remove secret get by @frankleaf in https://github.com/fluid-cloudnative/fluid/pull/3974 * support parallel tasks for cron datamigrate by @xliuqq in https://github.com/fluid-cloudnative/ | Low | 7/12/2024 |
| v1.0.0 | ## Highlights - Introduced a flexible, configurable, tiered data locality scheduling capability to optimize the affinity between application pods and data cache. - Provided DataProcess for custom data operations, and add three trigger strategies for data operations for all the data operations – once, onEvent, Cron. - Provided a Python SDK with dataflow capabilities for data scientists. - Implemented A new runtime for sharing in-memory immutable data: VineyardRuntime is supported in Fluid. - | Low | 5/14/2024 |
| v0.9.3 | ## What's Changed * Prepare 0.9.3 by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/3638 * enhance: remove jindoruntime's fsGroup (#3632) by @frankleaf in https://github.com/fluid-cloudnative/fluid/pull/3641 * Remove fsgroup from alluxio runtime (#3635) by @TrafalgarZZZ in https://github.com/fluid-cloudnative/fluid/pull/3654 * cherry-pick to 0.9: del metadata sync && del duplicate metrics (#3380) by @TrafalgarZZZ @Hexilee in https://github.com/fluid-cloudnative/fluid/pull/3738
| Low | 3/13/2024 |
| v0.9.2 | ## What's Changed * Prepare 0.9.2 by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/3374 * enhancement for 0.9: remove juicefs fuse readiness probe (#3435) by @zwwhdls in https://github.com/fluid-cloudnative/fluid/pull/3436 * Cherry-pick to 0.9: check path existence and lock in NodeUnpublishVolume (#3284) by @TrafalgarZZZ in https://github.com/fluid-cloudnative/fluid/pull/3450 * fail fast with wrong kubelet rootdir (#3331) by @wangshli in https://github.com/fluid-cloudnative/flu | Low | 10/1/2023 |
| v0.8.7 | ## What's Changed * Update to 0.8.7 by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/3223 * Change reinvocationPolicy to IfNeeded by @lizzzcai in https://github.com/fluid-cloudnative/fluid/pull/3226 * Cherry-pick bugfix for setting fuse args when using Alluxio 2.8+ by @TrafalgarZZZ in https://github.com/fluid-cloudnative/fluid/pull/3231 * fix default master journal type setting (#3281) by @VincentLeeMax in https://github.com/fluid-cloudnative/fluid/pull/3291 * Mount kubelet.co | Low | 7/25/2023 |
| v0.9.1 | ## What's Changed * Prepare 0.9.1 by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/3263 * Fix default Alluxio writetype config (#3262) by @zhang-x-z in https://github.com/fluid-cloudnative/fluid/pull/3265 * bugfix: fix csi plugin loop mount bug (#3287) by @wangshli in https://github.com/fluid-cloudnative/fluid/pull/3290 * Build docker image for release 0.9.1 by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/3294 **Full Changelog**: https://github.com/fluid-cl | Low | 6/24/2023 |
| v0.9.0 | # v0.9.0 ### Breaking Changes - Change matching pod requests mode of webhook from namespaceSelector to objectSelector ### Features - Add thinRuntime to simplify integration with third-party storage systems - Addon component for Fluid's open source CubeFS, NFS - Support for accessing data across namespaces - Support for subDataset - Native acceleration system EFCRuntime for distributed file systems NFS, GPFS - Support dataMigrate for data migration operations (currently only supp | Low | 5/26/2023 |
| v0.8.6 | ## What's Changed * Add approvers for release 0.8 by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/2864 * Update fluid version to 0.8.6 by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/2843 * add reinvocationPolicy by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/3047 * Cherry-pick fix worker volumes in alluxio chart (#2330) by @wangshli in https://github.com/fluid-cloudnative/fluid/pull/3191 * Fix rbacs and limit CSI Plugin's node related access by | Low | 5/8/2023 |
| v0.8.5 | ## What's Changed * Update fluid version to 0.8.5 by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/2623 * [juicefs] fix worker cache when set option (https://github.com/fluid-cloudnative/fluid/pull/2563) @zwwhdls * fix multi cache dir (https://github.com/fluid-cloudnative/fluid/pull/2639) @zwwhdls * [Enhancement]CSI plugin checks mount point liveness before binding mount points (https://github.com/fluid-cloudnative/fluid/pull/2703) @TrafalgarZZZ * Prettify error messages fo | Low | 3/27/2023 |
| v0.8.4 | ## What's Changed * Origin/init release 0.8.4 by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/2616 * Cherry-pick update fuse container as root user in sidecar mode (#2501) by @zwwhdls in https://github.com/fluid-cloudnative/fluid/pull/2618 * fix NPE issue of cleaning juicefsruntime (#2505) by @zwwhdls in https://github.com/fluid-cloudnative/fluid/pull/2619 * Cherry-pick Juicefs/fix secret key (#2509) by @zwwhdls in https://github.com/fluid-cloudnative/fluid/pull/2620 * Che | Low | 2/18/2023 |
| v0.8.3 | ## What's Changed * Update fluid version to 0.8.3 by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/2482 * Cherry-pick update fuse default image (#2118) by @zwwhdls in https://github.com/fluid-cloudnative/fluid/pull/2484 * update resource/privileged of juicefs (#2130) by @zwwhdls in https://github.com/fluid-cloudnative/fluid/pull/2485 * cherry-pick juicefs for 0.8.3 by @zwwhdls in https://github.com/fluid-cloudnative/fluid/pull/2487 * Build docker image for v0.8.3 by @cheyan | Low | 1/9/2023 |
| v0.8.2 | ## What's Changed * Update fluid version to 0.8.2 by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/2193 * Automated cherry pick of #2185: support image pull secrets from fluid helm charts to alluxio runtime by @allenhaozi in https://github.com/fluid-cloudnative/fluid/pull/2194 * Feat/fix parse image pull secret (#2190) by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/2195 * Automated cherry pick of #2236: Change alluxio podManagementPolicy from OrderedReady Par | Low | 11/8/2022 |
| v0.8.1 | ## v0.8.1 ### What's Changed * Fix no matched controller blocking dataset deletion (#2161) by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/2163 * Fix no interval resync if the dataset is created without runtime by @cheyang in https://github.com/fluid-cloudnative/fluid/pull/2167 * Add the toleration to fuse (#2158) by @wang-mask in https://github.com/fluid-cloudnative/fluid/pull/2168 **Full Changelog**: https://github.com/fluid-cloudnative/fluid/compare/v0.8.0...v0.8 | Low | 10/12/2022 |
| v0.8.0 | ## v0.8.0 ### Features - Lifecycle management of Serverless Job with fluid sidecar support - Enabling Runtime Controller on demand - Arm64 support with JuicefsRuntime - Container Network with short-circuit read support - Leader election support for Controllers and Webhook - Automatic CRD upgrader - Restrict Pod scheduling to dataset cache nodes - Tens of thousands of nodes support - Image pull secrets support - GCS support for Alluxio Runtime ### Refactorings - Port Allocation | Low | 9/4/2022 |
| v0.7.0 | ## v0.7.0 ### Breaking Changes - Update Kubernetes v1.20.12 dependencies and use Go 1.16 - Update CustomResourceDefinition to apiextensions.k8s.io/v1 - Update MutatingWebhookConfiguration to admissionregistration.k8s.io/v1 - Update CSIDriver to storage.k8s.io/v1 ### Features - Support fuse sidecar auto injection for all the runtimes,it’s helpful for no CSI environment - Support fuse auto recovery and upgrade - Support lazy fuse mount mode - Support New cache runtime: JuiceF | Low | 3/2/2022 |
| v0.6.0 | ## v0.6.0 ### Features - Support dataset cache autoscaling and cronscaling - Add dataset mounting point dynamically update feature - Enhance dataset cache aware Pod scheduling - Enhance HA support for cache Runtime - Support new cache Runtime:GooseFS ### Bugs - Fix [if alluxioruntime is nonroot, databackup will fail](https://github.com/fluid-cloudnative/fluid/issues/745) - Fix [Node labels exceeds maximum length limit for long namespace and name](https://github.com/fluid-cloudn | Low | 8/11/2021 |
| v0.5.0 | ### Features - Support on-the-fly dataset cache scale out/in - Add Metadata backup and restore operation - Support Fuse global mode and toleration - Enhance Prometheus monitoring support for AlluxioRuntime - Support new Runtime:JindoFS - Support HDFS configuration ### Bugs - [Fix compatibility issue of K8s 1.19+](https://github.com/fluid-cloudnative/fluid/issues/603) Please check [docs](https://github.com/fluid-cloudnative/fluid/blob/master/docs/en/TOC.md) to learn how to use F | Low | 3/16/2021 |
| v0.4.0 | ### Features - Prefetch Dataset automatically before using it - Support managing 4,000,000 small files - Support deploying multiple dataset in the same node - Support access dataset by using the HCFS Access Endpoint instead of Fuse ### 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) | Low | 11/6/2020 |
| v0.3.0 | * Accelerate data access in Host-path mode in K8s * Accelerate data access in Persistent Volume mode in K8s * Support the underlay storage which is configured only with non-root * Make the Alluxio Runtime’s settings optimized by default Please check [docs](https://github.com/fluid-cloudnative/fluid/blob/master/docs/zh/TOC.md) to learn how to use Fluid. **Compatible Alluxio Version**: Commit: https://github.com/cheyang/alluxio/commit/e0feba36cba1b57a3a9a0b893f7a477556e4955c Branch: htt | Low | 10/1/2020 |
| v0.2.0 | * Add code coverage badge * Update chart v0.2.0 * Update docs * Refactor the package name Please check [docs](https://github.com/fluid-cloudnative/fluid/blob/master/docs/en/TOC.md) to learn how to use Fluid. | Low | 9/5/2020 |
| v0.1.0 | Initial Release of the Fluid Controller Manager. | Low | 8/30/2020 |