Releases: offen/docker-volume-backup
Releases · offen/docker-volume-backup
v2.37.2
v2.37.1
v2.37.0
contained a regression where environment variables would not be considered at all when running multiple schedules from a conf.d
directory. If you use this feature please upgrade to this version and do not use v2.37.0
which might result in backups not being persisted without further notice.
Fixes
- Env vars should propagate when using conf.d #358
Chores
v2.37.0
v2.36.1
v2.36.0
This release improves Docker Swarm support by removing the need for using a on-failure
restart policy on your services. Check the documentation for further details.
Features
Chores
- Dependency hygiene #324 #325 #326 #330 #331 #336
- Update action packages #335
- Start using v2 API for openpgp package #332
Fixes
- Panic values that can be cast to errors are not being printed #334
Docs
- Fix dropbox doc link #323 (thanks @peteward44)
Deprecation notice
This release deprecates the BACKUP_STOP_CONTAINER_LABEL
setting and renames it to BACKUP_STOP_DURING_BACKUP_LABEL
. The old setting will still work, but you will see a deprecation warning in your logs. It will also be removed in the next major version.
To update, rename the key:
env:
- BACKUP_STOP_CONTAINER_LABEL: database
+ BACKUP_STOP_DURING_BACKUP_LABEL: database