mirror of
https://github.com/truecharts/charts.git
synced 2026-07-10 10:24:03 -03:00
chore(helm): update image ghcr.io/autobrr/autobrr v1.60.0 → v1.61.0 (#34353)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/autobrr](https://redirect.github.com/autobrr/autobrr) | minor | `5f95def` -> `035aded` | 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.61.0`](https://redirect.github.com/autobrr/autobrr/releases/tag/v1.61.0) [Compare Source](https://redirect.github.com/autobrr/autobrr/compare/v1.60.0...v1.61.0) #### Changelog ##### New Features - [`a8c4114`](a8c4114d6d): feat(lists): read Plaintext from file on disk ([#​2031](https://redirect.github.com/autobrr/autobrr/issues/2031)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`1c23b5d`](1c23b5df57): feat(oidc): show profile pic if present ([#​2006](https://redirect.github.com/autobrr/autobrr/issues/2006)) ([@​s0up4200](https://redirect.github.com/s0up4200)) ##### Bug fixes - [`6b2b163`](6b2b1637cb): fix(irc): set proxy if use proxy is enabled ([#​2011](https://redirect.github.com/autobrr/autobrr/issues/2011)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`4887004`](48870044a2): fix(oidc): fetch claims from Userinfo endpoint ([#​2028](https://redirect.github.com/autobrr/autobrr/issues/2028)) ([@​s0up4200](https://redirect.github.com/s0up4200)) ##### Other work - [`e137ac4`](e137ac4070): build(ci): setup goreleaser-pro ([#​2020](https://redirect.github.com/autobrr/autobrr/issues/2020)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`b309df8`](b309df87b5): build(deps): bump the golang group across 1 directory with 14 updates ([#​2024](https://redirect.github.com/autobrr/autobrr/issues/2024)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`40aa3b4`](40aa3b404b): build(deps): bump the npm group across 1 directory with 23 updates ([#​2025](https://redirect.github.com/autobrr/autobrr/issues/2025)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`f1fd08a`](f1fd08a2eb): chore(indexers): remove lusthive ([#​2007](https://redirect.github.com/autobrr/autobrr/issues/2007)) ([@​martylukyy](https://redirect.github.com/martylukyy)) **Full Changelog**: https://github.com/autobrr/autobrr/compare/v1.60.0...v1.61.0 #### Docker images - `docker pull ghcr.io/autobrr/autobrr:v1.61.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.60.0
|
||||
appVersion: 1.61.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/autobrr/autobrr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/autobrr
|
||||
type: application
|
||||
version: 10.18.0
|
||||
version: 10.19.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/autobrr/autobrr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.60.0@sha256:5f95def0aa664e653c5de820f27661357a5c77a8eef0dd7fa204efedfb7d0e45
|
||||
tag: v1.61.0@sha256:035adedf41dafe2a1409e0e39894f91db9af746ec23bd3f018b62f290ba3e4b4
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user