From b3babee7cc99dd64740738b3297f62be174c812e Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 31 Jul 2024 21:41:48 +1000 Subject: [PATCH] Update sonarr to v4.0.8.1874 (#1280) --- sonarr/docker-compose.yml | 4 ++-- sonarr/umbrel-app.yml | 16 +++++++--------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/sonarr/docker-compose.yml b/sonarr/docker-compose.yml index 231eb1a..681ba52 100644 --- a/sonarr/docker-compose.yml +++ b/sonarr/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_WHITELIST: "/api/*" server: - image: linuxserver/sonarr:4.0.6@sha256:8414846e440ca34c1cbed96daf7d5b3bcde20aab79761aaaaef496f24cec8d20 + image: linuxserver/sonarr:4.0.8@sha256:fbee5770f688e4f89dd073534feda11251bfde0e0a4e6ac74dd8c33bb856b505 environment: - PUID=1000 - PGID=1000 @@ -38,4 +38,4 @@ services: SABNZBD_INSTALLED: ${APP_SONARR_SABNZBD_INSTALLED:-"false"} SABNZBD_HOST: "sabnzbd_web_1" SABNZBD_PORT: 8080 - SABNZBD_API_KEY: ${APP_SONARR_SABNZBD_API_KEY:-""} + SABNZBD_API_KEY: ${APP_SONARR_SABNZBD_API_KEY:-""} \ No newline at end of file diff --git a/sonarr/umbrel-app.yml b/sonarr/umbrel-app.yml index 09e359f..abb0c1f 100644 --- a/sonarr/umbrel-app.yml +++ b/sonarr/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: sonarr category: media name: Sonarr -version: "4.0.6" +version: "4.0.8" tagline: Smart PVR for newsgroup and bittorrent users description: >- Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available. @@ -28,19 +28,17 @@ gallery: - 3.jpg path: "" releaseNotes: >- - Sonarr on umbrelOS now offers automatic configuration for qBittorrent and SABnzbd! + This update includes several bug fixes and improvements: + - Rename 'On Upgrade' to 'On File Upgrade'. + - Fixed issues with the import queue not processing after incomplete import. + - Updated translations. - - Simply install your preferred download client from the Umbrel App Store, and Sonarr will handle the rest. No manual configuration required! If you currently have qBittorrent or SABnzbd installed, please update to the latest versions to take advantage of this feature. - - - Already configured? If you have previously set up Sonarr with qBittorrent or SABnzbd, this update will not affect your existing settings. - - - Full release notes for Sonarr can be found at https://github.com/Sonarr/Sonarr/releases + Full release notes for Sonarr can be found at https://github.com/Sonarr/Sonarr/releases. defaultUsername: "" defaultPassword: "" torOnly: false permissions: - STORAGE_DOWNLOADS submitter: Umbrel -submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319 +submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319 \ No newline at end of file