chore(deps): update container image ghcr.io/autobrr/autobrr to v1.34.1@7a21e92 (#16028)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/autobrr](https://togithub.com/autobrr/autobrr) | patch | `v1.34.0` -> `v1.34.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>autobrr/autobrr (ghcr.io/autobrr/autobrr)</summary> ### [`v1.34.1`](https://togithub.com/autobrr/autobrr/releases/tag/v1.34.1) [Compare Source](https://togithub.com/autobrr/autobrr/compare/v1.34.0...v1.34.1) #### Changelog ##### Bug fixes - [`fc0bf33`](https://togithub.com/autobrr/autobrr/commit/fc0bf33412803a7178ba19963dd0d53233bf3ad8): fix(config): PostgresExtraParams struct tag ([#​1294](https://togithub.com/autobrr/autobrr/issues/1294)) ([@​s0up4200](https://togithub.com/s0up4200)) - [`17e9720`](https://togithub.com/autobrr/autobrr/commit/17e97201fdfbe892f9299dcb1333514d1643a06b): fix(config): log level change causes panic ([#​1296](https://togithub.com/autobrr/autobrr/issues/1296)) ([@​zze0s](https://togithub.com/zze0s)) - [`b2c32a4`](https://togithub.com/autobrr/autobrr/commit/b2c32a421e14a16efb8c837b15035aa90f9a9ca2): fix(irc): improve IRC handler management ([#​1269](https://togithub.com/autobrr/autobrr/issues/1269)) ([@​slingamn](https://togithub.com/slingamn)) **Full Changelog**: https://github.com/autobrr/autobrr/compare/v1.34.0...v1.34.1 #### Docker images - `docker pull ghcr.io/autobrr/autobrr:v1.34.1` #### What to do next? - Read the [documentation](https://autobrr.com) - Join our [Discord server](https://discord.gg/WQ2eUycxyT) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS40IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
@@ -1,31 +1,31 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: autobrr
|
||||
version: 5.1.1
|
||||
appVersion: 1.34.0
|
||||
version: 5.1.2
|
||||
appVersion: 1.34.1
|
||||
description: The modern download automation tool for torrents.
|
||||
home: https://truecharts.org/charts/stable/autobrr
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/autobrr
|
||||
- https://ghcr.io/autobrr/autobrr
|
||||
- https://github.com/autobrr/autobrr
|
||||
- https://github.com/autobrr/autobrr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/autobrr
|
||||
- https://ghcr.io/autobrr/autobrr
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- autobrr
|
||||
- torrent
|
||||
- autobrr
|
||||
- torrent
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/autobrr/autobrr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.34.0@sha256:dda89d086868dc243349b2e50fa8dc3c866a6d531894b3a447ebdc2cdb4a736e
|
||||
tag: v1.34.1@sha256:7a21e928f9e6fe608c99ea01714cd261f093adc640cb104848651a264cb490b2
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user