- 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
- 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: JuiceFS
- Change cache worker deployment mode from DaemonSet to StatefulSet to use K8s Native schedule mechanism
- Fix “Failed to update status of dataload”
- Fix “Failed to delete dataload when target dataset is removed”
- Fix “node-driver-registrar will not receive any volume umount in subdirectories of kubelet-dir”
- Support dataset cache autoscaling and cronscaling
- Add dataset mount point dynamically update feature
- Enhance dataset cache aware Pod scheduling
- Enhance HA support for cache Runtime
- Support new cache Runtime:GooseFS
- Fix if alluxioruntime is nonroot, databackup will fail
- Fix Node labels exceeds maximum length limit for long namespace and name
- 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
- 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
- Accelerate data access in Host-path mode in K8s
- Accelerate data access in Persistent Volume mode in K8s
- Support the underlay storage(NFS, Lustre) which is configured only with non-root
- Make the Alluxio Runtime’s settings optimized by default
- MountVolume.SetUp failed in GKE
- fuse.csi.fluid.io not found in the list registered CSI drivers when node restart in k8s 1.15.1
- Add code coverage badge
- Update chart v0.2.0
- Update docs
- Refactor the package name
- Add 'Dataset', 'AlluxioRuntime' CRD for managing the data
- Add PV and PVC for Posix interface
- Documentation
- Helm Chart