diff --git a/scrutiny/CHANGELOG.md b/scrutiny/CHANGELOG.md index 88363b3e1..a6c02e75a 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 (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..4795a9421 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 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" } diff --git a/scrutiny_fa/config.yaml b/scrutiny_fa/config.yaml index 6b3e87f51..8ecf953a6 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 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" +}