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

feat(container)!: Update fallenbagel/jellyseerr ( 1.9.2 → 2.0.0 ) #5660

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

Conversation

lumiere-bot[bot]
Copy link
Contributor

@lumiere-bot lumiere-bot bot commented Oct 15, 2024

This PR contains the following updates:

Package Update Change
fallenbagel/jellyseerr major 1.9.2 -> 2.0.0

Release Notes

Fallenbagel/jellyseerr (fallenbagel/jellyseerr)

v2.0.0

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.

298769756-bdacaed7-85b8-4897-af9e-9ab6336c14bf

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
Code Refactoring
  • jellyfin: abstract jellyfin hostname, updated ui to reflect it, better validation (#​773) (38ad875)
Features
Reverts
BREAKING CHANGES
  • Deprecated the JELLYFIN_TYPE variable to identify Emby media server and
    instead rely on the mediaServerType that is set in the settings.json. Existing environment
    variable users can log out and log back in to set the mediaServerType to 3 (Emby).

  • Added a serverType to the /auth/jellyfin which requires a serverType to be
    set (jellyfin/emby)

  • refactor(auth): jellyfin/emby authentication to set MediaServerType

  • jellyfin: Jellyfin settings now does not include a hostname. Instead it abstracted it to ip,
    port, useSsl, and urlBase. However, migration of old settings to new settings should work
    automatically.


This release is also available on:

  • v2.0.0

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.

@lumiere-bot
Copy link
Contributor Author

lumiere-bot bot commented Oct 15, 2024

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

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

@@ -47,13 +47,13 @@

         - name: LOG_LEVEL
           value: info
         - name: PORT
           value: '80'
         - name: TZ
           value: America/New_York
-        image: fallenbagel/jellyseerr:1.9.2
+        image: fallenbagel/jellyseerr:2.0.0
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /status
             port: 80
           initialDelaySeconds: 0

@lumiere-bot
Copy link
Contributor Author

lumiere-bot bot commented Oct 15, 2024

--- kubernetes/kyak/apps/media/jellyseerr/app Kustomization: flux-system/jellyseerr HelmRelease: media/jellyseerr

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

@@ -41,13 +41,13 @@

             env:
               LOG_LEVEL: info
               PORT: 80
               TZ: America/New_York
             image:
               repository: fallenbagel/jellyseerr
-              tag: 1.9.2
+              tag: 2.0.0
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants