From 8bab686a7ea8feae020dc37050e8c7e7bfaa33f3 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 29 Jul 2024 20:18:43 +1000 Subject: [PATCH 1/3] Update syncthing to v1.27.9 --- syncthing/docker-compose.yml | 5 ++--- syncthing/umbrel-app.yml | 20 +++++++------------- 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/syncthing/docker-compose.yml b/syncthing/docker-compose.yml index 3c3ca08346..6adba6041a 100644 --- a/syncthing/docker-compose.yml +++ b/syncthing/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8384 server: - image: syncthing/syncthing:1.27.0@sha256:0fd4d5b3499ad26165fb7dffddc98988805fab8d72d1e0af71a574b7da563f58 + image: syncthing/syncthing:1.27.9@sha256:9f16c4aaf678add90a85bd53e324bfbb57d1e704e6a07b54c446e4a67e590dbf restart: on-failure stop_grace_period: 1m hostname: umbrel @@ -18,5 +18,4 @@ services: - ${APP_DATA_DIR}/data:/var/syncthing ports: - 22000:22000/tcp - - 22000:22000/udp - + - 22000:22000/udp \ No newline at end of file diff --git a/syncthing/umbrel-app.yml b/syncthing/umbrel-app.yml index 392901071e..ce3bd577ff 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.27.0" +version: "1.27.9" tagline: Peer-to-peer file synchronization between your devices description: >- Syncthing is a peer-to-peer continuous file synchronization @@ -26,18 +26,12 @@ gallery: path: "" defaultPassword: "" releaseNotes: >- - This release includes the following bug fixes and enhancements: + This update includes several bug fixes and improvements: + - Updated dependencies for better performance and security. + - Improved user interface with localized time in duration. + - Added Filipino (fil) translation template. - - spurious log file in $XDG_CONFIG_HOME - - Discovery Returns IP - - - Display error in 1.26 with login screen - - - 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.27.0 + Full release notes can be found at https://github.com/syncthing/syncthing/releases/tag/v1.27.9 submitter: Sam Cymbaluk -submission: https://github.com/getumbrel/umbrel/pull/1092 +submission: https://github.com/getumbrel/umbrel/pull/1092 \ No newline at end of file From f9835b06169884b35387020f9ca2dc7baff051f6 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Thu, 1 Aug 2024 12:40:59 +1000 Subject: [PATCH 2/3] tweak release notes --- syncthing/umbrel-app.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/syncthing/umbrel-app.yml b/syncthing/umbrel-app.yml index ce3bd577ff..7df2433565 100644 --- a/syncthing/umbrel-app.yml +++ b/syncthing/umbrel-app.yml @@ -31,7 +31,6 @@ releaseNotes: >- - Improved user interface with localized time in duration. - Added Filipino (fil) translation template. - - Full release notes can be found at https://github.com/syncthing/syncthing/releases/tag/v1.27.9 + Full release notes can be found at https://github.com/syncthing/syncthing/releases. submitter: Sam Cymbaluk submission: https://github.com/getumbrel/umbrel/pull/1092 \ No newline at end of file From 8acbc2c6f9fcb3aa468a7893b27e909204036ebd Mon Sep 17 00:00:00 2001 From: nmfretz Date: Thu, 1 Aug 2024 12:42:13 +1000 Subject: [PATCH 3/3] tweak release notes --- syncthing/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/umbrel-app.yml b/syncthing/umbrel-app.yml index 7df2433565..f76ef94487 100644 --- a/syncthing/umbrel-app.yml +++ b/syncthing/umbrel-app.yml @@ -26,7 +26,7 @@ gallery: path: "" defaultPassword: "" releaseNotes: >- - This update includes several bug fixes and improvements: + Changes: - Updated dependencies for better performance and security. - Improved user interface with localized time in duration. - Added Filipino (fil) translation template.