From 75f88c823502130530427fccdf6836dd6109de23 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 9 May 2021 01:55:33 +0200 Subject: [PATCH] Update to 0.9.5 --- bazarr/CHANGELOG.md | 3 +++ bazarr/Dockerfile | 2 +- bazarr/config.json | 29 +++++++++++++++++++++++------ 3 files changed, 27 insertions(+), 7 deletions(-) diff --git a/bazarr/CHANGELOG.md b/bazarr/CHANGELOG.md index efa646bfb..4877cd812 100644 --- a/bazarr/CHANGELOG.md +++ b/bazarr/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.9.5 (09-05-2021) +- Update to latest version from linuxserver/docker-bazarr ## 3.0.2.4552 - Update to latest version from linuxserver/docker-bazarr diff --git a/bazarr/Dockerfile b/bazarr/Dockerfile index 736d2bbe4..22eeb62d8 100644 --- a/bazarr/Dockerfile +++ b/bazarr/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="0.9.4" +ARG BUILD_UPSTREAM="0.9.5" FROM ${BUILD_FROM}${BUILD_UPSTREAM} diff --git a/bazarr/config.json b/bazarr/config.json index 85680531f..1a1ab6b09 100644 --- a/bazarr/config.json +++ b/bazarr/config.json @@ -1,20 +1,33 @@ { "name": "Bazarr NAS", - "version": "0.9.4", - "upstream": "0.9.4", + "version": "0.9.5", + "upstream": "0.9.5", "slug": "bazarr_nas", "description": "Companion application to Sonarr and Radarr to download subtitles", "url": "https://github.com/alexbelgium/hassio-addons", "startup": "services", - "arch": ["aarch64", "amd64", "armv7", "armhf"], + "arch": [ + "aarch64", + "amd64", + "armv7", + "armhf" + ], "ports": { "6767/tcp": 6767 }, "ports_description": { "6767/tcp": "web interface" }, - "map": ["config:rw", "share:rw", "media:rw", "ssl"], - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "ssl" + ], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "webui": "http://[HOST]:[PORT:6767]", "boot": "auto", "environment": { @@ -33,5 +46,9 @@ "cifsusername": "str?", "cifspassword": "str?" }, - "snapshot_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"] + "snapshot_exclude": [ + "**/Backups/*", + "**/logs/*", + "**/MediaCover/*" + ] }