Updater bot : scrutiny updated to v0.7.1

This commit is contained in:
alexbelgium
2023-04-15 02:01:58 +02:00
parent 9dd0725362
commit d3fcb6ffb9
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## v0.7.1 (15-04-2023)
- Update to latest version from analogj/scrutiny
## v0.7.0 (08-04-2023) ## v0.7.0 (08-04-2023)
- Update to latest version from analogj/scrutiny - Update to latest version from analogj/scrutiny
- Implemented healthcheck - Implemented healthcheck

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.7.0" "version": "v0.7.1"
} }

View File

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