From 293ff366077fb35d40ba667236b4bf303d5ebf89 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 7 Jun 2022 13:53:35 +0200 Subject: [PATCH] Bump version for 1.20.2 --- CHANGELOG | 5 +++++ CloudronManifest.json | 4 ++-- Dockerfile | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index dc242f3..4fe5ad7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -304,3 +304,8 @@ * [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.20.1) * #8320: Spurious failure of new connections ("unknown (newer?) version of the protocol" etc) +[1.20.2] +* Update Syncthing to 1.20.2 +* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.20.2) +* Fix use of old, renamed function in edit folder sharing tab. + diff --git a/CloudronManifest.json b/CloudronManifest.json index 18998df..8226a14 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", - "version": "1.20.1", - "upstreamVersion": "1.20.1", + "version": "1.20.2", + "upstreamVersion": "1.20.2", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": { diff --git a/Dockerfile b/Dockerfile index 74a8371..b3ccb0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1 RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=1.20.1 +ARG VERSION=1.20.2 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