Updater bot : scrutiny updated to v0.7.0

This commit is contained in:
alexbelgium
2023-04-08 02:02:01 +02:00
parent 6f8c6e57b9
commit fcccbfd134
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## v0.7.0 (08-04-2023)
- Update to latest version from analogj/scrutiny
- Implemented healthcheck - Implemented healthcheck
## v0.6.0 (14-01-2023) ## v0.6.0 (14-01-2023)

View File

@@ -85,5 +85,5 @@
"slug": "scrutiny", "slug": "scrutiny",
"udev": true, "udev": true,
"url": "https://github.com/AnalogJ/scrutiny", "url": "https://github.com/AnalogJ/scrutiny",
"version": "v0.6.0-3" "version": "v0.7.0"
} }

View File

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