Skip to content

v0.24.4

Compare
Choose a tag to compare
@zxh326 zxh326 released this 18 Jul 04:25
· 47 commits to master since this release
b6b6218

This is a hotfix for version 0.24.3 when using pathPattern with special characters, creating a PV may fail.

What's Changed

  • refactor: separate util of k8s resources from common ones by @zwwhdls in #1008
  • Add log for missing finalizer pods by @polyrabbit in #1012
  • feat(dashboard): watch mountpod accesslog by @zxh326 in #1010
  • fix ce mountpod recreated & missing uuid by @zxh326 in #1014
  • fix: auto reveal end line in log modal by @zxh326 in #1018
  • fix: remove unnecessary get secret in provisioner by @zxh326 in #1020
  • fix(dashboard): use monaco-editor as an npm package by @zxh326 in #1026
  • chore: use fieldSelector to list current node pods instead of listing all PVs by @zxh326 in #1028
  • feat(dashboard): edit & update config in dashboard by @zxh326 in #1032
  • fix golint by @zwwhdls in #1035
  • feat: config support for PVC selection by storageClass and name by @zxh326 in #1034
  • fix dev minor by @zwwhdls in #1040
  • optimize dashboard ui by @zxh326 in #1038
  • update pod status and failedreason, fix app pod and pvc which is not juicefs by @zwwhdls in #1041
  • update hostname of mount pod to volume id by @zwwhdls in #1043

Included JuiceFS

  1. the included JuiceFS community version is v1.2.0
  2. the included JuiceFS enterprise version is 5.0.21
  3. default mount pod image of community is mount:ce-v1.2.0
  4. default mount pod image of enterprise is ee-5.0.21-317356c

Yaml Changed

Updated the dashboard RBAC permissions

  • CREATE pods/exec
  • GET/UPDATE configmaps

New Contributors

Full Changelog: v0.24.3...v0.24.4