Summary
- List filters on Volumes, Stacks, Backup Jobs, and Alerts are now reflected in the URL so you can copy and share filtered views directly.
Upgrade Notes
- This release does not include database migrations or deployment configuration changes.
- No post-upgrade action is required beyond deploying the updated application files.
Verification
- Local verification before release included
docker run --rm -v "$PWD:/app" -w /app volumevault:local php artisan changelog:validate v1.7.2 --release. - Local verification before release included
docker run --rm -v "$PWD:/app" -w /app volumevault:local php artisan test --compact. - Local verification before release included
docker run --rm -v "$PWD:/app" -w /app volumevault:local php ./vendor/bin/pint --dirty --format agent. - Local verification before release included
npm run build.