Updater bot : grav updated to 1.7.40

This commit is contained in:
alexbelgium
2023-03-24 17:34:26 +01:00
parent 8a30fa4c2a
commit 765a7bd970
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 1.7.40 (24-03-2023)
- Update to latest version from linuxserver/docker-grav
- Implemented healthcheck - Implemented healthcheck
## 1.7.39.4 (25-02-2023) ## 1.7.39.4 (25-02-2023)

View File

@@ -31,6 +31,6 @@
}, },
"slug": "grav", "slug": "grav",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.7.39.4", "version": "1.7.40",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]" "webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "25-02-2023", "last_update": "24-03-2023",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "grav", "slug": "grav",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-grav", "upstream_repo": "linuxserver/docker-grav",
"upstream_version": "1.7.39.4" "upstream_version": "1.7.40"
} }