Skip to content

Releases: offen/docker-volume-backup

v2.25.0

11 Jan 20:50
@m90 m90
5c04e11
Compare
Choose a tag to compare

Features

  • Support Azure Blob Storage #171
  • Update Alpine Base image to 3.17 #177

v2.24.0

30 Dec 15:11
@m90 m90
63961cd
Compare
Choose a tag to compare

Features

  • Pass file location to lifecycle commands #173

v2.23.0

22 Dec 13:47
@m90 m90
9534cde
Compare
Choose a tag to compare

Features

  • Allow use of a custom ca cert when working against S3 storages #170

v2.22.2

21 Nov 19:54
@m90 m90
08bafdb
Compare
Choose a tag to compare

Fixes

  • AWS Region eu-central-2 S3 buckets cannot be used to store backups #167 (thanks @freix1)

v2.22.1

23 Oct 20:03
@m90 m90
907deec
Compare
Choose a tag to compare

Fixes

  • Call ListObjects without WithMetadata option #165

v2.22.0

12 Oct 18:54
@m90 m90
Compare
Choose a tag to compare

Features

  • Run copying and pruning against multiple storages in parallel #152
  • Allow passing AWS credentials in Docker secrets #161 (thanks @pixxon)

Chores

  • Build using Go 1.19 #153

Refactor

  • Use crontab command to recreate empty tab file #141
  • Added abstract helper interface for all storage backends #135 (thanks @MaxJa4)

v2.21.0

15 Aug 07:50
@m90 m90
b2d4c48
Compare
Choose a tag to compare

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.20.0

10 Jul 08:53
@m90 m90
b441cf3
Compare
Choose a tag to compare

Features

  • Allow more granularity when running labeled commands #115

Deprecations

This release deprecates the usage of docker-volume-backup.exec-[pre|post] labels as they have been renamed. The old label names still work, but will now print a deprecation warning, they will be removed in the next major release. See https://github.com/offen/docker-volume-backup#replace-deprecated-exec-pre-and-exec-post-labels for a migration guide.

v2.19.0

06 Jul 11:42
@m90 m90
3661a4b
Compare
Choose a tag to compare

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

v2.18.0

17 Jun 10:51
@m90 m90
1892d56
Compare
Choose a tag to compare

Features