From 7a4bc883f5611329a5041bb37bf6861fe9258378 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 29 Jul 2024 18:54:28 +1000 Subject: [PATCH 1/2] Update radarr to v5.8.3.8933 --- radarr/docker-compose.yml | 5 ++--- radarr/umbrel-app.yml | 18 +++++++++--------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/radarr/docker-compose.yml b/radarr/docker-compose.yml index eb4548fc47..f35c2e9283 100644 --- a/radarr/docker-compose.yml +++ b/radarr/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_WHITELIST: "/api/*" server: - image: linuxserver/radarr:5.7.0@sha256:bf5aaf1577edbc3ba33db069676e7f8324eda33761ca59721942bc8ef56c015c + image: linuxserver/radarr:5.8.3@sha256:9d6f0548fd805edb30108fdd06d0fc5a4436c9bd708b57bd4119d7aefa815fe4 environment: - PUID=1000 - PGID=1000 @@ -38,5 +38,4 @@ services: SABNZBD_INSTALLED: ${APP_RADARR_SABNZBD_INSTALLED:-"false"} SABNZBD_HOST: "sabnzbd_web_1" SABNZBD_PORT: 8080 - SABNZBD_API_KEY: ${APP_RADARR_SABNZBD_API_KEY:-""} - + SABNZBD_API_KEY: ${APP_RADARR_SABNZBD_API_KEY:-""} \ No newline at end of file diff --git a/radarr/umbrel-app.yml b/radarr/umbrel-app.yml index 6586fe1881..ad7a402b11 100644 --- a/radarr/umbrel-app.yml +++ b/radarr/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: radarr category: media name: Radarr -version: "5.7.0" +version: "5.8.3.8933" tagline: Your movie collection manager description: >- Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available. Note that only one type of a given movie is supported. If you want both an 4k version and 1080p version of a given movie you will need multiple instances. @@ -28,14 +28,14 @@ gallery: - 3.jpg path: "" releaseNotes: >- - Radarr on umbrelOS now offers automatic configuration for qBittorrent and SABnzbd! - - - - Simply install your preferred download client from the Umbrel App Store, and Radarr 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. + This update includes several bug fixes and improvements: + + - Multiple translations updated. + - Improved compatibility with qBittorrent and SABnzbd. + - Enhanced UI with new sorting options and tag displays. + - Fixed various issues related to file paths and quality profiles. + - Updated to dotnet 6.0.32 for better performance and security. - - Already configured? If you have previously set up Radarr with qBittorrent or SABnzbd, this update will not affect your existing settings. - - Full release notes for Radarr are available at https://github.com/Radarr/Radarr/releases defaultUsername: "" defaultPassword: "" @@ -43,4 +43,4 @@ 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 From 1ef15796d810a752b1216c238cf3ab1852362af6 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Wed, 31 Jul 2024 21:37:49 +1000 Subject: [PATCH 2/2] tweak release notes --- radarr/umbrel-app.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/radarr/umbrel-app.yml b/radarr/umbrel-app.yml index ad7a402b11..2337a1d880 100644 --- a/radarr/umbrel-app.yml +++ b/radarr/umbrel-app.yml @@ -28,13 +28,12 @@ gallery: - 3.jpg path: "" releaseNotes: >- - This update includes several bug fixes and improvements: + Changes - Multiple translations updated. - - Improved compatibility with qBittorrent and SABnzbd. - - Enhanced UI with new sorting options and tag displays. + - New sorting options and tag displays. - Fixed various issues related to file paths and quality profiles. - - Updated to dotnet 6.0.32 for better performance and security. + - and more. Full release notes for Radarr are available at https://github.com/Radarr/Radarr/releases defaultUsername: ""