-
v0.10.5
StableSome checks failedCI / Build / Publish / Validate CHANGELOG structure (push) Successful in 1sCI / Build / Publish / Shellcheck (push) Successful in 4sCI / Build / Publish / Bats unit tests (push) Successful in 10sCI / Build / Publish / PR build & smoke test (push) Has been skippedCI / Build / Publish / Host-driven integration (entrypoint + storage sidecars) (push) Successful in 2m23sCI / Build / Publish / Round-trip + scheduler smoke (push) Successful in 4m19sCI / Build / Publish / Build multi-arch and push (push) Successful in 4m3sCI / Build / Publish / Reconcile releases across registries (push) Successful in 1m5sCI / Build / Publish / Workflow summary (push) Failing after 1sreleased this
2026-08-16 17:48:26 -07:00 | 24 commits to main since this releaseFixed
- The recovery kit still landed unreadable to a mirror/backup user on an ACL-backed share (e.g. a Synology volume) after 0.10.4: the staged copy did inherit the destination directory's ACL, and the
chmodthat stamps the kit with the storage's own mode then discarded it. On such a share the ACL is the access model — from inside the container every file in the store reads as a plain owner-only mode with no ACL visible at all — so the kit was chmod'ed to the mode it already carried, lost the inherited ACL for nothing, and verified clean because its mode still equalled that of the storage'sconfig. The kit is now chmod'ed only when that would actually change its mode, so a placement already matching the storage keeps whatever access the directory granted it. The placement-scheme version is bumped, so existing deployments re-place their already-placed kit once on the first backup (orarchiver recovery-kit) run after upgrade — norecovery-kit forceneeded.
Dependencies
- chore(deps): update dependency aptible/supercronic to v0.2.49
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads
- The recovery kit still landed unreadable to a mirror/backup user on an ACL-backed share (e.g. a Synology volume) after 0.10.4: the staged copy did inherit the destination directory's ACL, and the