Updater bot : scrutiny updated to v0.6.0

This commit is contained in:
alexbelgium
2023-01-14 02:01:30 +01:00
parent cee30a3ba5
commit 6d29200ee2
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## v0.6.0 (14-01-2023)
- Update to latest version from analogj/scrutiny
- WARNING : update to supervisor 2022.11 before installing - WARNING : update to supervisor 2022.11 before installing
- New options SMARTCTL_COMMAND_DEVICE_TYPE & SMARTCTL_MEGARAID_DISK_NUM (@scavara) - New options SMARTCTL_COMMAND_DEVICE_TYPE & SMARTCTL_MEGARAID_DISK_NUM (@scavara)
- New option, define COLLECTOR_API_ENDPOINT when in Collector mode - New option, define COLLECTOR_API_ENDPOINT when in Collector mode

View File

@@ -84,5 +84,5 @@
"slug": "scrutiny", "slug": "scrutiny",
"udev": true, "udev": true,
"url": "https://github.com/AnalogJ/scrutiny", "url": "https://github.com/AnalogJ/scrutiny",
"version": "v0.5.0-10" "version": "v0.6.0"
} }

View File

@@ -1,10 +1,10 @@
{ {
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "26-08-2022", "last_update": "14-01-2023",
"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.5.0" "upstream_version": "v0.6.0"
} }