From 088028e8dbbfbedb43c6467cb80a84f84767df48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 17:00:35 +0000 Subject: [PATCH 1/2] chore(deps): update syncthing/syncthing docker tag to v1.22 --- apps/syncthing/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/syncthing/docker-compose.yml b/apps/syncthing/docker-compose.yml index 78ddbced..03f5530d 100644 --- a/apps/syncthing/docker-compose.yml +++ b/apps/syncthing/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.7" services: syncthing: container_name: syncthing - image: syncthing/syncthing:1.20 + image: syncthing/syncthing:1.22 stop_grace_period: 1m hostname: tipi environment: From 60811fec54ed93c26936d145752801eca2d4a722 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 14 Oct 2022 17:00:52 +0000 Subject: [PATCH 2/2] Update app version --- apps/syncthing/config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/syncthing/config.json b/apps/syncthing/config.json index 0b201a3e..9453bcbb 100644 --- a/apps/syncthing/config.json +++ b/apps/syncthing/config.json @@ -4,9 +4,12 @@ "available": true, "port": 8090, "id": "syncthing", - "tipi_version": 1, - "version": "1.20", - "categories": ["data", "utilities"], + "tipi_version": 2, + "version": "1.22", + "categories": [ + "data", + "utilities" + ], "description": "Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers. We strive to fulfill the goals below. The goals are listed in order of importance, the most important one being the first. This is the summary version of the goal list - for more commentary, see the full Goals document.", "short_desc": "Peer-to-peer file synchronization between your devices", "author": "The Syncthing Foundation",