From e00831179f0d45f3647c7fe7cbba119242e5c8fb Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 26 Aug 2022 20:00:07 +0200 Subject: [PATCH] Updater bot : scrutiny_fa updated to 145c819f-ls37 --- scrutiny_fa/CHANGELOG.md | 3 +++ scrutiny_fa/config.json | 4 ++-- scrutiny_fa/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/scrutiny_fa/CHANGELOG.md b/scrutiny_fa/CHANGELOG.md index 9cb1a60c1..1b84b2d88 100644 --- a/scrutiny_fa/CHANGELOG.md +++ b/scrutiny_fa/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 145c819f-ls37 (26-08-2022) +- Update to latest version from linuxserver/scrutiny - BACKUP BEFORE UPDATE : major version change - PUID/PGID, ssl values deprecated diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index 7b4af347c..270848bc4 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -78,5 +78,5 @@ "slug": "scrutiny_fa", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.5.0" -} \ No newline at end of file + "version": "145c819f-ls37" +} diff --git a/scrutiny_fa/updater.json b/scrutiny_fa/updater.json index fa3586e18..465075fc4 100644 --- a/scrutiny_fa/updater.json +++ b/scrutiny_fa/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "11-05-2022", + "last_update": "26-08-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny_fa", "source": "dockerhub", "upstream_repo": "linuxserver/scrutiny", - "upstream_version": "2ab714f5-ls35" + "upstream_version": "145c819f-ls37" }