From 8125e94b894c582d28db100d8f772f17d27c3bdb Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 14 Jan 2023 02:01:38 +0100 Subject: [PATCH] Updater bot : scrutiny_fa updated to v0.6.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 82a0ddb5e..8ff2919b9 100644 --- a/scrutiny_fa/CHANGELOG.md +++ b/scrutiny_fa/CHANGELOG.md @@ -1,3 +1,6 @@ + +## v0.6.0 (14-01-2023) +- Update to latest version from analogj/scrutiny - WARNING : update to supervisor 2022.11 before installing - New options SMARTCTL_COMMAND_DEVICE_TYPE & SMARTCTL_MEGARAID_DISK_NUM (@scavara) - New option "Mode" : Collector+WebUI or Collector only diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index d1300985f..ea3deb0c3 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.5.0-11" + "version": "v0.6.0" } diff --git a/scrutiny_fa/updater.json b/scrutiny_fa/updater.json index 545bf8c54..92800c53b 100644 --- a/scrutiny_fa/updater.json +++ b/scrutiny_fa/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "26-08-2022", + "last_update": "14-01-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny_fa", "source": "github", "upstream_repo": "analogj/scrutiny", - "upstream_version": "v0.5.0" + "upstream_version": "v0.6.0" }