fix(maintainerr): update image docker.io/maintainerr/maintainerr 3.10.1 → 3.10.2 (#48010)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/maintainerr/maintainerr](https://redirect.github.com/Maintainerr/Maintainerr) | patch | `afc7e45` → `b6a8c18` | --- > [!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.2`](https://redirect.github.com/Maintainerr/Maintainerr/releases/tag/v3.10.2) [Compare Source](https://redirect.github.com/Maintainerr/Maintainerr/compare/v3.10.1...v3.10.2) #### Highlights - Fixed version comparison logic to correctly detect updates for multi-digit version segments ([#​2838](https://redirect.github.com/Maintainerr/Maintainerr/issues/2838)). - Improved storage metrics by deduplicating reclaimable bytes and adding per-type cleanup byte counters ([#​2833](https://redirect.github.com/Maintainerr/Maintainerr/issues/2833)). #### Fixes - Suppressed re-addition of items to collections after handler actions, preventing redundant notifications ([#​2837](https://redirect.github.com/Maintainerr/Maintainerr/issues/2837)). - Corrected version comparison for multi-digit segments to ensure update detection ([#​2838](https://redirect.github.com/Maintainerr/Maintainerr/issues/2838)). - Deduplicated reclaimable bytes in storage metrics and excluded collections without delete rules; added per-type cleanup byte counters ([#​2833](https://redirect.github.com/Maintainerr/Maintainerr/issues/2833)). #### Database migrations - Added a `sizeBytes` column to the `collection_media` table to track media size. #### Dependencies - Updated 8 dependencies, including react-router-dom, postcss, and axios. </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tYWludGFpbmVyciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
|||||||
trueforge.org/min_helm_version: "3.14"
|
trueforge.org/min_helm_version: "3.14"
|
||||||
trueforge.org/train: stable
|
trueforge.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 3.10.1
|
appVersion: 3.10.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 29.2.8
|
version: 29.2.8
|
||||||
@@ -36,5 +36,5 @@ sources:
|
|||||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/maintainerr
|
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/maintainerr
|
||||||
- https://hub.docker.com/r/maintainerr/maintainerr
|
- https://hub.docker.com/r/maintainerr/maintainerr
|
||||||
type: application
|
type: application
|
||||||
version: 7.9.1
|
version: 7.9.2
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: docker.io/maintainerr/maintainerr
|
repository: docker.io/maintainerr/maintainerr
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 3.10.1@sha256:afc7e45c3d32eeea32946420c592802e6daf33f222114ce54c4a086a53b9838e
|
tag: 3.10.2@sha256:b6a8c18a1f72d26d0c290bc7002ab766def19eca0f28bc2fa1ab9ae7cd7de06c
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
|
|||||||
Reference in New Issue
Block a user