diff --git a/mylar3/CHANGELOG.md b/mylar3/CHANGELOG.md index d4fb9d6a2..131499945 100644 --- a/mylar3/CHANGELOG.md +++ b/mylar3/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.9.0 (2026-04-18) +- Update to latest version from linuxserver/docker-mylar3 (changelog : https://github.com/linuxserver/docker-mylar3/releases) - The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. diff --git a/mylar3/config.yaml b/mylar3/config.yaml index 0cb68fb7f..b0718269e 100644 --- a/mylar3/config.yaml +++ b/mylar3/config.yaml @@ -100,5 +100,5 @@ schema: slug: mylar3 udev: true url: https://github.com/alexbelgium/hassio-addons -version: 0.8.3 +version: "0.9.0" webui: "[PROTO:ssl]://[HOST]:[PORT:8090]" diff --git a/mylar3/updater.json b/mylar3/updater.json index ecfd08c24..2487a1f79 100644 --- a/mylar3/updater.json +++ b/mylar3/updater.json @@ -1,8 +1,8 @@ { - "last_update": "23-08-2025", + "last_update": "2026-04-18", "repository": "alexbelgium/hassio-addons", "slug": "mylar3", "source": "github", "upstream_repo": "linuxserver/docker-mylar3", - "upstream_version": "0.8.3" + "upstream_version": "0.9.0" }