-
v0.8.11
StableAll checks were successfulCI / Build / Publish / Shellcheck (push) Successful in 5sCI / Build / Publish / Validate CHANGELOG structure (push) Successful in 2sCI / Build / Publish / PR build & smoke test (push) Has been skippedCI / Build / Publish / Build multi-arch and push (push) Successful in 2m11sCI / Build / Publish / Reconcile releases across registries (push) Successful in 46sCI / Build / Publish / Workflow summary (push) Successful in 2sreleased this
2026-06-04 22:32:36 -07:00 | 67 commits to main since this releaseFixed
- The 0.8.10 do-spaces restore fix was still broken in
auto-restore:sanitize_storage_namelogs a "name was sanitized" WARN vialog_message, andauto-restore.shredefineslog_messageto also echo to stdout — so callers doingname="$(sanitize_storage_name …)"captured that log line into the name, re-corruptingDUPLICACY_<NAME>_*. The function now redirects itslog_messageto stderr, so only the sanitized name reaches stdout. Kept as one shared function (called by both backup and restore) so the sanitization is guaranteed identical on both paths.
Downloads
-
Source code (ZIP)
8 downloads
-
Source code (TAR.GZ)
9 downloads
- The 0.8.10 do-spaces restore fix was still broken in