From 43766a0e5d525e286ea7e7f4cfc6cfe45bd4a52d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 8 Apr 2023 02:02:10 +0200 Subject: [PATCH] Updater bot : scrutiny_fa updated to v0.7.0 --- scrutiny_fa/CHANGELOG.md | 3 +++ scrutiny_fa/config.json | 2 +- scrutiny_fa/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scrutiny_fa/CHANGELOG.md b/scrutiny_fa/CHANGELOG.md index 350ea40f8..faa3ebb7e 100644 --- a/scrutiny_fa/CHANGELOG.md +++ b/scrutiny_fa/CHANGELOG.md @@ -1,3 +1,6 @@ + +## v0.7.0 (08-04-2023) +- Update to latest version from analogj/scrutiny - Implemented healthcheck ## v0.6.0 (14-01-2023) diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index ea3deb0c3..4604cd759 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -48,5 +48,5 @@ "slug": "scrutiny_fa", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.6.0" + "version": "v0.7.0" } diff --git a/scrutiny_fa/updater.json b/scrutiny_fa/updater.json index 92800c53b..9108892cf 100644 --- a/scrutiny_fa/updater.json +++ b/scrutiny_fa/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "14-01-2023", + "last_update": "08-04-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny_fa", "source": "github", "upstream_repo": "analogj/scrutiny", - "upstream_version": "v0.6.0" + "upstream_version": "v0.7.0" }