From a2a1de3977927da13eb94c16b835f709dc55ab9f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 16 Jan 2022 08:20:53 +0100 Subject: [PATCH] Updater bot : lidarr updated to 0.8.1.2135-ls69 --- lidarr/CHANGELOG.md | 3 +++ lidarr/config.json | 23 ++++++++++++++++++----- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/lidarr/CHANGELOG.md b/lidarr/CHANGELOG.md index 33d67d44e..ab6e28a2f 100644 --- a/lidarr/CHANGELOG.md +++ b/lidarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.8.1.2135-ls69 (16-01-2022) +- Update to latest version from linuxserver/docker-lidarr + ## 0.8.1.2135-ls68 - updated to 0.8.1.2135-ls68 - changed config location diff --git a/lidarr/config.json b/lidarr/config.json index a2f63854e..fc512dba4 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -1,13 +1,18 @@ { "name": "Lidarr NAS", - "version": "0.8.1.2135-ls68", + "version": "0.8.1.2135-ls69", "slug": "lidarr_nas", "description": "Music collection manager for Usenet and BitTorrent users", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", "apparmor": true, - "arch": ["aarch64", "amd64", "armv7", "armhf"], + "arch": [ + "aarch64", + "amd64", + "armv7", + "armhf" + ], "boot": "auto", - "upstream": "0.8.1.2135-ls68", + "upstream": "0.8.1.2135-ls69", "webui": "http://[HOST]:[PORT:8686]", "startup": "services", "devices": [ @@ -46,7 +51,12 @@ "PUID": "0", "PGID": "0" }, - "map": ["config:rw", "share:rw", "media:rw", "config:rw"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "config:rw" + ], "options": { "PUID": 0, "PGID": 0, @@ -60,7 +70,10 @@ "ports_description": { "8686/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PUID": "int", "PGID": "int",