Updater bot : lidarr updated to 3.1.0.4875

This commit is contained in:
alexbelgium
2025-11-22 01:58:10 +01:00
parent 1a59125b64
commit 503f81f890
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 3.1.0.4875 (22-11-2025)
- Update to latest version from linuxserver/docker-lidarr (changelog : https://github.com/linuxserver/docker-lidarr/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.

View File

@@ -101,5 +101,5 @@ schema:
slug: lidarr_nas
udev: true
url: https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/README.md
version: "3.0.1.4866"
version: "3.1.0.4875"
webui: "[PROTO:ssl]://[HOST]:[PORT:8686]"

View File

@@ -1,8 +1,8 @@
{
"last_update": "01-11-2025",
"last_update": "22-11-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "lidarr",
"source": "github",
"upstream_repo": "linuxserver/docker-lidarr",
"upstream_version": "3.0.1.4866"
"upstream_version": "3.1.0.4875"
}