From 4682a6795441ff8baecf1148118989a3f9e27275 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 5 Apr 2023 17:44:06 +0200 Subject: [PATCH] Bump version --- CHANGELOG | 6 ++++++ CloudronManifest.json | 4 ++-- Dockerfile | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c314d5e..6482dd6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -370,3 +370,9 @@ * #7859: Allow sub-second watcher delay (use case: remote development) * #8828: cmd/stdiscosrv: TestDatabaseGetSet flake +[1.23.4] +* Update Syncthing to 2.23.4 +* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.4) +* lib/syncthing: Handle successful global migration (fixes #8851) (#8852) +* lib/syncthing: Handle successfull global migration (fixes #8851) + diff --git a/CloudronManifest.json b/CloudronManifest.json index a60f4cd..b4ed746 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.3", - "upstreamVersion": "1.23.3", + "version": "1.22.4", + "upstreamVersion": "1.23.4", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": { diff --git a/Dockerfile b/Dockerfile index 8ae1720..dbe4779 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.3 +ARG VERSION=1.23.4 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