From 9ffec6a97b79bdfa147b064c058a91ebfda5b7a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 16:41:58 +0000 Subject: [PATCH 1/2] chore(deps): update lscr.io/linuxserver/sonarr docker tag to v3.0.9 --- apps/sonarr/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sonarr/docker-compose.yml b/apps/sonarr/docker-compose.yml index f797679e..ca39bb85 100644 --- a/apps/sonarr/docker-compose.yml +++ b/apps/sonarr/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: sonarr: - image: lscr.io/linuxserver/sonarr:3.0.8 + image: lscr.io/linuxserver/sonarr:3.0.9 container_name: sonarr environment: - PUID=1000 From 6321351d355e38aef070b8662931c9fbffb3e5e8 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 14 Oct 2022 16:42:11 +0000 Subject: [PATCH 2/2] Update app version --- apps/sonarr/config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/sonarr/config.json b/apps/sonarr/config.json index 2076b498..dc3c2247 100644 --- a/apps/sonarr/config.json +++ b/apps/sonarr/config.json @@ -4,9 +4,12 @@ "available": true, "port": 8098, "id": "sonarr", - "tipi_version": 1, - "version": "3.0.8", - "categories": ["media", "utilities"], + "tipi_version": 2, + "version": "3.0.9", + "categories": [ + "media", + "utilities" + ], "description": "Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.", "short_desc": "TV show manager for Usenet and BitTorrent", "author": "sonarr.tv",