Releases: juicedata/juicefs-operator
Releases · juicedata/juicefs-operator
v0.8.0
What's Changed
- fix(sync): separate resource for manager and worker pods by @zxh326 in #94
- chore: optimize sync stats update by @zxh326 in #95
- fix(sync): add security context with SYS_ADMIN and SYS_CHROOT capabilities by @zxh326 in #97
- fix(sync): improve SSH startup compatibility for RHEL-based image by @sw-cho in #96
- feat(sync): Support Kerberos authentication for HDFS sync by @sw-cho in #101
- Fix cachegroup dryrun affinity and warmup command by @zxh326 in #102
- update crd yaml by @zxh326 in #105
New Contributors
Full Changelog: v0.7.5...v0.8.0
v0.7.5
What's Changed
- fix(sync): pod resource not set correctly by @xiaozhuang-a in #92
New Contributors
- @xiaozhuang-a made their first contribution in #92
Full Changelog: v0.7.4...v0.7.5
v0.7.4
v0.7.3
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-backupby @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.1to this version there might be issues withcgstatus 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-workerFull Changelog: v0.6.5...v0.7.0