Updater bot : mylar3 updated to 0.7.1

This commit is contained in:
alexbelgium
2023-03-24 17:35:42 +01:00
parent 7c67f82db9
commit 2773610b98
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 0.7.1 (24-03-2023)
- Update to latest version from linuxserver/docker-mylar3
- Implemented healthcheck - Implemented healthcheck
## 0.7.0 (10-12-2022) ## 0.7.0 (10-12-2022)

View File

@@ -79,6 +79,6 @@
}, },
"slug": "mylar3", "slug": "mylar3",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.7.0-2", "version": "0.7.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8090]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8090]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "10-12-2022", "last_update": "24-03-2023",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "mylar3", "slug": "mylar3",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-mylar3", "upstream_repo": "linuxserver/docker-mylar3",
"upstream_version": "0.7.0" "upstream_version": "0.7.1"
} }