From 6f18205b7bfc5fd95a41d9baebe2273aefe312b7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 6 Jun 2026 01:34:42 +0200 Subject: [PATCH] =?UTF-8?q?feat(maintainerr):=20update=20image=20docker.io?= =?UTF-8?q?/maintainerr/maintainerr=203.13.0=20=E2=86=92=203.14.0=20(#4880?= =?UTF-8?q?3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/maintainerr/maintainerr](https://redirect.github.com/Maintainerr/Maintainerr) | minor | `077060b` → `738e530` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
Maintainerr/Maintainerr (docker.io/maintainerr/maintainerr) ### [`v3.14.0`](https://redirect.github.com/Maintainerr/Maintainerr/blob/HEAD/CHANGELOG.md#3140-2026-06-05) [Compare Source](https://redirect.github.com/Maintainerr/Maintainerr/compare/v3.13.0...v3.14.0) #### Highlights - Added `/api/health` endpoints with liveness and readiness checks for monitoring and integration with tools like Kubernetes and Docker Compose ([#​3029](https://redirect.github.com/Maintainerr/Maintainerr/issues/3029)). - Collection handler now skips media currently being streamed to avoid disrupting active viewers ([#​3027](https://redirect.github.com/Maintainerr/Maintainerr/issues/3027)). - Fixed issue where saving log settings would overwrite an active `LOG_LEVEL` environment variable override ([#​3053](https://redirect.github.com/Maintainerr/Maintainerr/issues/3053)). #### Features - Added `/api/health` endpoints with liveness and readiness checks ([#​3029](https://redirect.github.com/Maintainerr/Maintainerr/issues/3029)). - Collection handler now skips media currently being streamed ([#​3027](https://redirect.github.com/Maintainerr/Maintainerr/issues/3027)). - Logging system now honors the `LOG_LEVEL` environment variable on startup ([#​3030](https://redirect.github.com/Maintainerr/Maintainerr/issues/3030)). #### Fixes - Fixed issue where saving log settings would overwrite an active `LOG_LEVEL` environment variable override ([#​3053](https://redirect.github.com/Maintainerr/Maintainerr/issues/3053)). - Validated webhook URL schemes to prevent invalid or potentially harmful requests ([#​3031](https://redirect.github.com/Maintainerr/Maintainerr/issues/3031)). - Fixed issue where rule groups lost collection links and visibility on partial updates ([#​3045](https://redirect.github.com/Maintainerr/Maintainerr/issues/3045), [#​3046](https://redirect.github.com/Maintainerr/Maintainerr/issues/3046)). - Fixed issue with manual collections not being found across libraries on Jellyfin/Emby ([#​3026](https://redirect.github.com/Maintainerr/Maintainerr/issues/3026), [#​3042](https://redirect.github.com/Maintainerr/Maintainerr/issues/3042)). - Resolved issue where deleted media remained stuck in Jellyfin/Emby collections and caused repeated processing errors ([#​3023](https://redirect.github.com/Maintainerr/Maintainerr/issues/3023), [#​3024](https://redirect.github.com/Maintainerr/Maintainerr/issues/3024), [#​3040](https://redirect.github.com/Maintainerr/Maintainerr/issues/3040)). - Fixed issue where Seerr requests for episode rules incorrectly deleted entire season requests ([#​3015](https://redirect.github.com/Maintainerr/Maintainerr/issues/3015)). - Improved error notifications for collection handling failures to include the name of the failing collection ([#​3013](https://redirect.github.com/Maintainerr/Maintainerr/issues/3013)). - Used Radarr bulk exclusions endpoint to avoid duplicate 400 errors when adding exclusions ([#​3012](https://redirect.github.com/Maintainerr/Maintainerr/issues/3012)). #### Performance - Pruned media that no longer exists on the media server to improve collection handling efficiency ([#​3023](https://redirect.github.com/Maintainerr/Maintainerr/issues/3023), [#​3040](https://redirect.github.com/Maintainerr/Maintainerr/issues/3040)). #### Internal - Refreshed README with updated features, deployment examples, and credits ([#​3048](https://redirect.github.com/Maintainerr/Maintainerr/issues/3048)). - Clarified that a missing `yarn` command indicates a stale `node_modules` directory. #### Dependencies - Updated 20 dependencies, including `@typescript-eslint/parser`, `react-router-dom`, `axios`, and `vite`. #### New Contributors - [@​Arvuno](https://redirect.github.com/Arvuno) made their first contribution in [#​3029](https://redirect.github.com/Maintainerr/Maintainerr/pull/3029)
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **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](https://redirect.github.com/renovatebot/renovate). --- charts/stable/maintainerr/Chart.yaml | 4 ++-- charts/stable/maintainerr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/maintainerr/Chart.yaml b/charts/stable/maintainerr/Chart.yaml index 63819951fb5..4acf138fe3c 100644 --- a/charts/stable/maintainerr/Chart.yaml +++ b/charts/stable/maintainerr/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 3.13.0 +appVersion: 3.14.0 dependencies: - name: common version: 29.3.4 @@ -36,5 +36,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/maintainerr - https://hub.docker.com/r/maintainerr/maintainerr type: application -version: 7.13.0 +version: 7.14.0 diff --git a/charts/stable/maintainerr/values.yaml b/charts/stable/maintainerr/values.yaml index c344c1e9dc1..eb93d7d9be3 100644 --- a/charts/stable/maintainerr/values.yaml +++ b/charts/stable/maintainerr/values.yaml @@ -2,7 +2,7 @@ image: repository: docker.io/maintainerr/maintainerr pullPolicy: IfNotPresent - tag: 3.13.0@sha256:077060b2c206cce97eb0539aadb0e83cb8ed2add2c3dcd62d2ca631943d1d4a7 + tag: 3.14.0@sha256:738e530f0a5e0ab9b75b9c721582b79655ae60c5ae2903b2d40c60bc29bed102 securityContext: container: