From e09cb1872c499602b82d17e56e6b9c8d61efa26d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Mon, 6 Jun 2022 07:49:56 +0200 Subject: [PATCH] Updater bot : lidarr updated to 1.0.2.2592-ls85 --- 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 207be2898..0fcfa0ae1 100644 --- a/lidarr/CHANGELOG.md +++ b/lidarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.0.2.2592-ls85 (06-06-2022) +- Update to latest version from linuxserver/docker-lidarr + ## 0.8.1.2135-ls85 (31-05-2022) - Update to latest version from linuxserver/docker-lidarr diff --git a/lidarr/config.json b/lidarr/config.json index 3988066eb..6628e4e59 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -78,6 +78,6 @@ "slug": "lidarr_nas", "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", - "version": "0.8.1.2135-ls85", + "version": "1.0.2.2592-ls85", "webui": "http://[HOST]:[PORT:8686]" } diff --git a/lidarr/updater.json b/lidarr/updater.json index d14a47116..f6fe096a6 100644 --- a/lidarr/updater.json +++ b/lidarr/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "31-05-2022", + "last_update": "06-06-2022", "repository": "alexbelgium/hassio-addons", "slug": "lidarr", "source": "github", "upstream_repo": "linuxserver/docker-lidarr", - "upstream_version": "0.8.1.2135-ls85" + "upstream_version": "1.0.2.2592-ls85" }