Update radarr to v6.1.1.10360 (#5283)

This commit is contained in:
Alexander L. 2026-04-03 13:25:23 +02:00 committed by GitHub
parent 7a21ca2e4c
commit 595322907b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: linuxserver/radarr:6.0.4@sha256:06ac318ecb95a34c7b229568dcb4271f02cb5007bb189a0dd67a2032864187ca
image: linuxserver/radarr:6.1.1@sha256:581f159c2b67436863cb4da30e158ef6f6b8878472abbba79ee5d5f7e6b7d28d
environment:
- PUID=1000
- PGID=1000

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: radarr
category: media
name: Radarr
version: "6.0.4.10291"
version: "6.1.1.10360"
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,9 +29,12 @@ gallery:
path: ""
releaseNotes: >-
This update includes various improvements and bug fixes:
- Added support for private IPv6 networks
- Configured known networks to use standard private IP ranges at startup
- Fixed an issue with qBittorrent /login API success checks
- Fixed parsing of URLs on some systems due to locale differences
- Improved HTTP file mapping
- Added support for parsing new release group format
- Fixed collection API errors when using certain movie collection names
- Added TTL setting for Pushover notifications
- Updated translations for multiple languages
Full release notes for Radarr are available at https://github.com/Radarr/Radarr/releases