chore(helm): update image ghcr.io/autobrr/autobrr v1.69.0 → v1.70.0 (#42253)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/autobrr](https://redirect.github.com/autobrr/autobrr) | minor | `b14f129` -> `c691d8d` | --- > [!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.70.0`](https://redirect.github.com/autobrr/autobrr/releases/tag/v1.70.0) [Compare Source](https://redirect.github.com/autobrr/autobrr/compare/v1.69.0...v1.70.0) #### Changelog ##### New Features - [`fecb1dd`](https://redirect.github.com/autobrr/autobrr/commit/fecb1dd4374144c5d118bd36f7bacaddcc5525c3): feat(database): SQLite improvements ([#​2266](https://redirect.github.com/autobrr/autobrr/issues/2266)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`12f5765`](https://redirect.github.com/autobrr/autobrr/commit/12f576577ed4c431ae29ee3e9c8e41a003629b45): feat(filters): clarify mode for RegEx fields ([#​2272](https://redirect.github.com/autobrr/autobrr/issues/2272)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`3e4bd4d`](https://redirect.github.com/autobrr/autobrr/commit/3e4bd4d259328d8a1ce98d25a60c980c9a3c62be): feat(indexers): use Proxy for API client calls ([#​2268](https://redirect.github.com/autobrr/autobrr/issues/2268)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`a43f52d`](https://redirect.github.com/autobrr/autobrr/commit/a43f52d81e19cf553a0791e537a539e81728d668): feat(proxy): add HTTP support ([#​2270](https://redirect.github.com/autobrr/autobrr/issues/2270)) ([@​zze0s](https://redirect.github.com/zze0s)) ##### Bug fixes - [`c66af53`](https://redirect.github.com/autobrr/autobrr/commit/c66af533f0162260a792b2e7f4245b1a92b197dd): fix(http): keep session cookie SameSite=Lax ([#​2259](https://redirect.github.com/autobrr/autobrr/issues/2259)) ([@​s0up4200](https://redirect.github.com/s0up4200)) ##### Other work - [`1af9233`](https://redirect.github.com/autobrr/autobrr/commit/1af92330aa0c58fe15cc9c67a0b562fb68a88f38): build(deps): bump actions/checkout from 5 to 6 in the github group ([#​2262](https://redirect.github.com/autobrr/autobrr/issues/2262)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`a104c12`](https://redirect.github.com/autobrr/autobrr/commit/a104c12c5366f8a388091366475efbd2521c9f2d): docs: update Linux start service command ([#​2261](https://redirect.github.com/autobrr/autobrr/issues/2261)) ([@​ChristianMHolt](https://redirect.github.com/ChristianMHolt)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
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.69.0
|
||||
appVersion: 1.70.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.2
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/autobrr/autobrr
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/autobrr
|
||||
type: application
|
||||
version: 11.19.1
|
||||
version: 11.20.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/autobrr/autobrr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.69.0@sha256:b14f129e3c6293a595e7a03e025e5c7dd4095bd96100f2889a226816ae39ee0a
|
||||
tag: v1.70.0@sha256:c691d8ddd5184c155d1732244519f0c09dc44559a7a0da14c6d0dc3edf7fcfb3
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user