From 2042547fe8db2d8fe476ad2146d0d52d36f59319 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 26 Oct 2024 14:28:31 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/elfhost?= =?UTF-8?q?ed/lidarr=202.6.4.4402=20=E2=86=92=202.7.1.4417=20(#28369)?= 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/elfhosted/lidarr](https://redirect.github.com/Lidarr/Lidarr) | minor | `50d6c95` -> `2bd9a27` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
Lidarr/Lidarr (ghcr.io/elfhosted/lidarr) ### [`v2.7.1.4417`](https://redirect.github.com/Lidarr/Lidarr/releases/tag/v2.7.1.4417): 2.7.1.4417 [Compare Source](https://redirect.github.com/Lidarr/Lidarr/compare/v2.6.4.4402...v2.7.1.4417) *To receive further updates for a non-docker installation, please change the branch to **master**. (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 Lidarr within an existing docker container.*** Doing so will prevent audio fingerprinting from working and break your Lidarr installation if you ever delete and re-create the container. #### Changes: - [`cb66089`](https://redirect.github.com/Lidarr/Lidarr/commit/cb6608975e3778d4e753592a11edd9232bea1e59) Multiple Translations updated by Weblate - [`2db04a3`](https://redirect.github.com/Lidarr/Lidarr/commit/2db04a3452cc0aa2cbe4b5c5b738955988d6a73e) Rename unused CancelMessageText - [`5cead5f`](https://redirect.github.com/Lidarr/Lidarr/commit/5cead5f7ffb741ee25aed14e4bee44042ee13e62) Bump version to 2.7.1 - [`850c08d`](https://redirect.github.com/Lidarr/Lidarr/commit/850c08dda34b57d4fedb9138617a4ff378fe455c) Multiple Translations updated by Weblate - [`f005695`](https://redirect.github.com/Lidarr/Lidarr/commit/f005695b4872d7efbae6890526df7fe3d5e26c1d) Skip spotify mapping tests - [`5562659`](https://redirect.github.com/Lidarr/Lidarr/commit/55626594c59c9a3fefa53d738f2a6ee68342cff2) New: Allow major version updates to be installed - [`c645afc`](https://redirect.github.com/Lidarr/Lidarr/commit/c645afc389e9901ed02018d012fa48a481a9e792) Bump frontend packages - [`33d6169`](https://redirect.github.com/Lidarr/Lidarr/commit/33d61698820a2840503c97232b672ab6ea991d12) Bump dotnet to 6.0.35 - [`c750f47`](https://redirect.github.com/Lidarr/Lidarr/commit/c750f4764f0422a05dce21133f954813f696a300) Sync OsInfo with upstream ([#​5163](https://redirect.github.com/Lidarr/Lidarr/issues/5163)) - [`c6c52c4`](https://redirect.github.com/Lidarr/Lidarr/commit/c6c52c4117217379df4396ff8d35d24d76cc2547) Bump version to 2.7.0 This list of changes was [auto generated](https://dev.azure.com/Lidarr/43582661-9ac3-4ec6-9583-209885d5ff34/\_release?releaseId=106&\_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://redirect.github.com/renovatebot/renovate). --- charts/stable/lidarr/Chart.yaml | 4 ++-- charts/stable/lidarr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index 91e5f4fd504..10094ce4b7f 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.6.4.4402 +appVersion: 2.7.1.4417 dependencies: - name: common version: 25.1.0 @@ -35,4 +35,4 @@ sources: - https://github.com/Lidarr/Lidarr - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr type: application -version: 24.1.8 +version: 24.2.0 diff --git a/charts/stable/lidarr/values.yaml b/charts/stable/lidarr/values.yaml index bff436cb75f..62dac80a912 100644 --- a/charts/stable/lidarr/values.yaml +++ b/charts/stable/lidarr/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/elfhosted/lidarr pullPolicy: IfNotPresent - tag: 2.6.4.4402@sha256:50d6c95cb7c05cb79b5de8077d9d74da181638de8becb304f11462c328da6401 + tag: 2.7.1.4417@sha256:2bd9a274a5f9fb3f6ed780514fcacd8ec4044b67d5c831b5fafbcc2afcb016c4 exportarrImage: repository: ghcr.io/onedr0p/exportarr pullPolicy: IfNotPresent