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`](https://redirect.github.com/autobrr/autobrr/commit/a8c4114d6d2d65d142b4e2b24c22fae7f2934732): feat(lists): read Plaintext from file on disk ([#​2031](https://redirect.github.com/autobrr/autobrr/issues/2031)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`1c23b5d`](https://redirect.github.com/autobrr/autobrr/commit/1c23b5df5780f4e02f35c2ee7d974a0b8890175f): 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`](https://redirect.github.com/autobrr/autobrr/commit/6b2b1637cb1e7b61ed0ef85936edfb5184fe67a7): 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`](https://redirect.github.com/autobrr/autobrr/commit/48870044a2433792fc5b5a7fedd57f3c53f3e6ab): 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`](https://redirect.github.com/autobrr/autobrr/commit/e137ac4070cd3adb542a34ef1cc1256b3cba4e6c): build(ci): setup goreleaser-pro ([#​2020](https://redirect.github.com/autobrr/autobrr/issues/2020)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`b309df8`](https://redirect.github.com/autobrr/autobrr/commit/b309df87b5c74bc1ed951d04c2d3a4e6192b7305): 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`](https://redirect.github.com/autobrr/autobrr/commit/40aa3b404bcad804dc566605ebb0ae938058f45e): 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`](https://redirect.github.com/autobrr/autobrr/commit/f1fd08a2eb8197df05db4a0414b9a7bc09e3ddc6): 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