feat(autobrr): update image ghcr.io/autobrr/autobrr v1.71.0 → v1.72.0 (#44229)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/autobrr](https://redirect.github.com/autobrr/autobrr)
| minor | `db97949` -> `9964eab` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>autobrr/autobrr (ghcr.io/autobrr/autobrr)</summary>

###
[`v1.72.0`](https://redirect.github.com/autobrr/autobrr/releases/tag/v1.72.0)

[Compare
Source](https://redirect.github.com/autobrr/autobrr/compare/v1.71.0...v1.72.0)

#### Changelog

##### New Features

-
[`c1f12f3`](c1f12f31d5):
feat(indexers): add Luminarr
([#&#8203;2313](https://redirect.github.com/autobrr/autobrr/issues/2313))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`e6a995a`](e6a995ab5f):
feat(irc): add HTTP proxy support
([#&#8203;2312](https://redirect.github.com/autobrr/autobrr/issues/2312))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`b3557cb`](b3557cb246):
feat(irc): add Skip TLS Verify toggle
([#&#8203;2314](https://redirect.github.com/autobrr/autobrr/issues/2314))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`ae1ca6e`](ae1ca6e38f):
feat(lists): add item menu with edit, refresh and delete
([#&#8203;2317](https://redirect.github.com/autobrr/autobrr/issues/2317))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`68715f8`](68715f83e4):
feat(notifications): add event-specific sound selection for Pushover
([#&#8203;2249](https://redirect.github.com/autobrr/autobrr/issues/2249))
([@&#8203;luckylittle](https://redirect.github.com/luckylittle))
-
[`ed4ab12`](ed4ab125d8):
feat(notifications): add generic webhook support
([#&#8203;2307](https://redirect.github.com/autobrr/autobrr/issues/2307))
([@&#8203;KyleTryon](https://redirect.github.com/KyleTryon))
-
[`50ff6a5`](50ff6a5780):
feat(notifications): clarify Gotify URL format
([#&#8203;2318](https://redirect.github.com/autobrr/autobrr/issues/2318))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`dfdada2`](dfdada2d0f):
feat(releases): scheduled cleanup jobs
([#&#8203;2247](https://redirect.github.com/autobrr/autobrr/issues/2247))
([@&#8203;mrgeetv](https://redirect.github.com/mrgeetv))

##### Bug fixes

-
[`cbfd7e3`](cbfd7e3636):
fix(actions): Deluge always set `AddPaused` to override client
([#&#8203;2310](https://redirect.github.com/autobrr/autobrr/issues/2310))
([@&#8203;Patricol](https://redirect.github.com/Patricol))
-
[`34f2bca`](34f2bca8ac):
fix(lists): handle api keys properly
([#&#8203;2316](https://redirect.github.com/autobrr/autobrr/issues/2316))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`9f6d804`](9f6d804b1c):
fix(notifications): Test uses redacted credentials
([#&#8203;2297](https://redirect.github.com/autobrr/autobrr/issues/2297))
([@&#8203;zze0s](https://redirect.github.com/zze0s))

##### Other work

-
[`3b85666`](3b856663ea):
build(deps): bump the golang group with 8 updates
([#&#8203;2294](https://redirect.github.com/autobrr/autobrr/issues/2294))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`0b01257`](0b01257a75):
build(deps): bump the npm group across 1 directory with 24 updates
([#&#8203;2295](https://redirect.github.com/autobrr/autobrr/issues/2295))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYXV0b2JyciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2026-01-28 03:57:22 +01:00
committed by GitHub
parent c4b00d34f7
commit ad19c8e677
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ annotations:
truecharts.org/min_kubernetes_version: 1.24.0
truecharts.org/train: stable
apiVersion: v2
appVersion: 1.71.0
appVersion: 1.72.0
dependencies:
- name: common
version: 28.29.40
@@ -38,5 +38,5 @@ sources:
- https://github.com/autobrr/autobrr
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/autobrr
type: application
version: 11.21.13
version: 11.22.0

View File

@@ -1,7 +1,7 @@
image:
repository: ghcr.io/autobrr/autobrr
pullPolicy: IfNotPresent
tag: v1.71.0@sha256:db9794958a0f9db93059c1e9f06193a063ce3846d346d7a7c9eca607c6617c51
tag: v1.72.0@sha256:9964eab1afccc22bbf6a5d44566a08faa26316aa90a13bdc6a40cb8a5dada129
service:
main: