From d6be72d8133d42986bbe7eed88382281748891a8 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 9 Aug 2023 12:28:17 +0200 Subject: [PATCH] Bump version --- CHANGELOG | 13 +++++++++++++ CloudronManifest.json | 4 ++-- Dockerfile | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fd2831a..91dddc8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -385,3 +385,16 @@ * Update Syncthing to 1.23.6 * [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.6) +[1.22.7] +* Update Syncthing to 1.23.7 +* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.7) +* #6597: setLowPriority should not increase process priority when already lower (in Windows) +* #7698: ursrv: unrealistic uptime data, likely due to unset RTC (1970-01-01) +* #8958: Extended attribute filter editor should be enabled when "send extended attributes" is checked +* #8967: Shared With list ends with comma on 1 device +* #9001: relaysrv crash after some weeks of operation +* #8890: Do not autoexpand tilde sign (~) to an absolute home directory path +* #8957: Add environment variables for --home, --conf, and --data +* #8968: Error for Windows invalid file names should indicate the invalid character or name part +* #8983: Integrate govulncheck + diff --git a/CloudronManifest.json b/CloudronManifest.json index f32869d..a212972 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", - "version": "1.22.6", - "upstreamVersion": "1.23.6", + "version": "1.22.7", + "upstreamVersion": "1.23.7", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": { diff --git a/Dockerfile b/Dockerfile index 477cb28..322c97d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03 RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=1.23.6 +ARG VERSION=1.23.7 RUN wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - | tar -xz -C /app/code --strip-components=1