From f00e65442b7b23cdf002e247626acfc788baee26 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 2 Jan 2022 09:58:45 +0100 Subject: [PATCH] Bump version for 1.18.5 --- CHANGELOG | 8 ++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3ae51a4..3b9240f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -256,4 +256,12 @@ * #8000: stdiscosrv + strelaysrv systemd services not restarting on upgrade * #8012: Not retrying to sync when a new connection is established +[1.18.5] +* Update Syncthing to 1.18.5 +* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.18.5) +* Update base image to 3.2.0 +* #7715: Deleted encrypted files don't show up as locally changed in web UI +* #7115: Use CRLF instead of LF in config.xml and .stignore on Windows +* #8014: Send TLS SNI to relay server +* #8021: Provide a way to preset GUI credentials with password hashing diff --git a/CloudronManifest.json b/CloudronManifest.json index a570886..d6f940e 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", - "version": "1.18.4", + "version": "1.18.5", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index d7cbaec..9e849b6 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Syncthing 1.18.4. +This app packages Syncthing 1.18.5. Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. diff --git a/Dockerfile b/Dockerfile index 7913d80..63fcc90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92 +FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd14060332dd88263ea RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=1.18.4 +ARG VERSION=1.18.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