Releases: offen/docker-volume-backup
Releases · offen/docker-volume-backup
v2.25.1
Fixes
- Non-streaming upload to WebDAV fails on big files #181
v2.25.0
Features
- Support Azure Blob Storage #171
- Update Alpine Base image to 3.17 #177
v2.24.0
Features
- Pass file location to lifecycle commands #173
v2.23.0
Features
- Allow use of a custom ca cert when working against S3 storages #170
v2.22.2
Fixes
- AWS Region eu-central-2 S3 buckets cannot be used to store backups #167 (thanks @freix1)
v2.22.1
Fixes
- Call ListObjects without WithMetadata option #165
v2.22.0
Features
- Run copying and pruning against multiple storages in parallel #152
- Allow passing AWS credentials in Docker secrets #161 (thanks @pixxon)
Chores
Refactor
- Use crontab command to recreate empty tab file #141
- Added abstract helper interface for all storage backends #135 (thanks @MaxJa4)
v2.21.0
Features
- Print more error info for S3 storages #136 (thanks @MaxJa4)
- Update base image to alpine:3.16 #124
Fixes
- Delete existing crontab before appending entries per conf.d #140 (fixes #139)
v2.19.0
Features
- Add
env
template helper #121
- Add storage class header for S3 #119 (thanks @Rwanito)
Fixes
- Make crond log to stderr so Docker can forward it #120