diff --git a/prowlarr/CHANGELOG.md b/prowlarr/CHANGELOG.md index 5a7cf3815..929d2b0d4 100644 --- a/prowlarr/CHANGELOG.md +++ b/prowlarr/CHANGELOG.md @@ -1,3 +1,6 @@ + +## nightly-2.0.1.5101-ls203 (05-07-2025) +- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases) ## nightly-2.0.1.5095-ls203 (21-06-2025) - Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases) diff --git a/prowlarr/config.json b/prowlarr/config.json index c4b123b4b..c0f2d242b 100644 --- a/prowlarr/config.json +++ b/prowlarr/config.json @@ -1,5 +1,8 @@ { - "arch": ["aarch64", "amd64"], + "arch": [ + "aarch64", + "amd64" + ], "codenotary": "alexandrep.github@gmail.com", "description": "Torrent Trackers and Usenet indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required", "devices": [ @@ -71,7 +74,12 @@ }, "image": "ghcr.io/alexbelgium/prowlarr-{arch}", "init": false, - "map": ["config:rw", "share:rw", "media:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "ssl" + ], "name": "Prowlarr NAS", "options": { "PGID": 0, @@ -83,7 +91,10 @@ "ports_description": { "9696/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -98,6 +109,6 @@ "slug": "prowlarr", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "nightly-2.0.1.5095-ls203", + "version": "nightly-2.0.1.5101-ls203", "webui": "[PROTO:ssl]://[HOST]:[PORT:9696]" } diff --git a/prowlarr/updater.json b/prowlarr/updater.json index 869bb8e64..77ab50b42 100644 --- a/prowlarr/updater.json +++ b/prowlarr/updater.json @@ -1,10 +1,10 @@ { "github_beta": "true", "github_fulltag": "true", - "last_update": "21-06-2025", + "last_update": "05-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "prowlarr", "source": "github", "upstream_repo": "linuxserver/docker-prowlarr", - "upstream_version": "nightly-2.0.1.5095-ls203" + "upstream_version": "nightly-2.0.1.5101-ls203" }