From 86edd041dca19c5d1dd5acd4da7cc1ad33ebfe4c Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 2 Aug 2022 11:37:50 +0200 Subject: [PATCH] Bump version --- CHANGELOG | 7 +++++++ CloudronManifest.json | 4 ++-- Dockerfile | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8935478..4835e31 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -317,3 +317,10 @@ * #8386: Ignore patterns with wildcard and non-ASCII characters don't work as expected * #8393: Warn if two devices are introducers to each other +[1.20.4] +* Update Syncthing to 1.20.4 +* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.20.4) +* #7458: Syncthing announces address of interface which is down +* #8479: Panic in failure reporting +* #8007: Support listing the discovered devices using the cli + diff --git a/CloudronManifest.json b/CloudronManifest.json index ef09a94..f17e7c9 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.3", - "upstreamVersion": "1.20.3", + "version": "1.20.4", + "upstreamVersion": "1.20.4", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": { diff --git a/Dockerfile b/Dockerfile index 544ed22..2438f33 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.3 +ARG VERSION=1.20.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