Switching from the third-party OIDC-capable jellyseerr fork to the
mainline successor project (Seerr - the combined Overseerr+Jellyseerr
team rebrand, v3.0.0 / Feb 2026 onward). Mainline now has native OIDC
support so the custom preview-OIDC build isn't needed.
- Image : docker.io/fallenbagel/jellyseerr:preview-OIDC
-> ghcr.io/seerr-team/seerr:v3.3.0 (Jun 2, 2026)
- Migration: automatic on first start per docs.seerr.dev/migration-guide;
existing sqlite db + settings.json in /app/config are
directly compatible. v3.1.x added CVE-2026-40175 fix +
auth-related security patches, so v3.3.0 is the right
floor anyway.
- Backup : ~/seerr-backups/seerr-config-20260606-153633.tar.gz on
dooplex (covers db.sqlite3 + settings.json + logs).
Rollback = revert image + restore tarball into the PVC.
Worth verifying after rollout:
- Pod becomes Ready (readiness probe path /api/v1/status -- should
still exist in seerr).
- Authentik OIDC sign-in still works. If the custom build used
different config keys than mainline seerr expects, OIDC may need
re-configuration in the seerr UI (Authentik side unchanged).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- sonarr version-4.0.16.2944 -> version-4.0.17.2952 (patch within 4.0.x)
- radarr×2 version-6.0.4.10291 -> version-6.1.1.10360 (minor within 6.x)
- prowlarr version-2.3.0.5236 -> version-2.3.5.5327 (patch within 2.3.x)
- plex 1.43.0.10467-... -> 1.43.2.10687-... (patch within 1.43.x)
All four were stuck because of tag-format issues that I addressed in
PR #82 (servarr customManager) / PR #83. Renovate isn't auto-creating
the PRs yet (DH rate-limit), so doing them manually so version-checker
clears.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>