diff --git a/radarr/docker-compose.yml b/radarr/docker-compose.yml index 619926a309..f8850819a4 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.16.3@sha256:ee4c2213b769bc9a891b5dd5aa1786804634fb681dd261b3bed6b65d98592c55 + image: linuxserver/radarr:5.17.2@sha256:e633fc93b9e2cea959853d27c6acc1d0b2d1ed7db4a800f6f46fe5b217f13102 environment: - PUID=1000 - PGID=1000 diff --git a/radarr/umbrel-app.yml b/radarr/umbrel-app.yml index 264aa1b959..6dd3f98156 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.16.3.9541" +version: "5.17.2.9580" 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. @@ -29,11 +29,10 @@ gallery: path: "" releaseNotes: >- This update includes various improvements and new features: - - Added metadata links and instance name options for notifications - - Improved movie genre handling and tooltips - - Enhanced search functionality on Wanted pages - - Added support for new language options and translations - - Various improvements to download client integrations + - Added support for Tagalog and Marathi languages + - Improved handling of notifications and backup processes + - Enhanced authentication handling for download clients + - Various improvements to custom formats and metadata handling - Multiple bug fixes and performance enhancements