From 526893806a3d0392e41bd4a8e1f04b43acf52ee8 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 4 Apr 2023 12:56:34 +0200 Subject: [PATCH] Bump version --- CHANGELOG | 10 ++++++++++ CloudronManifest.json | 4 ++-- Dockerfile | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ce1a4d4..c314d5e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -360,3 +360,13 @@ * #8660: GUI editor for xattr filter patterns * #8781: gui: Remove duplicate Spanish translation +[1.22.3] +* Update Syncthing to 1.23.3 +* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.3) +* #5408: Selection of time in versions GUI not possible without editing the string inside the textfield +* #8277: Mutual encrypted sharing doesn't work (both sides with password) +* #8556: Increased file size when sharing between encrypted devices +* #8599: Key generation at connect time is slow for encrypted connections +* #7859: Allow sub-second watcher delay (use case: remote development) +* #8828: cmd/stdiscosrv: TestDatabaseGetSet flake + diff --git a/CloudronManifest.json b/CloudronManifest.json index e55bb3e..a60f4cd 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.2", - "upstreamVersion": "1.23.2", + "version": "1.22.3", + "upstreamVersion": "1.23.3", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": { diff --git a/Dockerfile b/Dockerfile index 97da34d..8ae1720 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.2 +ARG VERSION=1.23.3 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