Updater bot : scrutiny updated to v0.8.1

This commit is contained in:
alexbelgium
2024-04-13 02:01:48 +02:00
parent 9ef34c934d
commit aa8e7c1178
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## v0.8.1 (13-04-2024)
- Update to latest version from analogj/scrutiny (changelog : https://github.com/analogj/scrutiny/releases)
## v0.8.0-3 (18-03-2024) ## v0.8.0-3 (18-03-2024)
-Avoid overriding the smartctl command https://github.com/alexbelgium/hassio-addons/issues/1308 -Avoid overriding the smartctl command https://github.com/alexbelgium/hassio-addons/issues/1308

View File

@@ -109,5 +109,5 @@
"slug": "scrutiny", "slug": "scrutiny",
"udev": true, "udev": true,
"url": "https://github.com/AnalogJ/scrutiny", "url": "https://github.com/AnalogJ/scrutiny",
"version": "v0.8.0-3" "version": "v0.8.1"
} }

View File

@@ -1,10 +1,10 @@
{ {
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "16-03-2024", "last_update": "13-04-2024",
"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": "analogj/scrutiny",
"upstream_version": "v0.8.0" "upstream_version": "v0.8.1"
} }