mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-01 19:48:47 +02:00
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:
@@ -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.
|
- 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)
|
## v0.8.1-12 (2025-08-16)
|
||||||
- Replace s6-based shutdown with standard command to avoid s6-svwait error
|
- Replace s6-based shutdown with standard command to avoid s6-svwait error
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "ghcr.io/analogj/scrutiny:master-omnibus",
|
"aarch64": "ghcr.io/starosdev/scrutiny:master-omnibus",
|
||||||
"amd64": "ghcr.io/analogj/scrutiny:master-omnibus"
|
"amd64": "ghcr.io/starosdev/scrutiny:master-omnibus"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -112,5 +112,5 @@ schema:
|
|||||||
expose_collector: bool?
|
expose_collector: bool?
|
||||||
slug: scrutiny
|
slug: scrutiny
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/AnalogJ/scrutiny
|
url: https://github.com/Starosdev/scrutiny
|
||||||
version: v0.8.1-12
|
version: v1.23.2
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"github_fulltag": "true",
|
"github_fulltag": "true",
|
||||||
"last_update": "13-04-2024",
|
"last_update": "08-02-2026",
|
||||||
"paused": false,
|
"paused": false,
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "scrutiny",
|
"slug": "scrutiny",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "analogj/scrutiny",
|
"upstream_repo": "Starosdev/scrutiny",
|
||||||
"upstream_version": "v0.8.1"
|
"upstream_version": "v1.23.2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,5 +44,5 @@ schema:
|
|||||||
expose_collector: bool?
|
expose_collector: bool?
|
||||||
slug: scrutiny_fa
|
slug: scrutiny_fa
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/AnalogJ/scrutiny
|
url: https://github.com/Starosdev/scrutiny
|
||||||
version: v0.8.1-9
|
version: v1.23.2
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
../scrutiny/updater.json
|
|
||||||
10
scrutiny_fa/updater.json
Normal file
10
scrutiny_fa/updater.json
Normal 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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user