diff --git a/bazarr/CHANGELOG.md b/bazarr/CHANGELOG.md index 00da063b0..aeb2d351f 100644 --- a/bazarr/CHANGELOG.md +++ b/bazarr/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.0.3 (27-02-2022) +- Update to latest version from linuxserver/docker-bazarr ## 1.0.2 (04-01-2022) - Update to latest version from linuxserver/docker-bazarr diff --git a/bazarr/config.json b/bazarr/config.json index 85c9f2dad..67aad0a34 100644 --- a/bazarr/config.json +++ b/bazarr/config.json @@ -1,16 +1,24 @@ { "name": "Bazarr NAS", - "version": "1.0.2", + "version": "1.0.3", "slug": "bazarr_nas", "description": "Companion application to Sonarr and Radarr to download subtitles", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr", "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", - "upstream": "1.0.2", + "upstream": "1.0.3", "webui": "http://[HOST]:[PORT:6767]", "startup": "services", - "backup_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"], + "backup_exclude": [ + "**/Backups/*", + "**/logs/*", + "**/MediaCover/*" + ], "devices": [ "/dev/sda", "/dev/sdb", @@ -48,7 +56,12 @@ "PGID": "0" }, "ingress": false, - "map": ["config:rw", "share:rw", "media:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "ssl" + ], "options": { "PUID": 0, "PGID": 0 @@ -59,7 +72,10 @@ "ports_description": { "6767/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PUID": "int", "PGID": "int",