Update radarr to v5.26.2.10099 (#2980)

This commit is contained in:
Alexander L. 2025-06-16 16:33:54 +02:00 committed by GitHub
parent 125f2bf7f7
commit 01536b2abf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 4 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: linuxserver/radarr:5.25.0@sha256:36e43720c130ec2d3ed80726d2134af3c6644729f4750abc830fdda7fa71d1e1
image: linuxserver/radarr:5.26.2@sha256:07a474b61394553e047ad43a1a78c1047fc99be0144c509dd91e3877f402ebcb
environment:
- PUID=1000
- PGID=1000

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: radarr
category: media
name: Radarr
version: "5.25.0.10024"
version: "5.26.2.10099"
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,8 +29,17 @@ gallery:
path: ""
releaseNotes: >-
This update includes various improvements and new features:
- Improved validation for remote path mapping
- Enhanced error handling and stability improvements
- Improved network drive types support for disk space monitoring
- Enhanced movie metadata refresh handling
- Better wording when removing root folders
- Fixed Discord notification formatting issues
- Improved quality definition limits endpoint
- Added ability to clone import lists
- Enhanced release year naming token support
- Better handling of movies with empty IMDB IDs
- Improved calendar page with release type options
- Enhanced parsing for various release formats
- Better error handling and stability improvements
Full release notes for Radarr are available at https://github.com/Radarr/Radarr/releases