From 27c66dd7a31134932b24d6770dc68979604ba423 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 8 Feb 2026 11:04:12 +0100 Subject: [PATCH 1/3] Switch scrutiny to Starosdev fork --- scrutiny/CHANGELOG.md | 3 +++ scrutiny/build.json | 4 ++-- scrutiny/config.yaml | 4 ++-- scrutiny/updater.json | 6 +++--- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/scrutiny/CHANGELOG.md b/scrutiny/CHANGELOG.md index 88363b3e1..37c748836 100644 --- a/scrutiny/CHANGELOG.md +++ b/scrutiny/CHANGELOG.md @@ -1,5 +1,8 @@ - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. +## v1.23.2-1 (2026-02-08) +- Switch upstream to https://github.com/Starosdev/scrutiny + ## v0.8.1-12 (2025-08-16) - Replace s6-based shutdown with standard command to avoid s6-svwait error diff --git a/scrutiny/build.json b/scrutiny/build.json index 7abba71e5..558e99917 100644 --- a/scrutiny/build.json +++ b/scrutiny/build.json @@ -1,6 +1,6 @@ { "build_from": { - "aarch64": "ghcr.io/analogj/scrutiny:master-omnibus", - "amd64": "ghcr.io/analogj/scrutiny:master-omnibus" + "aarch64": "ghcr.io/starosdev/scrutiny:master-omnibus", + "amd64": "ghcr.io/starosdev/scrutiny:master-omnibus" } } diff --git a/scrutiny/config.yaml b/scrutiny/config.yaml index 20b71d760..5b12bfe7c 100644 --- a/scrutiny/config.yaml +++ b/scrutiny/config.yaml @@ -112,5 +112,5 @@ schema: expose_collector: bool? slug: scrutiny udev: true -url: https://github.com/AnalogJ/scrutiny -version: v0.8.1-12 +url: https://github.com/Starosdev/scrutiny +version: v1.23.2-1 diff --git a/scrutiny/updater.json b/scrutiny/updater.json index 9d971f817..c0451ceb6 100644 --- a/scrutiny/updater.json +++ b/scrutiny/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "13-04-2024", + "last_update": "08-02-2026", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny", "source": "github", - "upstream_repo": "analogj/scrutiny", - "upstream_version": "v0.8.1" + "upstream_repo": "Starosdev/scrutiny", + "upstream_version": "v1.23.2" } From 4624abebcb11b1d848caa50b65b0f1b3cbf06054 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 8 Feb 2026 13:02:13 +0100 Subject: [PATCH 2/3] Update scrutiny_fa updater metadata --- scrutiny_fa/config.yaml | 4 ++-- scrutiny_fa/updater.json | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) mode change 120000 => 100644 scrutiny_fa/updater.json diff --git a/scrutiny_fa/config.yaml b/scrutiny_fa/config.yaml index 6b3e87f51..7383040e7 100644 --- a/scrutiny_fa/config.yaml +++ b/scrutiny_fa/config.yaml @@ -44,5 +44,5 @@ schema: expose_collector: bool? slug: scrutiny_fa udev: true -url: https://github.com/AnalogJ/scrutiny -version: v0.8.1-9 +url: https://github.com/Starosdev/scrutiny +version: v1.23.2-1 diff --git a/scrutiny_fa/updater.json b/scrutiny_fa/updater.json deleted file mode 120000 index a6d33dde2..000000000 --- a/scrutiny_fa/updater.json +++ /dev/null @@ -1 +0,0 @@ -../scrutiny/updater.json \ No newline at end of file diff --git a/scrutiny_fa/updater.json b/scrutiny_fa/updater.json new file mode 100644 index 000000000..94ee8924c --- /dev/null +++ b/scrutiny_fa/updater.json @@ -0,0 +1,10 @@ +{ + "github_fulltag": "true", + "last_update": "08-02-2026", + "paused": false, + "repository": "alexbelgium/hassio-addons", + "slug": "scrutiny_fa", + "source": "github", + "upstream_repo": "Starosdev/scrutiny", + "upstream_version": "v1.23.2" +} From 9c8b9c317e1c29fcc981221e490a8d2f24d551a5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 8 Feb 2026 13:02:20 +0100 Subject: [PATCH 3/3] Set scrutiny versions to v1.23.2 --- scrutiny/CHANGELOG.md | 2 +- scrutiny/config.yaml | 2 +- scrutiny_fa/config.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scrutiny/CHANGELOG.md b/scrutiny/CHANGELOG.md index 37c748836..a6c02e75a 100644 --- a/scrutiny/CHANGELOG.md +++ b/scrutiny/CHANGELOG.md @@ -1,6 +1,6 @@ - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. -## v1.23.2-1 (2026-02-08) +## v1.23.2 (2026-02-08) - Switch upstream to https://github.com/Starosdev/scrutiny ## v0.8.1-12 (2025-08-16) diff --git a/scrutiny/config.yaml b/scrutiny/config.yaml index 5b12bfe7c..4795a9421 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.23.2-1 +version: v1.23.2 diff --git a/scrutiny_fa/config.yaml b/scrutiny_fa/config.yaml index 7383040e7..8ecf953a6 100644 --- a/scrutiny_fa/config.yaml +++ b/scrutiny_fa/config.yaml @@ -45,4 +45,4 @@ schema: slug: scrutiny_fa udev: true url: https://github.com/Starosdev/scrutiny -version: v1.23.2-1 +version: v1.23.2