From 0deb9fe765c1e1ceaee306ffe31b0c563145c73c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 20 Nov 2021 01:55:46 +0100 Subject: [PATCH] Update to 1.0.1 --- bazarr/CHANGELOG.md | 3 +++ bazarr/config.json | 29 +++++++++++++++++++++++------ 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/bazarr/CHANGELOG.md b/bazarr/CHANGELOG.md index 16ae5a584..c559150e2 100644 --- a/bazarr/CHANGELOG.md +++ b/bazarr/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.0.1 (20-11-2021) +- Update to latest version from linuxserver/docker-bazarr - Allow mounting local drives by label. Just pust the label instead of sda1 for example - Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename diff --git a/bazarr/config.json b/bazarr/config.json index a9d58096c..d71dddc59 100644 --- a/bazarr/config.json +++ b/bazarr/config.json @@ -1,7 +1,16 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7", "armhf"], - "backup_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"], + "arch": [ + "aarch64", + "amd64", + "armv7", + "armhf" + ], + "backup_exclude": [ + "**/Backups/*", + "**/logs/*", + "**/MediaCover/*" + ], "boot": "auto", "description": "Companion application to Sonarr and Radarr to download subtitles", "devices": [ @@ -25,7 +34,12 @@ "PGID": "0" }, "ingress": false, - "map": ["config:rw", "share:rw", "media:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "ssl" + ], "name": "Bazarr NAS", "options": { "PUID": 0, @@ -37,7 +51,10 @@ "ports_description": { "6767/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PUID": "int", "PGID": "int", @@ -48,8 +65,8 @@ }, "slug": "bazarr_nas", "startup": "services", - "upstream": "1.0.0", + "upstream": "1.0.1", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.0.0-4", + "version": "1.0.1", "webui": "http://[HOST]:[PORT:6767]" }