1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-10-06 05:36:56 +02:00

552 Commits

Author SHA1 Message Date
dependabot[bot]
f9eabbc326 Bump github.com/docker/cli (#577) 2025-04-22 05:39:43 +00:00
dependabot[bot]
8618599a06 Bump github.com/minio/minio-go/v7 from 7.0.89 to 7.0.90 (#574) 2025-04-15 06:00:01 +00:00
dependabot[bot]
276d819554 Bump github.com/ProtonMail/go-crypto from 1.1.0-alpha.1 to 1.2.0 (#575) 2025-04-15 05:59:48 +00:00
dependabot[bot]
8f38f5304d Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#576) 2025-04-15 05:59:32 +00:00
dependabot[bot]
6f2340fc9b Bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (#572) 2025-04-08 06:10:00 +00:00
dependabot[bot]
d538f00dcf Bump golang.org/x/sync from 0.12.0 to 0.13.0 (#573) 2025-04-08 05:51:17 +00:00
dependabot[bot]
27371deaf8 Bump github.com/minio/minio-go/v7 from 7.0.88 to 7.0.89 (#570) 2025-04-01 05:28:44 +00:00
dependabot[bot]
a5019e62dd Bump github.com/docker/cli (#569) 2025-04-01 05:10:55 +00:00
dependabot[bot]
1e4e9a3316 Bump github.com/pkg/sftp from 1.13.8 to 1.13.9 (#568) 2025-04-01 05:10:18 +00:00
Frederik Ring
c735962bb9 Link to Dropbox from config reference is outdated (#562)
Closes #561
2025-03-26 12:06:42 +01:00
dependabot[bot]
0f31bd554b Bump github.com/docker/cli (#560) 2025-03-25 06:18:55 +00:00
dependabot[bot]
e572caeaab Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#559) 2025-03-22 06:01:59 +00:00
dependabot[bot]
c836c19cbe Bump github.com/pkg/sftp from 1.13.7 to 1.13.8 (#558) 2025-03-18 06:22:58 +00:00
dependabot[bot]
765630b131 Bump golang.org/x/net from 0.35.0 to 0.36.0 (#557) 2025-03-13 07:26:55 +00:00
dependabot[bot]
6725f14ee0 Bump golang.org/x/sync from 0.11.0 to 0.12.0 (#554) 2025-03-11 06:19:58 +00:00
dependabot[bot]
89d020e0ed Bump mvdan.cc/sh/v3 from 3.10.0 to 3.11.0 (#553) 2025-03-11 05:58:22 +00:00
dependabot[bot]
9af201d4c3 Bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 (#555) 2025-03-11 05:40:03 +00:00
dependabot[bot]
f3774385b3 Bump github.com/minio/minio-go/v7 from 7.0.87 to 7.0.88 (#556) 2025-03-11 05:39:50 +00:00
dependabot[bot]
44c4c31a2b Bump github.com/docker/cli (#551) 2025-03-04 06:24:41 +00:00
Dan
152413b8bd Update encrypt-backups.md (#550)
Updated docs to reflect changes made in #530
2025-03-03 07:16:23 +01:00
Frederik Ring
89655e09ad Config reference should always use default values (#549)
* Config reference should always use default values

* Cut down proliferation of conventions in config reference
v2.43.3
2025-02-28 17:31:07 +01:00
Frederik Ring
016e470f5f Directories aren't excluded from pruning logic (#548) 2025-02-28 17:21:35 +01:00
Frederik Ring
0f30b959f8 Info on filenames is missing on errors when deleting files 2025-02-28 14:48:11 +01:00
Frederik Ring
eb4099debd Paths are joined with client side separators when targeting remotes (#547)
Currently, filepath.Join is used to join path fragments that are supposed
to be created on remote storage backends. This could theoretically cause
problems when the separators used by the client and the remotes do not match.
It's unlikely this causes problems right now, but it's definitely better to
rectify it before it causes further confusion.

This was raised in #541
2025-02-27 13:55:14 +01:00
Frederik Ring
d8ac5ae7e6 Ensure all examples in docs mount a readonly socket 2025-02-27 11:47:57 +01:00
Frederik Ring
bad2d98ac8 Always use read only socket mount in tests (#546) 2025-02-26 12:00:39 +01:00
dependabot[bot]
2884d89f47 Bump github.com/klauspost/compress from 1.17.11 to 1.18.0 (#545) 2025-02-25 06:21:53 +00:00
dependabot[bot]
fcdaa09538 Bump github.com/minio/minio-go/v7 from 7.0.86 to 7.0.87 (#544) 2025-02-25 06:21:37 +00:00
dependabot[bot]
c48ac28626 Bump github.com/docker/cli (#543) 2025-02-25 06:21:23 +00:00
dependabot[bot]
22a4346c06 Bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 (#542) 2025-02-25 06:21:08 +00:00
dependabot[bot]
41d518a341 Bump golang from 1.23-alpine to 1.24-alpine (#537)
* Bump golang from 1.23-alpine to 1.24-alpine

Bumps golang from 1.23-alpine to 1.24-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Also update CI and go.mod

* Old version of golangci-lint does not match Go version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frederik Ring <frederik.ring@gmail.com>
2025-02-22 16:33:20 +01:00
dependabot[bot]
8f0a1c9809 Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#536) 2025-02-17 21:57:57 +00:00
dependabot[bot]
75f94b0211 Bump github.com/minio/minio-go/v7 from 7.0.85 to 7.0.86 (#535) 2025-02-17 21:57:01 +00:00
dependabot[bot]
56f325a8bd Bump golang.org/x/sync from 0.10.0 to 0.11.0 (#533) 2025-02-11 06:23:44 +00:00
dependabot[bot]
7e6ed752f7 Bump github.com/minio/minio-go/v7 from 7.0.84 to 7.0.85 (#534) 2025-02-11 06:05:06 +00:00
dependabot[bot]
00cf059f4f Bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 (#532) 2025-02-11 06:04:51 +00:00
Frederik Ring
cbbaa6ba7a Support passing standard ssh keys to age encryption (#530)
* Support passing standard ssh keys to age encryption

* Cover SSH keys in age test case
v2.43.2
2025-02-07 13:43:41 +01:00
Frederik Ring
2652e05169 Docker build now warns about casing mismatch 2025-02-06 17:49:50 +01:00
Frederik Ring
23756074f9 Publishing actions have been deprecated 2025-02-04 16:37:25 +01:00
Frederik Ring
40b12b9d07 Configuration reference on age encryption is lacking 2025-02-04 16:34:10 +01:00
dependabot[bot]
e628f09122 Bump github.com/docker/cli (#526) 2025-01-28 06:21:38 +00:00
dependabot[bot]
7340e00dab Bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob (#527) 2025-01-28 06:02:39 +00:00
Frederik Ring
958585336a Funding info for GitHub is redundant 2025-01-23 13:53:26 +01:00
dependabot[bot]
68b7e4d678 Bump github.com/minio/minio-go/v7 from 7.0.83 to 7.0.84 (#524) 2025-01-21 06:01:34 +00:00
dependabot[bot]
857e4fc605 Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#523) 2025-01-21 06:01:11 +00:00
dependabot[bot]
8d26194809 Bump github.com/docker/cli (#522) 2025-01-14 12:09:03 +00:00
Frederik Ring
3063288d1e Main README should refer to configuration reference instead 2025-01-09 18:17:53 +01:00
dependabot[bot]
02fdfb363c Bump alpine from 3.20 to 3.21 (#502) v2.43.1 2025-01-07 15:00:54 +00:00
dependabot[bot]
2ee23a9384 Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 (#517) 2025-01-07 06:06:22 +00:00
dependabot[bot]
16be0c0217 Bump github.com/otiai10/copy from 1.14.0 to 1.14.1 (#518) 2025-01-07 05:47:03 +00:00