From 9715f5e4c60836eb6ade9322d7ef75fb3f2acbc6 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 28 Oct 2024 17:26:23 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/recycla?= =?UTF-8?q?rr/recyclarr=207.2.4=20=E2=86=92=207.3.0=20(#28488)?= 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/recyclarr/recyclarr](https://redirect.github.com/recyclarr/recyclarr) | minor | `1bf2436` -> `2aaa020` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
recyclarr/recyclarr (ghcr.io/recyclarr/recyclarr) ### [`v7.3.0`](https://redirect.github.com/recyclarr/recyclarr/blob/HEAD/CHANGELOG.md#730---2024-10-28) [Compare Source](https://redirect.github.com/recyclarr/recyclarr/compare/v7.2.4...v7.3.0) ##### Added - Notifications support through Apprise ##### Fixed - A `DependencyResolutionException` is no longer raised in some commands (e.g. `list`) ([#​352](https://redirect.github.com/recyclarr/recyclarr/issues/352)).
--- ### 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/recyclarr/Chart.yaml | 4 ++-- charts/stable/recyclarr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/recyclarr/Chart.yaml b/charts/stable/recyclarr/Chart.yaml index 27a9c13848a..8a347aee585 100644 --- a/charts/stable/recyclarr/Chart.yaml +++ b/charts/stable/recyclarr/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 7.2.4 +appVersion: 7.3.0 dependencies: - name: common version: 25.1.5 @@ -34,4 +34,4 @@ sources: - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr - https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr type: application -version: 12.3.1 +version: 12.4.0 diff --git a/charts/stable/recyclarr/values.yaml b/charts/stable/recyclarr/values.yaml index bc6dda8650f..dce89027d1a 100644 --- a/charts/stable/recyclarr/values.yaml +++ b/charts/stable/recyclarr/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/recyclarr/recyclarr - tag: 7.2.4@sha256:1bf2436ed4749a4309765dd21643aac858dd436a536e37c25bb463513601e962 + tag: 7.3.0@sha256:2aaa0205a93171b93a159e4665004ccee1a5aacd60359fb8d7683db0ae7e774b service: main: enabled: false