mirror of
https://github.com/truecharts/charts.git
synced 2026-07-19 14:31:21 -03:00
chore(helm): update image ghcr.io/autobrr/autobrr v1.56.0 → v1.56.1 (#30409)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/autobrr](https://redirect.github.com/autobrr/autobrr) | patch | `f05a75c` -> `ece84c7` | --- > [!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.56.1`](https://redirect.github.com/autobrr/autobrr/releases/tag/v1.56.1) [Compare Source](https://redirect.github.com/autobrr/autobrr/compare/v1.56.0...v1.56.1) #### Changelog ##### New Features - [`79f8a98`](79f8a98e73): feat(indexers): implement AnimeWorld announce types ([#​1900](https://redirect.github.com/autobrr/autobrr/issues/1900)) ([@​martylukyy](https://redirect.github.com/martylukyy)) - [`c13844e`](c13844e8b0): feat(lists): ui enhancements ([#​1898](https://redirect.github.com/autobrr/autobrr/issues/1898)) ([@​fabricionaweb](https://redirect.github.com/fabricionaweb)) ##### Bug fixes - [`6b4f1d9`](6b4f1d9f63): fix(database): migrations to update PTP IRC channel ([#​1906](https://redirect.github.com/autobrr/autobrr/issues/1906)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`7bb3487`](7bb3487e5e): fix(lists): handle NULL clientID for non-arr lists on Postgres ([#​1904](https://redirect.github.com/autobrr/autobrr/issues/1904)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`0104ca4`](0104ca4a28): fix(lists): plaintext only accept URLs ([#​1901](https://redirect.github.com/autobrr/autobrr/issues/1901)) ([@​s0up4200](https://redirect.github.com/s0up4200)) - [`c1c97d2`](c1c97d2d97): fix(lists): toggle toast message ([#​1897](https://redirect.github.com/autobrr/autobrr/issues/1897)) ([@​s0up4200](https://redirect.github.com/s0up4200)) - [`af3907d`](af3907df9b): fix(releases): handle NULL hybrid field ([#​1905](https://redirect.github.com/autobrr/autobrr/issues/1905)) ([@​zze0s](https://redirect.github.com/zze0s)) **Full Changelog**: https://github.com/autobrr/autobrr/compare/v1.56.0...v1.56.1 #### Docker images - `docker pull ghcr.io/autobrr/autobrr:v1.56.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.56.0
|
||||
appVersion: 1.56.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.2.4
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/autobrr/autobrr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/autobrr
|
||||
type: application
|
||||
version: 10.12.1
|
||||
version: 10.12.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/autobrr/autobrr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.56.0@sha256:f05a75c6e43af6daaca453687aca51d88fd902051d07a7b27174638759c426a8
|
||||
tag: v1.56.1@sha256:ece84c7032c2afef04b145be8f99e6a1e46971dece62328541ac36990b5270f4
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user