mirror of
https://github.com/truecharts/charts.git
synced 2026-08-04 07:14:45 -03:00
chore(helm): update image ghcr.io/autobrr/autobrr v1.56.1 → v1.57.0 (#30657)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/autobrr](https://redirect.github.com/autobrr/autobrr) | minor | `ece84c7` -> `fbc0fea` | --- > [!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.57.0`](https://redirect.github.com/autobrr/autobrr/releases/tag/v1.57.0) [Compare Source](https://redirect.github.com/autobrr/autobrr/compare/v1.56.1...v1.57.0) #### Changelog ##### New Features - [`50820e6`](50820e6374): feat(indexers): MAM filter VIP with release tags ([#​1932](https://redirect.github.com/autobrr/autobrr/issues/1932)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`49534a4`](49534a4d32): feat(indexers): remove TSC ([#​1917](https://redirect.github.com/autobrr/autobrr/issues/1917)) ([@​martylukyy](https://redirect.github.com/martylukyy)) - [`338bcf3`](338bcf38bb): feat(releases): improve collections/website/streaming service parsing ([#​1923](https://redirect.github.com/autobrr/autobrr/issues/1923)) ([@​zze0s](https://redirect.github.com/zze0s)) ##### Bug fixes - [`edd89f2`](edd89f23e9): fix(filters): truncate rejections on debug level ([#​1933](https://redirect.github.com/autobrr/autobrr/issues/1933)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`f9a74d9`](f9a74d9b2e): fix(indexers): Fuzer parse full category ([#​1922](https://redirect.github.com/autobrr/autobrr/issues/1922)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`40c5462`](40c5462df9): fix(lists): improve parsing and exclude unwanted characters ([#​1918](https://redirect.github.com/autobrr/autobrr/issues/1918)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`2bb6956`](2bb6956b08): fix(web): typos in duplicate release profile settings ([#​1924](https://redirect.github.com/autobrr/autobrr/issues/1924)) ([@​martylukyy](https://redirect.github.com/martylukyy)) ##### Other work - [`3e8ed10`](3e8ed10e81): build(deps): bump autobrr/go-rtorrent to v1.12.0 ([#​1925](https://redirect.github.com/autobrr/autobrr/issues/1925)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`433c124`](433c1248f4): build(deps): bump the golang group with 9 updates ([#​1915](https://redirect.github.com/autobrr/autobrr/issues/1915)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`9869792`](986979205a): build(deps): bump the npm group in /web with 10 updates ([#​1916](https://redirect.github.com/autobrr/autobrr/issues/1916)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`0391629`](0391629862): chore(license): update copyright year in headers ([#​1929](https://redirect.github.com/autobrr/autobrr/issues/1929)) ([@​s0up4200](https://redirect.github.com/s0up4200)) **Full Changelog**: https://github.com/autobrr/autobrr/compare/v1.56.1...v1.57.0 #### Docker images - `docker pull ghcr.io/autobrr/autobrr:v1.57.0` #### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
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.1
|
||||
appVersion: 1.57.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.3.1
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/autobrr/autobrr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/autobrr
|
||||
type: application
|
||||
version: 10.13.0
|
||||
version: 10.14.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/autobrr/autobrr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.56.1@sha256:ece84c7032c2afef04b145be8f99e6a1e46971dece62328541ac36990b5270f4
|
||||
tag: v1.57.0@sha256:fbc0fea58925c43357a2a43dad543dcda5b354a28a95a28e5d7289d34dc5edb9
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user