Update docker.io/davidcrty/databasement Docker tag to v1.7.1
No problems upgrading the Docker container with a Docker compose yaml file by means of Watchtower DevOps resp. GitOps with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| docker.io/davidcrty/databasement | minor | 1.6.12 → 1.7.1 |
Release Notes
David-Crty/databasement (docker.io/davidcrty/databasement)
v1.7.1
What's Changed
- perf(logs): bound job log capture, storage and rendering by @David-Crty in #497
- feat(api): expose SSH tunnel configs as a REST resource (#493) by @David-Crty in #496
- fix(backup): keep MySQL 26.x dumps working (#494) by @David-Crty in #498
Full Changelog: https://github.com/David-Crty/databasement/compare/v1.7.0...v1.7.1
v1.7.0
What's Changed
- fix(deps): resolve shell-quote DoS (CVE-2026-13311) by @David-Crty in #486
- feat(backup): support multiple storage volumes per backup config by @David-Crty in #478
- feat(postgres): add SSL toggle to require TLS on connections by @David-Crty in #491
- feat(snapshots): badge each volume copy on the snapshot list by @David-Crty in #495
Full Changelog: https://github.com/David-Crty/databasement/compare/v1.6.12...v1.7.0