Update Syncthing to 1.26.0 (#820)

This commit is contained in:
jon-ryan 2023-11-10 21:21:06 +01:00 committed by GitHub
parent e4215fa35b
commit 5459fda32d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8384
server:
image: syncthing/syncthing:1.24.0@sha256:427259a6cadff846df63a9aa4a509ce087f92f38ddde60badde209a16adb64e0
image: syncthing/syncthing:1.26.0@sha256:b0887d0bf3a38158eea74408d9a9a587daa2bf85ad63fa644f85ae037432cd17
restart: on-failure
stop_grace_period: 1m
hostname: umbrel

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: syncthing
category: files
name: Syncthing
version: "1.24.0"
version: "1.26.0"
tagline: Peer-to-peer file synchronization between your devices
description: >-
Syncthing is a peer-to-peer continuous file synchronization
@ -28,17 +28,21 @@ defaultPassword: ""
releaseNotes: >-
This release includes the following bug fixes and enhancements:
- v1.23.6 introduces untrusted sharing regression
- Use a real login screen + sessions instead of HTTP basic auth
- Record more performance metrics
- Omitting %s from LDAP search filter results in corrupt search filter
- Announce IPv6 ULA
- Posting config with invalid versioner type causes panic
- Restore versions file filter should be case insensitive
- Deduplicated files on Windows aren't treated as regular files any more (Go 1.21)
- Check interface for FlagRunning
- 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
Full release notes can be found at https://github.com/syncthing/syncthing/releases/tag/v1.24.0
Full release notes can be found at https://github.com/syncthing/syncthing/releases/tag/v1.26.0
submitter: Sam Cymbaluk
submission: https://github.com/getumbrel/umbrel/pull/1092