diff --git a/sonarr/CHANGELOG.md b/sonarr/CHANGELOG.md index fd7c21ac1..56a9368e5 100644 --- a/sonarr/CHANGELOG.md +++ b/sonarr/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 3.0.7.1477 (06-03-2022) +- Update to latest version from linuxserver/docker-sonarr ## 3.0.6.1342-6 (03-01-2022) - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index e5581b6d3..b95c84ced 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="3.0.6.1342" +ARG BUILD_UPSTREAM="3.0.7.1477" FROM ${BUILD_FROM} ################## diff --git a/sonarr/config.json b/sonarr/config.json index 2d33fd5c8..e0c15704a 100644 --- a/sonarr/config.json +++ b/sonarr/config.json @@ -1,13 +1,17 @@ { "name": "Sonarr NAS", - "version": "3.0.6.1342-6", + "version": "3.0.7.1477", "slug": "sonarr_nas", "description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr", "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", - "upstream": "3.0.6.1342", + "upstream": "3.0.7.1477", "webui": "http://[HOST]:[PORT:8989]", "startup": "services", "devices": [ @@ -46,7 +50,12 @@ "PUID": "0", "PGID": "0" }, - "map": ["config:rw", "share:rw", "media:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "ssl" + ], "options": { "PUID": 0, "PGID": 0, @@ -60,7 +69,10 @@ "ports_description": { "8989/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PUID": "int", "PGID": "int",