From ba3aa74cdb8800fe68904e7bb3cc567a173cef9b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 21 Oct 2024 02:31:08 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/autobrr?= =?UTF-8?q?/autobrr=20v1.47.1=20=E2=86=92=20v1.48.0=20(#28093)?= 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/autobrr/autobrr](https://redirect.github.com/autobrr/autobrr) | minor | `5364237` -> `0ae19e3` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
autobrr/autobrr (ghcr.io/autobrr/autobrr) ### [`v1.48.0`](https://redirect.github.com/autobrr/autobrr/releases/tag/v1.48.0) [Compare Source](https://redirect.github.com/autobrr/autobrr/compare/v1.47.1...v1.48.0) #### Changelog ##### New Features - [`f029de2`](https://redirect.github.com/autobrr/autobrr/commit/f029de233fa2489948d2b76d2db8fc0dfea8ea7f): feat(filters): improve rejection handling ([#​1776](https://redirect.github.com/autobrr/autobrr/issues/1776)) ([@​zze0s](https://redirect.github.com/zze0s)) ##### Bug fixes - [`2386a9d`](https://redirect.github.com/autobrr/autobrr/commit/2386a9db319e99184d329d6a71a21f04f4ef0397): fix(config): log reload message once ([#​1773](https://redirect.github.com/autobrr/autobrr/issues/1773)) ([@​s0up4200](https://redirect.github.com/s0up4200)) - [`f7e635d`](https://redirect.github.com/autobrr/autobrr/commit/f7e635d5ae6c4db89d88aa11bfacfc88cb576e67): fix(indexers): OPS API test function ([#​1772](https://redirect.github.com/autobrr/autobrr/issues/1772)) ([@​s0up4200](https://redirect.github.com/s0up4200)) - [`636129f`](https://redirect.github.com/autobrr/autobrr/commit/636129f282833be0e518ce4313bc5f50fb502950): fix(indexers): PTP API test function ([#​1771](https://redirect.github.com/autobrr/autobrr/issues/1771)) ([@​s0up4200](https://redirect.github.com/s0up4200)) - [`509e4dd`](https://redirect.github.com/autobrr/autobrr/commit/509e4ddaeddf3dc42a3926761a10addcee2c489a): fix(indexers): update Fuzer IRC addr ([#​1764](https://redirect.github.com/autobrr/autobrr/issues/1764)) ([@​martylukyy](https://redirect.github.com/martylukyy)) - [`04ffb0b`](https://redirect.github.com/autobrr/autobrr/commit/04ffb0b39d89398dd5870379dc570338e7d979ad): fix(web): remove unnecessary link to Logs ([#​1774](https://redirect.github.com/autobrr/autobrr/issues/1774)) ([@​s0up4200](https://redirect.github.com/s0up4200)) - [`5df6e78`](https://redirect.github.com/autobrr/autobrr/commit/5df6e78d3b8b2182fc7b53597e35b06d6234afe4): fix(wildcard): partial match ignoring consumed pattern ([#​1765](https://redirect.github.com/autobrr/autobrr/issues/1765)) ([@​KyleSanderson](https://redirect.github.com/KyleSanderson)) ##### Other work - [`7e5f65f`](https://redirect.github.com/autobrr/autobrr/commit/7e5f65fd6ee6412195c6d55dccde11d8b1fde6b4): chore(build): update workflows and `go.mod` to use latest patch version of Go ([#​1775](https://redirect.github.com/autobrr/autobrr/issues/1775)) ([@​s0up4200](https://redirect.github.com/s0up4200)) - [`ae779e5`](https://redirect.github.com/autobrr/autobrr/commit/ae779e546122c0c5b304793e82a21bca6d26e743): feat(download-client): add label to Deluge if it does not exist ([#​1761](https://redirect.github.com/autobrr/autobrr/issues/1761)) ([@​KyokoMiki](https://redirect.github.com/KyokoMiki)) **Full Changelog**: https://github.com/autobrr/autobrr/compare/v1.47.1...v1.48.0 #### Docker images - `docker pull ghcr.io/autobrr/autobrr:v1.48.0` #### What to do next? - Read the [documentation](https://autobrr.com) - Join our [Discord server](https://discord.gg/WQ2eUycxyT)
--- ### 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/autobrr/Chart.yaml | 4 ++-- charts/stable/autobrr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/autobrr/Chart.yaml b/charts/stable/autobrr/Chart.yaml index 3849c3221b3..ca238d190ae 100644 --- a/charts/stable/autobrr/Chart.yaml +++ b/charts/stable/autobrr/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.47.1 +appVersion: 1.48.0 dependencies: - name: common version: 25.1.0 @@ -33,4 +33,4 @@ sources: - https://github.com/autobrr/autobrr - https://github.com/truecharts/charts/tree/master/charts/stable/autobrr type: application -version: 10.7.0 +version: 10.8.0 diff --git a/charts/stable/autobrr/values.yaml b/charts/stable/autobrr/values.yaml index cc7a1d67ff9..abd7b498a02 100644 --- a/charts/stable/autobrr/values.yaml +++ b/charts/stable/autobrr/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/autobrr/autobrr pullPolicy: IfNotPresent - tag: v1.47.1@sha256:5364237a98b12bb269384dd4f4feaf7583027591c26bc2e6aaac0baa4e142b34 + tag: v1.48.0@sha256:0ae19e3beedf491396e450b024c23e9e24df4d692286c0442a81fa699493def0 service: main: