• v0.8.11 6939b087a4

    v0.8.11
    All checks were successful
    CI / Build / Publish / Shellcheck (push) Successful in 5s
    CI / Build / Publish / Validate CHANGELOG structure (push) Successful in 2s
    CI / Build / Publish / PR build & smoke test (push) Has been skipped
    CI / Build / Publish / Build multi-arch and push (push) Successful in 2m11s
    CI / Build / Publish / Reconcile releases across registries (push) Successful in 46s
    CI / Build / Publish / Workflow summary (push) Successful in 2s
    Stable

    Cody Bryant released this 2026-06-04 22:32:36 -07:00 | 67 commits to main since this release

    Fixed

    • The 0.8.10 do-spaces restore fix was still broken in auto-restore: sanitize_storage_name logs a "name was sanitized" WARN via log_message, and auto-restore.sh redefines log_message to also echo to stdout — so callers doing name="$(sanitize_storage_name …)" captured that log line into the name, re-corrupting DUPLICACY_<NAME>_*. The function now redirects its log_message to 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