Releases: offen/docker-volume-backup
Releases · offen/docker-volume-backup
v2.17.1
Fixes
- Update vulnerable containerd dependency #104
v2.17.0
Features
- Allow for the exclusion of files from backups #100
v2.16.0
Features
- Allow disabling of certificate verification for WebDAV #98
v2.15.3
Chores
- Update webdav client library #97
v2.15.2
Fixes
- List objects recursively when selecting candidates from S3 #92
v2.15.1
Fixes
- Consider S3 Path when selecting candidates for pruning #91
v2.15.0
Features
- Support identical cron schedules #87 (thanks @rpatel3001 for the input)
- Tag releases with major version only too #82
- Build using Go 1.18 #86
Refactor
- Use errgroup for running commands in parallel #83
Deprecations
- Deprecate BACKUP_FROM_SNAPSHOT #81 (refer to the README section for update instructions)
v2.14.1
Fixes
- Consider prefix rules when pruning WebDAV storages #79
v2.14.0
Features
- Allow multiple schedules in the same container #78
Docs
- update custom docker host documentation for pre/post commands #77 (thanks @rpatel3001)
v2.13.0
Features
- Add option to run pre/post commands for any container #73
Fixes
- Do not skip directories when creating tar archive #72
Docs