⬆️ Update fallenbagel/jellyseerr Docker tag to v2.0.1 #293

Merged
mafyuh merged 1 commit from renovate/fallenbagel-jellyseerr-2.x into main 2024-10-17 11:02:45 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
fallenbagel/jellyseerr patch 2.0.0 -> 2.0.1

Release Notes

Fallenbagel/jellyseerr (fallenbagel/jellyseerr)

v2.0.1

Compare Source

[!WARNING]

Warning (For linux/armv7 users)

Unfortunately we had to drop support for armv7 as Next.js 14 does not bundle @​next/swc support for armv7. We apologize for this, however, until they add support for it, there is nothing we can really do as we needed to upgrade to Next.js 14. On devices that support aarch64, we recommend using aarch64 (RPi3, RPi3B, RPi4+, etc).

Highlights

This release lays the groundwork for future feature integrations by resolving existing issues and should improve overall stability.

New setup page

The setup process has been improved. Emby users can now configure Jellyseerr without having to edit environment variable.

image

Blacklist media from Jellyseerr

Users with special permissions can blacklist media to hide it from users. The blacklist is managed in a new page with options to remove items.

image

Faster downloads update

Sync delay between Jellyseerr and the *arrs is now reduced. A request to Sonarr/Radarr is now made to refresh the monitored downloads right before retrieving the estimated download times.

Switch to Jellyfin API Tokens

Before, Jellyseerr used admin user auth tokens to connect to Jellyfin and perform requests. Now, it will switch to using API tokens instead, with these tokens being automatically generated from the previous auth tokens to ensure a seamless migration.

Details

Bug Fixes

This release is also available on:

  • v2.0.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [fallenbagel/jellyseerr](https://github.com/Fallenbagel/jellyseerr) | patch | `2.0.0` -> `2.0.1` | --- ### Release Notes <details> <summary>Fallenbagel/jellyseerr (fallenbagel/jellyseerr)</summary> ### [`v2.0.1`](https://github.com/Fallenbagel/jellyseerr/releases/tag/v2.0.1) [Compare Source](https://github.com/Fallenbagel/jellyseerr/compare/v2.0.0...v2.0.1) > \[!WARNING] > > ### Warning (For linux/armv7 users) > > Unfortunately we had to drop support for armv7 as Next.js 14 does not bundle [@&#8203;next/swc](https://github.com/next/swc) support for armv7. We apologize for this, however, until they add support for it, there is nothing we can really do as we needed to upgrade to Next.js 14. On devices that support aarch64, we recommend using aarch64 (RPi3, RPi3B, RPi4+, etc). #### Highlights This release lays the groundwork for future feature integrations by resolving existing issues and should improve overall stability. ##### New setup page The setup process has been improved. Emby users can now configure Jellyseerr without having to edit environment variable. ![image](https://github.com/user-attachments/assets/7cb6a698-5927-4ff3-aa70-14086d3bd661) ##### Blacklist media from Jellyseerr Users with special permissions can blacklist media to hide it from users. The blacklist is managed in a new page with options to remove items. ![image](https://github.com/user-attachments/assets/94ca99cc-95fa-40fc-869b-9582948740b3) ##### Faster downloads update Sync delay between Jellyseerr and the \*arrs is now reduced. A request to Sonarr/Radarr is now made to refresh the monitored downloads right before retrieving the estimated download times. ##### Switch to Jellyfin API Tokens Before, Jellyseerr used admin user auth tokens to connect to Jellyfin and perform requests. Now, it will switch to using API tokens instead, with these tokens being automatically generated from the previous auth tokens to ensure a seamless migration. #### Details ##### Bug Fixes - fetch override to attach XSRF token to fix csrfProtection issue ([#&#8203;1014](https://github.com/fallenbagel/jellyseerr/issues/1014)) ([4945b54](https://github.com/fallenbagel/jellyseerr/commit/4945b5429848b36fc0ee41cf0277ed79f53d8286)), closes [#&#8203;1011](https://github.com/fallenbagel/jellyseerr/issues/1011) - handle non-existent rottentomatoes rating ([#&#8203;1018](https://github.com/fallenbagel/jellyseerr/issues/1018)) ([a351264](https://github.com/fallenbagel/jellyseerr/commit/a351264b878b2660ae7a6415f26d38b52015c591)) - rewrite avatarproxy and CachedImage ([#&#8203;1016](https://github.com/fallenbagel/jellyseerr/issues/1016)) ([4e48fdf](https://github.com/fallenbagel/jellyseerr/commit/4e48fdf2cb9f76ae5c25073b585718650abd3288)), closes [#&#8203;1012](https://github.com/fallenbagel/jellyseerr/issues/1012) [#&#8203;1013](https://github.com/fallenbagel/jellyseerr/issues/1013) - use jellyfinMediaId4k for mediaUrl4k ([#&#8203;1006](https://github.com/fallenbagel/jellyseerr/issues/1006)) ([a0f80fe](https://github.com/fallenbagel/jellyseerr/commit/a0f80fe7647ef4a9025ca93407cd21ddc640fed1)), closes [#&#8203;520](https://github.com/fallenbagel/jellyseerr/issues/520) *** This release is also available on: - `v2.0.1` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjIuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2024-10-17 11:01:06 -04:00
⬆️ Update fallenbagel/jellyseerr Docker tag to v2.0.1
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 9s
Deploy to Hosts / deploy (pull_request) Successful in 53s
525090683d
mafyuh merged commit 525090683d into main 2024-10-17 11:02:45 -04:00
mafyuh deleted branch renovate/fallenbagel-jellyseerr-2.x 2024-10-17 11:02:45 -04:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mafyuh/iac#293
No description provided.