Merge pull request #2465 from alexbelgium/codex/update-scrutiny-addons-to-new-fork

Switch scrutiny addon to Starosdev fork and bump to v1.23.2-1
This commit is contained in:
Alexandre
2026-02-08 13:14:29 +01:00
committed by GitHub
6 changed files with 22 additions and 10 deletions

View File

@@ -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

View File

@@ -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"
}
}

View File

@@ -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

View File

@@ -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"
}

View File

@@ -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

View File

@@ -1 +0,0 @@
../scrutiny/updater.json

10
scrutiny_fa/updater.json Normal file
View File

@@ -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"
}