Releases: juicedata/juicefs-operator
Releases · juicedata/juicefs-operator
v0.7.2
What's Changed
- feat(sync): add pvc as extraVolumes support by @zxh326 in #82
- feat(cg): Introduce lightweight scheduler simulator by @zxh326 in #83
- fix(cg): avoid duplicate add
group-backup
by @zxh326 in #84 - fix: increase log retrieval limit for sync and warmup jobs by @zxh326 in #86
- fix(cg): adjust scheduling logic by @zxh326 in #87
- fix(sync): reverse sync log to get last stats by @zxh326 in #88
Full Changelog: v0.7.1...v0.7.2
v0.7.1
v0.7.0
What's Changed
- feat: add support for namespace watching by @zxh326 in #76
- fix dockerfile build args & allow to disable group-backup by @zxh326 in #78
- fix warmup target by @zxh326 in #79
Compatibility
- minimal k8s version:
1.21
- If you are upgrading from a version below
0.5.1
to this version there might be issues withcg
status synchronization, requiring manual addition of labels to existing cg-workers.
kubectl label pods app.kubernetes.io/managed-by=juicefs-operator -l app.kubernetes.io/name=juicefs-cache-group-worker
Full Changelog: v0.6.5...v0.7.0