Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update docker.io/fallenbagel/jellyseerr ( 2.0.0 → 2.0.1 ) #1467

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ergho-bot[bot]
Copy link
Contributor

@ergho-bot ergho-bot bot commented Oct 17, 2024

This PR contains the following updates:

Package Update Change
docker.io/fallenbagel/jellyseerr patch 2.0.0 -> 2.0.1

Release Notes

Fallenbagel/jellyseerr (docker.io/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.

@ergho-bot
Copy link
Contributor Author

ergho-bot bot commented Oct 17, 2024

--- cluster/apps/media/jellyseerr/app Kustomization: flux-system/cluster-apps-jellyseerr HelmRelease: media/jellyseerr

+++ cluster/apps/media/jellyseerr/app Kustomization: flux-system/cluster-apps-jellyseerr HelmRelease: media/jellyseerr

@@ -35,13 +35,13 @@

             env:
               LOG_LEVEL: info
               PORT: 8080
               TZ: ${CLUSTER_TZ}
             image:
               repository: docker.io/fallenbagel/jellyseerr
-              tag: 2.0.0
+              tag: 2.0.1
             resources:
               limits:
                 memory: 500Mi
               requests:
                 cpu: 10m
         pod:

@ergho-bot
Copy link
Contributor Author

ergho-bot bot commented Oct 17, 2024

--- HelmRelease: media/jellyseerr Deployment: media/jellyseerr

+++ HelmRelease: media/jellyseerr Deployment: media/jellyseerr

@@ -42,13 +42,13 @@

         - name: LOG_LEVEL
           value: info
         - name: PORT
           value: '8080'
         - name: TZ
           value: ${CLUSTER_TZ}
-        image: docker.io/fallenbagel/jellyseerr:2.0.0
+        image: docker.io/fallenbagel/jellyseerr:2.0.1
         name: app
         resources:
           limits:
             memory: 500Mi
           requests:
             cpu: 10m

@ergho-bot ergho-bot bot removed the area/cluster label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants