diff --git a/resiliosync/CHANGELOG.md b/resiliosync/CHANGELOG.md index ced80a920..dbf9dd5af 100644 --- a/resiliosync/CHANGELOG.md +++ b/resiliosync/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.8.0.1389 (11-05-2024) +- Update to latest version from linuxserver/docker-resilio-sync (changelog : https://github.com/linuxserver/docker-resilio-sync/releases) - Arm32v7 discontinued by linuxserver, latest working version pinned - WARNING : update to supervisor 2022.11 before installing - Ingress addition diff --git a/resiliosync/config.json b/resiliosync/config.json index 74ed00b9e..5e82d90f3 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -112,5 +112,5 @@ "slug": "resiliosync", "udev": true, "url": "https://github.com/tyjtyj/hassio-addons", - "version": "2.7.3-12" + "version": "2.8.0.1389" } diff --git a/resiliosync/updater.json b/resiliosync/updater.json index 36ea0d579..46a797bde 100644 --- a/resiliosync/updater.json +++ b/resiliosync/updater.json @@ -1,8 +1,8 @@ { - "last_update": "24-03-2022", + "last_update": "11-05-2024", "repository": "alexbelgium/hassio-addons", "slug": "resiliosync", "source": "github", "upstream_repo": "linuxserver/docker-resilio-sync", - "upstream_version": "2.7.3.1381" + "upstream_version": "2.8.0.1389" }