Skip to content

feat(container): update image ghcr.io/maintainerr/maintainerr ( 3.11.2 → 3.12.0 ) - #1766

Merged
Mafyuh merged 1 commit into
mainfrom
renovate/ghcr.io-maintainerr-maintainerr-3.x
May 22, 2026
Merged

feat(container): update image ghcr.io/maintainerr/maintainerr ( 3.11.2 → 3.12.0 )#1766
Mafyuh merged 1 commit into
mainfrom
renovate/ghcr.io-maintainerr-maintainerr-3.x

Conversation

@renovate

@renovate renovate Bot commented May 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/maintainerr/maintainerr minor 3.11.23.12.0

Release Notes

Maintainerr/Maintainerr (ghcr.io/maintainerr/maintainerr)

v3.12.0

Compare Source

Highlights
  • Added Emby as a third supported media server alongside Plex and Jellyfin (#​2911).
  • Introduced Jellyfin-only Streamystats integration, including a new settings tab and per-user stats panel (#​2923).
  • Fixed Emby library size computation and metadata updates to align with documented API behavior (#​2924).
Breaking Changes
  • None.
Features
  • Added Emby as a third supported media server (#​2911).
  • Introduced Jellyfin-only Streamystats integration, including a new settings tab and per-user stats panel (#​2923).
Fixes
  • Fixed Emby library size computation and metadata updates to align with documented API behavior (#​2924).
  • Resolved transitive security advisories by forcing patched versions of dependencies.
  • Fixed issue with Emby login error styling.
  • Prevented Jellyfin API key from being sent during Streamystats connection tests (#​2925).
  • Fixed overlay ellipse anchoring during drag and resize (#​2938).
  • Synced settings forms via react-hook-form values to stop render loops.
Performance
  • None.
Database migrations
  • Added support for Emby by introducing new columns: emby_url, emby_api_key, emby_user_id, and emby_server_name to the settings table.
  • Added support for Streamystats by introducing a new column: streamystats_url to the settings table.
Internal
  • Updated test for overlay "Run Now" button to wait for enabled state before clicking.
  • Replaced partial query mocks in CollectionDetailPage spec with typed helpers (#​2914).
  • Documented GitHub CI workflow commands (#​2912).
  • Improved CI docs drift scanner to surface documentation-labeled items.
Dependencies

Configuration

📅 Schedule: (in timezone America/New_York)

  • 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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown
--- kubernetes/apps/arr/maintainerr/app Kustomization: arr/maintainerr HelmRelease: arr/maintainerr

+++ kubernetes/apps/arr/maintainerr/app Kustomization: arr/maintainerr HelmRelease: arr/maintainerr

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

           app:
             env:
               TZ: America/New_York
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/maintainerr/maintainerr
-              tag: 3.11.2
+              tag: 3.12.0
             probes:
               liveness:
                 enabled: false
             resources:
               limits:
                 memory: 512Mi

@github-actions

Copy link
Copy Markdown
--- HelmRelease: arr/maintainerr Deployment: arr/maintainerr

+++ HelmRelease: arr/maintainerr Deployment: arr/maintainerr

@@ -39,13 +39,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
       - env:
         - name: TZ
           value: America/New_York
-        image: ghcr.io/maintainerr/maintainerr:3.11.2
+        image: ghcr.io/maintainerr/maintainerr:3.12.0
         imagePullPolicy: IfNotPresent
         name: app
         resources:
           limits:
             memory: 512Mi
           requests:

@Mafyuh
Mafyuh merged commit b316b4f into main May 22, 2026
5 checks passed
@Mafyuh
Mafyuh deleted the renovate/ghcr.io-maintainerr-maintainerr-3.x branch May 22, 2026 01:27
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.

1 participant