From 8bba773a541723a01cc4c39f0161a950e0f49ae8 Mon Sep 17 00:00:00 2001 From: jon-ryan <37742289+jon-ryan@users.noreply.github.com> Date: Mon, 11 Dec 2023 07:19:30 +0100 Subject: [PATCH] Update Syncthing to v1.27.0 (#902) --- syncthing/docker-compose.yml | 2 +- syncthing/umbrel-app.yml | 19 +++++++------------ 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/syncthing/docker-compose.yml b/syncthing/docker-compose.yml index 26748ab..3c3ca08 100644 --- a/syncthing/docker-compose.yml +++ b/syncthing/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8384 server: - image: syncthing/syncthing:1.26.0@sha256:b0887d0bf3a38158eea74408d9a9a587daa2bf85ad63fa644f85ae037432cd17 + image: syncthing/syncthing:1.27.0@sha256:0fd4d5b3499ad26165fb7dffddc98988805fab8d72d1e0af71a574b7da563f58 restart: on-failure stop_grace_period: 1m hostname: umbrel diff --git a/syncthing/umbrel-app.yml b/syncthing/umbrel-app.yml index 5e5a430..2f1b9f2 100644 --- a/syncthing/umbrel-app.yml +++ b/syncthing/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: syncthing category: files name: Syncthing -version: "1.26.0" +version: "1.27.0" tagline: Peer-to-peer file synchronization between your devices description: >- Syncthing is a peer-to-peer continuous file synchronization @@ -28,21 +28,16 @@ defaultPassword: "" releaseNotes: >- This release includes the following bug fixes and enhancements: - - Use a real login screen + sessions instead of HTTP basic auth + - spurious log file in $XDG_CONFIG_HOME - - Omitting %s from LDAP search filter results in corrupt search filter + - Discovery Returns IP - - Posting config with invalid versioner type causes panic + - Display error in 1.26 with login screen - - Deduplicated files on Windows aren't treated as regular files any more (Go 1.21) - - - Syncthing Docker container fails to start if underlying filesystem doesn't support chown - - - traefik no longer url escape X-Forwarded-Tls-Client-Cert header - - - Favicon is stuck in notify state + - Default config (state) dir on Unixes should be ~/.local/state/syncthing ($XDG_STATE_HOME/syncthing) + - Login form: login button should have an id attribute - Full release notes can be found at https://github.com/syncthing/syncthing/releases/tag/v1.26.0 + Full release notes can be found at https://github.com/syncthing/syncthing/releases/tag/v1.27.0 submitter: Sam Cymbaluk submission: https://github.com/getumbrel/umbrel/pull/1092