From da67db8a346397c66f1db2da158d9aa8a77cfbed Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 27 Oct 2024 13:51:45 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/elfhost?= =?UTF-8?q?ed/readarr-develop=200.4.1.2648=20=E2=86=92=200.4.2.2653=20(#28?= =?UTF-8?q?416)?= 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/readarr-develop](https://redirect.github.com/Readarr/Readarr) | patch | `d20e566` -> `f1a752b` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
Readarr/Readarr (ghcr.io/elfhosted/readarr-develop) ### [`v0.4.2.2653`](https://redirect.github.com/Readarr/Readarr/releases/tag/v0.4.2.2653): 0.4.2.2653 [Compare Source](https://redirect.github.com/Readarr/Readarr/compare/v0.4.1.2648...v0.4.2.2653) *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 Readarr within an existing docker container.*** #### Changes: - [`b83a760`](https://redirect.github.com/Readarr/Readarr/commit/b83a7608735e9e7d9d9b13461b1b90c99e587648) Bump frontend packages - [`22ab50f`](https://redirect.github.com/Readarr/Readarr/commit/22ab50f76d17a16b462e9b50e45124934700a7a3) Bump dotnet to 6.0.35 - [`66758ca`](https://redirect.github.com/Readarr/Readarr/commit/66758ca00605990b762587b345a291bfb17d651c) New: Show update settings on all platforms - [`e7d7bc7`](https://redirect.github.com/Readarr/Readarr/commit/e7d7bc79f4ffef2ea96841bcca0335c44a9a7abf) New: Allow major version updates to be installed - [`cfccb4f`](https://redirect.github.com/Readarr/Readarr/commit/cfccb4f9c34fedf3363b59f9bb226eb199321fda) Bump version to 0.4.2 This list of changes was [auto generated](https://dev.azure.com/Readarr/34393bab-b896-4651-a109-cddb27254e55/\_release?releaseId=63&\_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/readarr/Chart.yaml | 4 ++-- charts/stable/readarr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml index 50dcddae09b..f6e03fbaacc 100644 --- a/charts/stable/readarr/Chart.yaml +++ b/charts/stable/readarr/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.4.1.2648 +appVersion: 0.4.2.2653 dependencies: - name: common version: 25.1.0 @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/readarr - https://readarr.com type: application -version: 24.0.9 +version: 24.0.10 diff --git a/charts/stable/readarr/values.yaml b/charts/stable/readarr/values.yaml index d289238f07e..1dd34516ee6 100644 --- a/charts/stable/readarr/values.yaml +++ b/charts/stable/readarr/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/elfhosted/readarr-develop pullPolicy: IfNotPresent - tag: 0.4.1.2648@sha256:d20e5665aa6fa469167495c9d38a06099d3ab95e4239750e4eac82e8231a48d8 + tag: 0.4.2.2653@sha256:f1a752b4a74d44b64b520f8854d20d5cc6ffd76b1581a4d26767f73579241809 exportarrImage: repository: ghcr.io/onedr0p/exportarr pullPolicy: IfNotPresent