diff --git a/bazarr/CHANGELOG.md b/bazarr/CHANGELOG.md index 92a2d1435..a9555edc7 100644 --- a/bazarr/CHANGELOG.md +++ b/bazarr/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.0.2 (01-01-2022) +- Update to latest version from linuxserver/docker-bazarr - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) - New standardized logic for Dockerfile build and packages installation diff --git a/bazarr/config.json b/bazarr/config.json index 8092b23cf..48ac8051d 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": [ @@ -41,7 +50,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, @@ -53,7 +67,10 @@ "ports_description": { "6767/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PUID": "int", "PGID": "int", @@ -64,8 +81,8 @@ }, "slug": "bazarr_nas", "startup": "services", - "upstream": "1.0.1", + "upstream": "1.0.2", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.0.1-2", + "version": "1.0.2", "webui": "http://[HOST]:[PORT:6767]" }