Update Radarr to 5.6.0 (#1143)

This commit is contained in:
Fabricio Silva 2024-06-15 13:43:00 +01:00 committed by GitHub
parent ac5e8282cb
commit 54d07f2609
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 32 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: linuxserver/radarr:version-5.0.3.8127@sha256:7e1afaeaf791f13882a9f1d662096ff5aea2b5584911a788e2273f32b6bbf009
image: linuxserver/radarr:5.6.0@sha256:594fab7afdb1de2f61a82835f3f2377a6220d4940d4b49bfa95e82d8a6b13a95
environment:
- PUID=1000
- PGID=1000
@ -18,15 +18,15 @@ services:
restart: on-failure
mac:
image: getumbrel/media-app-configurator:v1.0.0@sha256:e3d8b18e0186f76dd3f3d4acacc9101b4abbf302d8f2afbb47cdd3879b1a1008
image: getumbrel/media-app-configurator:v1.2.0@sha256:6aa568b53f6743dc4a7b3212f97b9d4ca78800ede5eadc0e4b80c7f3af50eda3
user: "1000:1000"
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${UMBREL_ROOT}/data/storage/downloads:/downloads
environment:
DOWNLOAD_CLIENT_API_URL: "http://radarr_server_1:7878/api/v3/downloadclient"
ROOT_FOLDER_API_URL: "http://radarr_server_1:7878/api/v3/rootfolder"
APP_ID: "radarr"
APP_URL: "http://radarr_server_1:7878"
TRANSMISSION_HOST: "transmission_server_1"
TRANSMISSION_PORT: 9091
ROOT_FOLDER: "/downloads/movies"

View File

@ -21,4 +21,4 @@ then
>&2 echo "Error: Failed to locate <ApiKey> inside: ${CONFIG_FILE}"
exit 1
fi
fi

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: radarr
category: media
name: Radarr
version: "5.0.3.8127"
version: "5.6.0"
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.
@ -19,34 +19,10 @@ gallery:
- 3.jpg
path: ""
releaseNotes: >-
This update of Radarr from 4.1.0.6175 to v5.0.3.8127 includes various bug fixes, improvements, and new features, including the following highlights.
Fixed:
- localization test
- Sorting by movie title in Blocklist and History [ #9234 ]
- a potential issue when extra files for multiple movies have the same relative path [ #7222 ]
- Misaligned table border [ #8176 ]
- (PassThePopcorn) Disable grouping
- Completed downloads in Qbit missing import path [ #9221 ]
- qBittorent history retention to allow at least 14 days seeding
- Only apply remote path mappings for completed items in Qbit
New:
- Revert cover mapping for collections, optimize translation mapping
- Log Notifiarr errors as warnings
- Prevent NullRef for cases when media covers have nullable urls
- Multiple Translations updated by Weblate
- Validate that naming formats don't contain illegal characters [ #5382 ]
- Calendar month view will scroll to today on load and press [ #8501 ]
- Add runtime param to ServerSideNotificationService
- Multiple Translations updated by Weblate
To view the full release notes visit: https://github.com/Radarr/Radarr/releases
This release updates Radarr from 5.0.3 to 5.6.0.
Full release notes here https://github.com/Radarr/Radarr/releases
defaultUsername: ""
defaultPassword: ""
torOnly: false