Skip to content

Commit cddd53f

Browse files
committed
update changelog and user-agent
1 parent 37cbe35 commit cddd53f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.6.0 (12.05.2025)
4+
5+
- updated software versions and debian base image
6+
- run as non root
7+
38
## 1.5.4 (10.02.2025)
49

510
- improved tree output

log.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export DATABASE_DUMP_COMPRESSION=${DATABASE_DUMP_COMPRESSION:="false"}
2020
export SEATABLE_BIGDATA_DUMP=${SEATABLE_BIGDATA_DUMP:="false"}
2121
export SEATABLE_BIGDATA_HOST=${SEATABLE_BIGDATA_HOST:="seatable-server"}
2222
export HEALTHCHECK_URL=${HEALTHCHECK_URL:=""}
23-
export USER_AGENT=${USER_AGENT:="restic-backup-docker/1.5.4"}
23+
export USER_AGENT=${USER_AGENT:="restic-backup-docker/1.6.0"}
2424

2525
log() {
2626
local LEVEL="$1"

0 commit comments

Comments
 (0)