Skip to content

v0.32.0

Latest

Choose a tag to compare

@zxh326 zxh326 released this 08 Jul 07:21
63e4014

What's Changed

Included JuiceFS

  • the included JuiceFS community version is v1.4.0
  • the included JuiceFS enterprise version is 5.3.12
  • default mount pod image of community is mount:ce-v1.4.0
  • default mount pod image of enterprise is mount:ee-5.3.12-3dcd9a8

NOTE

PVC annotations used to override Mount Pod settings are now restricted. If your PVCs use any of the following annotations, set JUICEFS_ALLOW_UNSAFE_PVC_MOUNT_POD_ANNOTATIONS=true in the relevant CSI Driver component environment variables before upgrading, or migrate these settings to ConfigMap / StorageClass / PV configuration.

Affected annotations:

  • juicefs/mount-labels
  • juicefs/mount-annotations
  • juicefs/mount-service-account
  • juicefs/mount-image
  • juicefs/mount-delete-delay
  • juicefs/clean-cache
  • juicefs/mount-cache-pvc
  • juicefs/mount-cache-emptydir
  • juicefs/mount-cache-inline-volume
  • juicefs/host-path

Resource annotations are not affected:

  • juicefs/mount-cpu-limit
  • juicefs/mount-memory-limit
  • juicefs/mount-cpu-request
  • juicefs/mount-memory-request

Full Changelog: v0.31.10...v0.32.0