Skip to content

Releases: offen/docker-volume-backup

v2.43.0

19 Aug 21:04
@m90 m90
Compare
Choose a tag to compare

Features

Chores

  • Dependency hygiene #458

v2.42.0

11 Aug 08:28
@m90 m90
8a64da4
Compare
Choose a tag to compare

Features

v2.41.0

09 Aug 13:52
@m90 m90
336e12f
Compare
Choose a tag to compare

Features

  • Add support for Azure storage access tiers #452

Chores

v2.40.0

31 Jul 20:13
@m90 m90
c4eeaad
Compare
Choose a tag to compare

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

15 Apr 13:25
@m90 m90
f2ef488
Compare
Choose a tag to compare

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

08 Mar 19:36
@m90 m90
baf34ec
Compare
Choose a tag to compare

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

27 Feb 21:25
@m90 m90
5abfe5b
Compare
Choose a tag to compare

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

  • Dependency hygiene #377

v2.38.1

23 Feb 17:05
@m90 m90
9b768c7
Compare
Choose a tag to compare

Fixes

  • Lines from conf files that are comments should not be passed to shell.Expand #374

v2.38.0

22 Feb 16:55
@m90 m90
Compare
Choose a tag to compare

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

15 Feb 11:21
@m90 m90
a01fc3d
Compare
Choose a tag to compare

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:

  • Add OCI labels to Docker images #361 (thanks @pxlfrk)