feat(maintainerr): update image docker.io/maintainerr/maintainerr 3.10.2 → 3.11.0 (#48139)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/maintainerr/maintainerr](https://redirect.github.com/Maintainerr/Maintainerr) | minor | `b6a8c18` → `64180be` | --- > [!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 <details> <summary>Maintainerr/Maintainerr (docker.io/maintainerr/maintainerr)</summary> ### [`v3.11.0`](https://redirect.github.com/Maintainerr/Maintainerr/releases/tag/v3.11.0) [Compare Source](https://redirect.github.com/Maintainerr/Maintainerr/compare/v3.10.2...v3.11.0) #### Highlights - Added support for force-processing overlays and gated reset operations against concurrent processing runs ([#​2827](https://redirect.github.com/Maintainerr/Maintainerr/issues/2827)). - Improved collection sorting: collections now apply sort order at save time and synchronize with the media server ([#​2860](https://redirect.github.com/Maintainerr/Maintainerr/issues/2860), [#​2868](https://redirect.github.com/Maintainerr/Maintainerr/issues/2868)). - Enhanced storage metrics with detailed breakdowns for potential reclaimable space by movies, shows, seasons, and episodes ([#​2854](https://redirect.github.com/Maintainerr/Maintainerr/issues/2854)). #### Breaking Changes - Overlay reset operations are now gated against concurrent processing runs ([#​2827](https://redirect.github.com/Maintainerr/Maintainerr/issues/2827)). #### Features - Added force-processing support for overlay operations ([#​2827](https://redirect.github.com/Maintainerr/Maintainerr/issues/2827)). - Enhanced storage metrics with separate panels for potential reclaimable space by movies, shows, seasons, and episodes ([#​2854](https://redirect.github.com/Maintainerr/Maintainerr/issues/2854)). #### Fixes - Fixed collection sorting to apply on save and synchronize with the media server ([#​2860](https://redirect.github.com/Maintainerr/Maintainerr/issues/2860), [#​2868](https://redirect.github.com/Maintainerr/Maintainerr/issues/2868)). - Resolved issue where excluding a single episode incorrectly excluded all episodes of the same show ([#​2867](https://redirect.github.com/Maintainerr/Maintainerr/issues/2867)). - Fixed storage metrics to merge shared volumes across hosts when byte-exact ([#​2852](https://redirect.github.com/Maintainerr/Maintainerr/issues/2852)). - Corrected Jellyfin retry ID check to align with pre-filter logic ([#​2853](https://redirect.github.com/Maintainerr/Maintainerr/issues/2853)). - Fixed issue where reclaimed bytes were not credited when `sizeBytes` was not yet cached ([#​2855](https://redirect.github.com/Maintainerr/Maintainerr/issues/2855)). #### Database migrations - Added a new `mediaServerSort` column to the `collection` table to store media server sort order. #### Internal - Added typed TanStack Query test helpers and migrated UI spec mocks to use typed builders ([#​2863](https://redirect.github.com/Maintainerr/Maintainerr/issues/2863)). - Added an architecture overview document detailing the monorepo structure, core components, and deployment guidelines ([#​2817](https://redirect.github.com/Maintainerr/Maintainerr/issues/2817)). #### Dependencies - Updated 5 dependencies, including notable updates to TypeScript and typescript-eslint. </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tYWludGFpbmVyciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 3.10.2
|
||||
appVersion: 3.11.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.10.0
|
||||
version: 7.11.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/maintainerr/maintainerr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.10.2@sha256:b6a8c18a1f72d26d0c290bc7002ab766def19eca0f28bc2fa1ab9ae7cd7de06c
|
||||
tag: 3.11.0@sha256:64180be4ceb4e64cba2c1087ef5183192759277923f1d2ab467b03d958b29408
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user