From 73cbda470d301c53450091f7a73c88d2ecb687d7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 17 Mar 2024 07:18:44 +0100 Subject: [PATCH] chore(deps): update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090@4978f1e by renovate (#19404) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/lidarr-develop](https://ghcr.io/onedr0p/lidarr-develop) ([source](https://togithub.com/Lidarr/Lidarr)) | patch | `2.2.1.4073` -> `2.2.2.4090` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
Lidarr/Lidarr (ghcr.io/onedr0p/lidarr-develop) ### [`v2.2.2.4090`](https://togithub.com/Lidarr/Lidarr/releases/tag/v2.2.2.4090): 2.2.2.4090 [Compare Source](https://togithub.com/Lidarr/Lidarr/compare/v2.2.1.4073...v2.2.2.4090) *To receive further Pre-Release updates for a non-docker installation, please change the branch to **develop**. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)* **If you are using docker you will need to update the container image. *Do not attempt to update Radarr within an existing docker container.*** #### Changes: - [`8035d42`](https://togithub.com/Lidarr/Lidarr/commit/8035d4202f4f05bb62c30d57aa34c51c0c75393c) Multiple Translations updated by Weblate - [`468f3ac`](https://togithub.com/Lidarr/Lidarr/commit/468f3acf85e1326c5e196fbd23db468470b8cd07) Translations for InteractiveSearchRow \[ [#​4077](https://togithub.com/Lidarr/Lidarr/issues/4077) ] - [`29c77ec`](https://togithub.com/Lidarr/Lidarr/commit/29c77ec3a1c89d949e4988020e8f8fcab8d1ae7a) Fix version in namespace for AutoTagging - [`d04bb53`](https://togithub.com/Lidarr/Lidarr/commit/d04bb5333afe0cbd8fe7c867e2ae0bc0b8d2156d) Fixed: Matching of custom formats during track files import \[ [#​3484](https://togithub.com/Lidarr/Lidarr/issues/3484) ] - [`0d76fbc`](https://togithub.com/Lidarr/Lidarr/commit/0d76fbcf0dfa38ba38670ae47425410c36d992d4) New: XXL modal size - [`3df140b`](https://togithub.com/Lidarr/Lidarr/commit/3df140b1f03a0d09fdc4835b763e4303eae7808a) Multiple Translations updated by Weblate - [`340ae78`](https://togithub.com/Lidarr/Lidarr/commit/340ae78f466c7db962e2681cbd9cd84080f0a89f) Prevent NullRef in naming when truncating a null Release Group - [`881faba`](https://togithub.com/Lidarr/Lidarr/commit/881fabad93004192ce4364d1b4bf9f2b47c56c8d) Fixed: WebApp functionality on Apple devices - [`be8f7e5`](https://togithub.com/Lidarr/Lidarr/commit/be8f7e561853365ab14645d6b867c3173624cf76) Fixed: Overly aggressive exception release group parsing - [`c974344`](https://togithub.com/Lidarr/Lidarr/commit/c9743448fd950e93fbe0757588742f4967487e7d) Configurable URL Base setting for Kodi connections
See More - [`47e647d`](https://togithub.com/Lidarr/Lidarr/commit/47e647ddb10190ba9a272931ff9b483a3f0b7bd5) Fixed: URL Base setting for Kodi connections - [`f6529d5`](https://togithub.com/Lidarr/Lidarr/commit/f6529d5ad3059a6bd1f4430cec47d257ec0e0bc7) New: URL Base setting for Media Server connections - [`fb1b727`](https://togithub.com/Lidarr/Lidarr/commit/fb1b7274d029dff5e87a58c57cb1858f38447bda) Queue Manual Import commands at high priority - [`33b12a5`](https://togithub.com/Lidarr/Lidarr/commit/33b12a532c8483a61a5de9d9ec77c9269ab643d3) Fixed: Don't disable IPv6 in IPv6-only Environment - [`cea5ee5`](https://togithub.com/Lidarr/Lidarr/commit/cea5ee503fcb64895d21623d38dfe522e6975f7c) New: Add download directory & move completed for Deluge - [`475590a`](https://togithub.com/Lidarr/Lidarr/commit/475590a21bf2d09b06e9cfce25b44f695e08f8ed) Bump version to 2.2.2 This list of changes was [auto generated](https://dev.azure.com/Lidarr/43582661-9ac3-4ec6-9583-209885d5ff34/\_release?releaseId=73&\_a=release-summary).
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/lidarr/Chart.yaml | 6 +++--- charts/stable/lidarr/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index ca918af8004..98dd291a8d8 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.2.1.4073 +appVersion: 2.2.2.4090 dependencies: - name: common version: 20.2.0 @@ -24,7 +24,7 @@ keywords: - lidarr - torrent - usenet -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://ghcr.io/onedr0p/exportarr - https://ghcr.io/onedr0p/lidarr-develop type: application -version: 21.5.0 +version: 21.5.1 diff --git a/charts/stable/lidarr/values.yaml b/charts/stable/lidarr/values.yaml index 39d124f109d..b80c2a2460b 100644 --- a/charts/stable/lidarr/values.yaml +++ b/charts/stable/lidarr/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/onedr0p/lidarr-develop pullPolicy: IfNotPresent - tag: 2.2.1.4073@sha256:ae2b24d5406e32c70e604b10c515f2355bac33f14382e013973a758770e863e8 + tag: 2.2.2.4090@sha256:4978f1e1dc949d6ac6b2d9250203977ea4a966b49864e6bd65cc52835bad28bb exportarrImage: repository: ghcr.io/onedr0p/exportarr pullPolicy: IfNotPresent