chore(helm): update image ghcr.io/autobrr/autobrr v1.66.0 → v1.66.1 (#39286)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/autobrr](https://redirect.github.com/autobrr/autobrr) | patch | `aaaf582` -> `bf25c5c` | --- > [!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.66.1`](https://redirect.github.com/autobrr/autobrr/releases/tag/v1.66.1) [Compare Source](https://redirect.github.com/autobrr/autobrr/compare/v1.66.0...v1.66.1) #### Changelog ##### Bug fixes - [`c879266`](https://redirect.github.com/autobrr/autobrr/commit/c87926645594c4bb1e31893d103f02b43428b939): fix(downloadclient): Test sends keys as redacted if saved ([#​2184](https://redirect.github.com/autobrr/autobrr/issues/2184)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`ac36e41`](https://redirect.github.com/autobrr/autobrr/commit/ac36e4154bb1496ed7f01dee6eca01c90da68820): fix(indexers): Test API sends key as redacted if saved ([#​2183](https://redirect.github.com/autobrr/autobrr/issues/2183)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`7b03158`](https://redirect.github.com/autobrr/autobrr/commit/7b03158fb677d97b93c32989288b34432163c826): fix(jobs): tmp cleanup user check ([#​2186](https://redirect.github.com/autobrr/autobrr/issues/2186)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`e64b82b`](https://redirect.github.com/autobrr/autobrr/commit/e64b82b2b9d371c2801c428a3df07137792935d2): fix(sessions): database store initialization ([#​2185](https://redirect.github.com/autobrr/autobrr/issues/2185)) ([@​zze0s](https://redirect.github.com/zze0s)) **Full Changelog**: <https://github.com/autobrr/autobrr/compare/v1.66.0...v1.66.1> #### Docker images - `docker pull ghcr.io/autobrr/autobrr:v1.66.1` #### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.66.0
|
||||
appVersion: 1.66.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.17.0
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/autobrr/autobrr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/autobrr
|
||||
type: application
|
||||
version: 11.7.0
|
||||
version: 11.7.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/autobrr/autobrr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.66.0@sha256:aaaf582d3d7640e4f01a4d058eb100615a4c8cbc836c7e9c13e223afa54e9b62
|
||||
tag: v1.66.1@sha256:bf25c5c66cb1b8aa60b83932a1b59d2eb88c45edfeb8714e58e4bd1abeee01d1
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user