Releases: offen/docker-volume-backup
Releases · offen/docker-volume-backup
v2.41.0
Features
- Add support for Azure storage access tiers #452
Chores
v2.40.0
Features
- Bump shoutrrr to version 0.8 #450
Fixes
- Close file handler after encryption #419 (thanks @testwill)
- Fix minor complaints raised by golangci-lint e613f60
Chores
v2.39.1
Fixes
- Result of query for services is used before handling possible error, non-replicated services that are labeled should raise an error #405
Chores
- Update test suite image to use Docker 26 #404
- Print stack trace when encountering unexpected panic #406
- Dependency hygiene #389 #390 #392 #401 #402
v2.39.0
Features
- Allow authentication using connection string when targeting Azure Blob Storage #383
Chores
- Dependency hygiene #381 #382
- Also forward exec output when failing to demultiplex #379
v2.38.2
This release fixes an issue when running docker-volume-backup
against the Balena Docker Engine.
Fixes
- Swarm mode check fails on non-standard Info responses #376
Chores
v2.38.1
Fixes
- Lines from conf files that are comments should not be passed to shell.Expand #374
v2.38.0
Features
- Allow backup to be run as non-root user #372
Fixes
- Expanding values in conf files should work like with
source
#372
Chores
- Improve user facing error messages and "stack traces" #360
Build
- Build using Go 1.22 #356
- Hardcoded label values don't require quoting #365
v2.37.3
This fixes another regression that was introduced in v2.37.0
. If you rely on variable names to be expanded in conf.d
files, please make sure to upgrade to this version to keep the behavior consistent with previous releases.
Fixes
- Conf files should expand env vars #363
Build: