mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 18:03:42 -03:00
chore(helm): update image docker.io/fallenbagel/jellyseerr 2.0.1 → 2.1.0 (#29262)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/fallenbagel/jellyseerr](https://redirect.github.com/Fallenbagel/jellyseerr) | minor | `8ff2889` -> `af55637` | --- > [!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>Fallenbagel/jellyseerr (docker.io/fallenbagel/jellyseerr)</summary> ### [`v2.1.0`](https://redirect.github.com/Fallenbagel/jellyseerr/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/Fallenbagel/jellyseerr/compare/v2.0.1...v2.1.0) ##### Bug Fixes - **blacklist:** request data only when modal is shown, remove useless ratelimit and lazy load blacklist ([#​1084](https://redirect.github.com/fallenbagel/jellyseerr/issues/1084)) ([694913c](694913c767)) - cache Jellyfin/Emby avatars from API ([#​1045](https://redirect.github.com/fallenbagel/jellyseerr/issues/1045)) ([0bbcfcb](0bbcfcbd5e)) - **externalapi:** extract basic auth and pass it through header ([#​1062](https://redirect.github.com/fallenbagel/jellyseerr/issues/1062)) ([cf59102](cf59102ef9)), closes [#​1027](https://redirect.github.com/fallenbagel/jellyseerr/issues/1027) - fixes wrong avatar rendered for the modifiedBy user in request list ([#​1028](https://redirect.github.com/fallenbagel/jellyseerr/issues/1028)) ([cbb1a74](cbb1a74526)), closes [#​1017](https://redirect.github.com/fallenbagel/jellyseerr/issues/1017) - **i18n:** update extractMessages function for better escaping of characters ([#​1079](https://redirect.github.com/fallenbagel/jellyseerr/issues/1079)) ([a2d2fd3](a2d2fd3c2a)) - remove language profiles dropdown for Sonarr v4 ([#​1000](https://redirect.github.com/fallenbagel/jellyseerr/issues/1000)) ([d331798](d331798b28)), closes [#​207](https://redirect.github.com/fallenbagel/jellyseerr/issues/207) - resolve error when setup on second attempt ([#​1061](https://redirect.github.com/fallenbagel/jellyseerr/issues/1061)) ([64f4610](64f4610b9f)) - **setup:** add leading slash validation for baseUrl ([#​1083](https://redirect.github.com/fallenbagel/jellyseerr/issues/1083)) ([2829c25](2829c2548a)) - update i18n translations ([#​1090](https://redirect.github.com/fallenbagel/jellyseerr/issues/1090)) ([f25b32a](f25b32aec8)) - use fs/promises for settings ([#​1057](https://redirect.github.com/fallenbagel/jellyseerr/issues/1057)) ([f2ed101](f2ed101e52)) ##### Features - add a warning if permissions are missing from config folder ([#​1030](https://redirect.github.com/fallenbagel/jellyseerr/issues/1030)) ([f2b6315](f2b63156d1)) - add bypass list, bypass local addresses and username/password to proxy setting ([#​1059](https://redirect.github.com/fallenbagel/jellyseerr/issues/1059)) ([ca838a0](ca838a00fa)) - add more logs to migrations and create a settings backup ([#​1036](https://redirect.github.com/fallenbagel/jellyseerr/issues/1036)) ([326001c](326001c3ec)) - exit Jellyseerr when migration fails ([#​1026](https://redirect.github.com/fallenbagel/jellyseerr/issues/1026)) ([a2b3408](a2b3408c9a)) - proxy setting ([#​1031](https://redirect.github.com/fallenbagel/jellyseerr/issues/1031)) ([4b4eeb6](4b4eeb6ec7)) *** This release is also available on: - `v2.1.0` </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.0.1
|
||||
appVersion: 2.1.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.7
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr
|
||||
- https://hub.docker.com/r/fallenbagel/jellyseerr
|
||||
type: application
|
||||
version: 12.0.1
|
||||
version: 12.1.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/fallenbagel/jellyseerr
|
||||
tag: 2.0.1@sha256:8ff28894f9fd28bf36626fb98ddd0ee79d778de22a5dc75d69a845281e19115b
|
||||
tag: 2.1.0@sha256:af5563771964282e5bfb6a4f30b05c75c8d30661a920f0399086f575217d0573
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user