From e753ce53b91dca528c9e3c448d18e2b037b9f75e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 22:14:10 +0000 Subject: [PATCH 1/2] chore(deps): update lscr.io/linuxserver/radarr docker tag to v4.2.4 --- apps/radarr/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/radarr/docker-compose.yml b/apps/radarr/docker-compose.yml index 8a880300..08922b3e 100644 --- a/apps/radarr/docker-compose.yml +++ b/apps/radarr/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: radarr: - image: lscr.io/linuxserver/radarr:4.1.0 + image: lscr.io/linuxserver/radarr:4.2.4 container_name: radarr environment: - PUID=1000 From ff2148f3c115f9f40516e6c2725f91059293f1fc Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 13 Oct 2022 22:14:20 +0000 Subject: [PATCH 2/2] Update app version --- apps/radarr/config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/radarr/config.json b/apps/radarr/config.json index dbec6420..eb70dd3a 100644 --- a/apps/radarr/config.json +++ b/apps/radarr/config.json @@ -4,9 +4,12 @@ "available": true, "port": 8088, "id": "radarr", - "tipi_version": 1, - "version": "4.1.0", - "categories": ["media", "utilities"], + "tipi_version": 2, + "version": "4.2.4", + "categories": [ + "media", + "utilities" + ], "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.", "short_desc": "Movie collection manager for Usenet and BitTorrent users.", "author": "radarr.video",