From f505dd5038a30c62cee0d088e016ff27f0e8bfb7 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 7 Jun 2023 10:06:13 +0200 Subject: [PATCH] Bump version --- CHANGELOG | 5 +++++ CloudronManifest.json | 4 ++-- Dockerfile | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5df94ef..683d4c4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -376,3 +376,8 @@ * lib/syncthing: Handle successful global migration (fixes #8851) (#8852) * lib/syncthing: Handle successfull global migration (fixes #8851) +[1.22.5] +* Update Syncthing to 2.23.5 +* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.5) +* gui: Avoid code generating HTML (#8923) + diff --git a/CloudronManifest.json b/CloudronManifest.json index b4ed746..b4b043b 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.4", - "upstreamVersion": "1.23.4", + "version": "1.22.5", + "upstreamVersion": "1.23.5", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": { diff --git a/Dockerfile b/Dockerfile index dbe4779..1d2973f 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.4 +ARG VERSION=1.23.5 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