chore(deps): update container image fallenbagel/jellyseerr to v1.9.2@8f708df by renovate (#23290)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [fallenbagel/jellyseerr](https://togithub.com/Fallenbagel/jellyseerr) | patch | `1.9.1` -> `1.9.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Fallenbagel/jellyseerr (fallenbagel/jellyseerr)</summary> ### [`v1.9.2`](https://togithub.com/Fallenbagel/jellyseerr/releases/tag/v1.9.2) [Compare Source](https://togithub.com/Fallenbagel/jellyseerr/compare/v1.9.1...v1.9.2) ##### Bug Fixes - **auth:** improve login resilience with headerless fallback authentication ([#​814](https://togithub.com/fallenbagel/jellyseerr/issues/814)) ([a9741fa](https://togithub.com/fallenbagel/jellyseerr/commit/a9741fa36d06710aa00d28db3dd2c29f2b0973d3)) - **auth:** validation of ipv6/ipv4 ([#​812](https://togithub.com/fallenbagel/jellyseerr/issues/812)) ([9aeb360](https://togithub.com/fallenbagel/jellyseerr/commit/9aeb3604e6498c388df1d30dd0b613ba84160fc0)), closes [#​795](https://togithub.com/fallenbagel/jellyseerr/issues/795) - bypass cache-able lookups when resolving localhost ([#​813](https://togithub.com/fallenbagel/jellyseerr/issues/813)) ([b5a0699](https://togithub.com/fallenbagel/jellyseerr/commit/b5a069901a9545772deaa9c491f2075261da0189)) *** This release is also available on: - `v1.9.2` </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDcuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
|||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.9.1
|
appVersion: 1.9.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.0.1
|
version: 24.0.1
|
||||||
@@ -33,4 +33,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr
|
- https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr
|
||||||
- https://hub.docker.com/r/fallenbagel/jellyseerr
|
- https://hub.docker.com/r/fallenbagel/jellyseerr
|
||||||
type: application
|
type: application
|
||||||
version: 11.0.2
|
version: 11.0.3
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
repository: fallenbagel/jellyseerr
|
repository: fallenbagel/jellyseerr
|
||||||
tag: 1.9.1@sha256:bebe12121350a9c773949d3bcb28ab7b2e13f6f86136b4d54786c6c1fdf8fb85
|
tag: 1.9.2@sha256:8f708df0ce3f202056bde5d7bff625eb59efe38f4ee47bdddc7560b6e4a5a214
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|||||||
Reference in New Issue
Block a user