From f7bb7204b6cd99a16d79d89303baf37b61052f49 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 3 Oct 2023 11:33:43 +0200 Subject: [PATCH] Bump version --- CHANGELOG | 11 +++++++++++ CloudronManifest.json | 4 ++-- Dockerfile | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 91dddc8..44437cf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -398,3 +398,14 @@ * #8968: Error for Windows invalid file names should indicate the invalid character or name part * #8983: Integrate govulncheck +[1.23.0] +* Update Syncthing to 1.24.0 +* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.25.0) +* #8274: Usage report transport type is wrong for QUIC +* #8482: Discovery server keeps duplicate entries +* #9019: Web GUI loses config changes when doing multiple modifications (e.g. on slow hardware or remotely) +* #9112: panic: counter cannot decrease in value +* #9123: Hashed passwords via API are hashed again +* #141: Use multiple simultaneous TCP connections +* #5607: Move footer links to header + diff --git a/CloudronManifest.json b/CloudronManifest.json index a212972..218c84e 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.7", - "upstreamVersion": "1.23.7", + "version": "1.23.0", + "upstreamVersion": "1.25.0", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": { diff --git a/Dockerfile b/Dockerfile index 322c97d..acb30fc 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.7 +ARG VERSION=1.25.0 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