Skip to content

v1.0.0

Choose a tag to compare

@Darkdragon14 Darkdragon14 released this 06 May 19:34
· 180 commits to main since this release

Summary

  • First stable release of VolumeVault for self-hosted Docker volume backup management.
  • Includes scheduled and manual backups, safe restore-to-new-volume workflows, encrypted destinations, notifications, installation saves, user management, API tokens, and a documented /api/v1 API.
  • Container builds now expose the build reference in the app footer and OpenAPI metadata.

Known Limitations

  • Restore currently supports new Docker volumes only.
  • No external identity provider support yet.
  • No remote Docker host or Kubernetes support yet.
  • Local backup destinations require a filesystem path shared by VolumeVault and the temporary Offen container.

Verification

  • Frontend build passed.
  • Laravel test suite passed: 49 tests.