Skip to content

Releases: offen/docker-volume-backup

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)

v2.37.2

13 Feb 18:55
@m90 m90
5c8bc10
Compare
Choose a tag to compare

Fixes

  • Remove stray log statement #359

v2.37.1

13 Feb 14:57
@m90 m90
9a1e885
Compare
Choose a tag to compare

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

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

Features

Chores

  • Dependency hygiene #345

This image now supports a richer set of cron schedules than before. See the documentation for what exactly is supported.

v2.36.1

01 Feb 17:32
@m90 m90
63b5457
Compare
Choose a tag to compare

Fixes

  • Exclusive file lock is released prematurely #339