From 55654027a1cc064d230e27d3bed6fb9485f25bc2 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 11 Oct 2025 01:58:17 +0200 Subject: [PATCH] Updater bot : lidarr updated to 2.14.5.4836 --- lidarr/CHANGELOG.md | 3 +++ lidarr/config.json | 2 +- lidarr/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lidarr/CHANGELOG.md b/lidarr/CHANGELOG.md index c2250a735..8908562ad 100644 --- a/lidarr/CHANGELOG.md +++ b/lidarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.14.5.4836 (11-10-2025) +- Update to latest version from linuxserver/docker-lidarr (changelog : https://github.com/linuxserver/docker-lidarr/releases) + ## 2.13.3.4711 (30-08-2025) - Update to latest version from linuxserver/docker-lidarr (changelog : https://github.com/linuxserver/docker-lidarr/releases) diff --git a/lidarr/config.json b/lidarr/config.json index db3db682d..73ab8b448 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -109,6 +109,6 @@ "slug": "lidarr_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/README.md", - "version": "2.13.3.4711", + "version": "2.14.5.4836", "webui": "[PROTO:ssl]://[HOST]:[PORT:8686]" } diff --git a/lidarr/updater.json b/lidarr/updater.json index db7f88af8..87e7c694a 100644 --- a/lidarr/updater.json +++ b/lidarr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "30-08-2025", + "last_update": "11-10-2025", "repository": "alexbelgium/hassio-addons", "slug": "lidarr", "source": "github", "upstream_repo": "linuxserver/docker-lidarr", - "upstream_version": "2.13.3.4711" + "upstream_version": "2.14.5.4836" }