Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented May 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v3.13.0

Compare Source

v3.12.1

Compare Source

Highlights

  • Added ruleEvaluationFailed field to collection_media table to track rule evaluation failures for collection media.
  • Improved performance of rule evaluation by reducing concurrency and introducing deduplication for uncached media lookups.

Features

  • Added detailed error logging for Emby image upload failures, including server response body for better debugging.

Fixes

  • Resolved issue where Emby overlays would not revert after media was removed from a collection.
  • Fixed incorrect rendering of overlay notification titles for Emby/Jellyfin movies.
  • Corrected collection ruleGroup entity type in the server.
  • Addressed issues with rule evaluation failure tracking for collection media.

Performance

  • Reduced RULE_EVALUATION_CONCURRENCY from 16 to 8 to prevent overloading co-located backends.
  • Improved rule evaluation performance by deduplicating uncached Sonarr/Radarr identity lookups per run.
  • Batched rule operand reads with bounded concurrency for better efficiency.
  • Parallelized per-item Plex watch-history reads during rule execution.

Database migrations

  • Added ruleEvaluationFailed column to the collection_media table to track rule evaluation failures.

Internal

  • Renamed internal settings services and decoupled them into separate operations and data layers.
  • Removed unused forwardRef imports from SettingsModule after refactoring.
  • Added tests for ArrLookupCache deduplication and eviction on failure.
  • Added tests to ensure fresh series reads during empty-show cleanup.

Dependencies

  • Updated 13 dependencies, including nodemailer, glob, qs, postcss, @​hookform/resolvers, typescript-eslint, and vite.

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

github-actions Bot commented May 24, 2026

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.12.0
+              tag: 3.13.0
             probes:
               liveness:
                 enabled: false
             resources:
               limits:
                 memory: 512Mi

@github-actions

github-actions Bot commented May 24, 2026

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.12.0
+        image: ghcr.io/maintainerr/maintainerr:3.13.0
         imagePullPolicy: IfNotPresent
         name: app
         resources:
           limits:
             memory: 512Mi
           requests:

@renovate renovate Bot changed the title chore(container): update image ghcr.io/maintainerr/maintainerr ( 3.12.0 → 3.12.1 ) feat(container): update image ghcr.io/maintainerr/maintainerr ( 3.12.0 → 3.13.0 ) May 28, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-maintainerr-maintainerr-3.x branch from e89c06d to 8876afa Compare May 28, 2026 18:00
@Mafyuh
Mafyuh merged commit 9ac6dd6 into main May 28, 2026
5 checks passed
@Mafyuh
Mafyuh deleted the renovate/ghcr.io-maintainerr-maintainerr-3.x branch May 28, 2026 22:25
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