Skip to content

v0.2.0

Choose a tag to compare

@vinelab-release-manager vinelab-release-manager released this 16 Jul 05:59
aedcf50

0.2.0 (2026-07-16)

⚠ BREAKING CHANGES

  • restic-adapter: the /health response replaces checks.ssh and checks.resticRepos with a checks.storage array of per-project results ({ project, backendType, reachable, error? }). Alerts querying checks.ssh.connected or checks.resticRepos will silently match nothing — repoint them at checks.storage[].reachable. backupctl health prints one line per project instead of the SSH/restic lines.

Features

  • restic-adapter: add pluggable storage backends for S3, B2, and rclone (#96) (d2e23f3)

Bug Fixes

  • deps: patch form-data, multer, and nodemailer security advisories (#97) (8af40cb)

CI/CD

  • deps: bump the actions group with 2 updates (#89) (36f610d)