Skip to content

Latest commit

 

History

History
99 lines (65 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

99 lines (65 loc) · 2.91 KB

Fluid Release Notes

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: JuiceFS

Refactorings

  • Change cache worker deployment mode from DaemonSet to StatefulSet to use K8s Native schedule mechanism

Bug Fix

v0.6.0

Features

  • 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

Bugs

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

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

v0.3.0

Features

  • 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

Bugs

v0.2.0

Features

  • Add code coverage badge
  • Update chart v0.2.0
  • Update docs
  • Refactor the package name

v0.1.0

Features

  • Add 'Dataset', 'AlluxioRuntime' CRD for managing the data
  • Add PV and PVC for Posix interface
  • Documentation
  • Helm Chart