Updater bot : mylar3 updated to 0.10.0

This commit is contained in:
alexbelgium
2026-06-17 08:32:19 +02:00
parent c003b656a0
commit 7121e368c6
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 0.10.0 (2026-06-17)
- Update to latest version from linuxserver/docker-mylar3 (changelog : https://github.com/linuxserver/docker-mylar3/releases)
## 0.9.0 (2026-04-23) ## 0.9.0 (2026-04-23)
- Update to latest version from linuxserver/docker-mylar3 (changelog : https://github.com/linuxserver/docker-mylar3/releases) - Update to latest version from linuxserver/docker-mylar3 (changelog : https://github.com/linuxserver/docker-mylar3/releases)

View File

@@ -100,5 +100,5 @@ schema:
slug: mylar3 slug: mylar3
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "0.9.0" version: "0.10.0"
webui: "[PROTO:ssl]://[HOST]:[PORT:8090]" webui: "[PROTO:ssl]://[HOST]:[PORT:8090]"

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "2026-04-23", "last_update": "2026-06-17",
"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.9.0" "upstream_version": "0.10.0"
} }