From 72641aeb6d6c1ef97c493f3fcca8b1916b90a9b4 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 21 Mar 2026 01:29:59 +0100 Subject: [PATCH] Updater bot : scrutiny updated to v1.47.1 --- scrutiny/CHANGELOG.md | 3 +++ scrutiny/config.yaml | 2 +- scrutiny/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scrutiny/CHANGELOG.md b/scrutiny/CHANGELOG.md index bd12d95ab..1b6e1dad3 100644 --- a/scrutiny/CHANGELOG.md +++ b/scrutiny/CHANGELOG.md @@ -1,4 +1,7 @@ +## v1.47.1 (2026-03-21) +- Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases) + ## v1.46.2 (2026-03-14) - Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases) diff --git a/scrutiny/config.yaml b/scrutiny/config.yaml index d527f09fe..4e1184a8e 100644 --- a/scrutiny/config.yaml +++ b/scrutiny/config.yaml @@ -113,4 +113,4 @@ schema: slug: scrutiny udev: true url: https://github.com/Starosdev/scrutiny -version: "v1.46.2" +version: "v1.47.1" diff --git a/scrutiny/updater.json b/scrutiny/updater.json index 12d3f52dc..c3e3cb38d 100644 --- a/scrutiny/updater.json +++ b/scrutiny/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "2026-03-14", + "last_update": "2026-03-21", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny", "source": "github", "upstream_repo": "Starosdev/scrutiny", - "upstream_version": "v1.46.2" + "upstream_version": "v1.47.1" }