From aa8e7c1178ddba019a0346091899c598fdfb5e9a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 13 Apr 2024 02:01:48 +0200 Subject: [PATCH] Updater bot : scrutiny updated to v0.8.1 --- scrutiny/CHANGELOG.md | 3 +++ scrutiny/config.json | 2 +- scrutiny/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scrutiny/CHANGELOG.md b/scrutiny/CHANGELOG.md index 04ed91b6f..d235a97c5 100644 --- a/scrutiny/CHANGELOG.md +++ b/scrutiny/CHANGELOG.md @@ -1,3 +1,6 @@ + +## v0.8.1 (13-04-2024) +- Update to latest version from analogj/scrutiny (changelog : https://github.com/analogj/scrutiny/releases) ## v0.8.0-3 (18-03-2024) -Avoid overriding the smartctl command https://github.com/alexbelgium/hassio-addons/issues/1308 diff --git a/scrutiny/config.json b/scrutiny/config.json index 3e2886e20..6ad49f21c 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -109,5 +109,5 @@ "slug": "scrutiny", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.8.0-3" + "version": "v0.8.1" } diff --git a/scrutiny/updater.json b/scrutiny/updater.json index 4d8d60665..9d971f817 100644 --- a/scrutiny/updater.json +++ b/scrutiny/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "16-03-2024", + "last_update": "13-04-2024", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny", "source": "github", "upstream_repo": "analogj/scrutiny", - "upstream_version": "v0.8.0" + "upstream_version": "v0.8.1" }