mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 05:01:25 -03:00
chore(helm): update image ghcr.io/autobrr/autobrr v1.67.0 → v1.68.0 (#40550)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/autobrr](https://redirect.github.com/autobrr/autobrr) | minor | `af3fbcf` -> `0d61a30` | --- > [!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.68.0`](https://redirect.github.com/autobrr/autobrr/releases/tag/v1.68.0) [Compare Source](https://redirect.github.com/autobrr/autobrr/compare/v1.67.0...v1.68.0) #### Changelog ##### New Features - [`b9f4bbd`](b9f4bbd3e2): feat(database): new migrations strategy ([#​2205](https://redirect.github.com/autobrr/autobrr/issues/2205)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`1bcd622`](1bcd622d31): feat(indexers): update RevolutionTT domain ([#​2212](https://redirect.github.com/autobrr/autobrr/issues/2212)) ([@​msitt](https://redirect.github.com/msitt)) - [`fa9e678`](fa9e6787f7): feat(releases): add hybrid toggle to skip duplicate profiles ([#​2216](https://redirect.github.com/autobrr/autobrr/issues/2216)) ([@​zze0s](https://redirect.github.com/zze0s)) ##### Bug fixes - [`3e899bc`](3e899bc6b0): fix(indexers): GGn iOS title parsing ([#​2214](https://redirect.github.com/autobrr/autobrr/issues/2214)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`b28aaa4`](b28aaa45d7): fix(indexers): HDB parse announce with Internal and Exclusive correctly ([#​2217](https://redirect.github.com/autobrr/autobrr/issues/2217)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`fbd31bf`](fbd31bf2b6): fix(indexers): HHD add new announcer ([#​2215](https://redirect.github.com/autobrr/autobrr/issues/2215)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`23cbcd5`](23cbcd5d72): fix(indexers): Rastastugan use rsskey ([#​2207](https://redirect.github.com/autobrr/autobrr/issues/2207)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`18d452c`](18d452cda0): fix(notifications): per-filter settings override global ([#​2208](https://redirect.github.com/autobrr/autobrr/issues/2208)) ([@​zze0s](https://redirect.github.com/zze0s)) ##### Other work - [`324e842`](324e8427e1): build(deps): bump the golang group across 1 directory with 12 updates ([#​2213](https://redirect.github.com/autobrr/autobrr/issues/2213)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`47276c2`](47276c268b): docs: add pull request template ([#​2169](https://redirect.github.com/autobrr/autobrr/issues/2169)) ([@​luckylittle](https://redirect.github.com/luckylittle)) **Full Changelog**: <https://github.com/autobrr/autobrr/compare/v1.67.0...v1.68.0> #### Docker images - `docker pull ghcr.io/autobrr/autobrr:v1.68.0` #### What to do next? - Read the [documentation](https://autobrr.com) - Join our [Discord server](https://discord.autobrr.com) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.67.0
|
||||
appVersion: 1.68.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.22.0
|
||||
@@ -36,7 +36,8 @@ name: autobrr
|
||||
sources:
|
||||
- https://ghcr.io/autobrr/autobrr
|
||||
- https://github.com/autobrr/autobrr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/autobrr
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/autobrr
|
||||
type: application
|
||||
version: 11.12.0
|
||||
version: 11.13.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/autobrr/autobrr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.67.0@sha256:af3fbcfa5f12b4bea8dc3338571071ed98e4caebb204cd50a31d5eff0a08152f
|
||||
tag: v1.68.0@sha256:0d61a307f3569853fe876dd8a4baf3a3065ff4cde342d13e33aa108db6129f3f
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user