feat(maintainerr): update image docker.io/maintainerr/maintainerr 3.9.0 → 3.10.0 (#47732)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/maintainerr/maintainerr](https://redirect.github.com/Maintainerr/Maintainerr) | minor | `c9c666d` → `1806754` | --- > [!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.10.0`](https://redirect.github.com/Maintainerr/Maintainerr/releases/tag/v3.10.0) [Compare Source](https://redirect.github.com/Maintainerr/Maintainerr/compare/v3.9.0...v3.10.0) #### Highlights - Added a compact image picker in the overlay Properties panel, allowing users to upload images for overlay Image elements directly from the UI ([#​2814](https://redirect.github.com/Maintainerr/Maintainerr/issues/2814)). - Fixed overlay template selection reverting to "Default" after saving a rule group by ensuring templates are loaded before applying changes ([#​2815](https://redirect.github.com/Maintainerr/Maintainerr/issues/2815)). - Scaled overlay shape strokes in previews and renders to ensure consistent appearance between the editor and server output ([#​2803](https://redirect.github.com/Maintainerr/Maintainerr/issues/2803)). #### Features - Added a cumulative cleanup totals section to the Storage Metrics page, displaying aggregated counts of items, movies, and episodes handled across all collections ([#​2804](https://redirect.github.com/Maintainerr/Maintainerr/issues/2804)). - Introduced the ability to upload images for overlay Image elements directly from the UI ([#​2814](https://redirect.github.com/Maintainerr/Maintainerr/issues/2814)). #### Fixes - Tightened upload filename guards and improved error handling for missing directories in overlay image and font uploads. - Replaced `Intl.ListFormat` with a custom helper to fix type-checking issues in the UI. - Fixed overlay template selection reverting to "Default" after saving a rule group ([#​2815](https://redirect.github.com/Maintainerr/Maintainerr/issues/2815)). - Hardened server logging against `stdio` `EPIPE` errors to prevent crashes ([#​2812](https://redirect.github.com/Maintainerr/Maintainerr/issues/2812)). - Guarded collection template mode in overlays. #### Internal - Updated repository instructions to consolidate agent and Copilot guidance into a single `AGENTS.md` file ([#​2813](https://redirect.github.com/Maintainerr/Maintainerr/issues/2813)). - Added new contributors to the changelog ([#​2806](https://redirect.github.com/Maintainerr/Maintainerr/issues/2806)). #### Dependencies - Updated 3 dependencies, including `rolldown`, `@tanstack/eslint-plugin-query`, and `knip`. </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.9.0
|
||||
appVersion: 3.10.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.1.6
|
||||
@@ -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.7.0
|
||||
version: 7.8.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/maintainerr/maintainerr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.9.0@sha256:c9c666dd366794f9adc6fa2bb928b9ba0f45edab3bd2fd837997a31b6472b650
|
||||
tag: 3.10.0@sha256:180675451b27f03d28117935ada9a879858814cf6fd5723fe9fc6b22ebd592ac
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user