feat(maintainerr): update image docker.io/jorenn92/maintainerr 3.0.1 → 3.1.0 (#45933)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jorenn92/maintainerr](https://redirect.github.com/Maintainerr/Maintainerr) | minor | `91ea358` → `6c994bb` | --- > [!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/jorenn92/maintainerr)</summary> ### [`v3.1.0`](https://redirect.github.com/Maintainerr/Maintainerr/blob/HEAD/CHANGELOG.md#310-2026-03-10) [Compare Source](https://redirect.github.com/Maintainerr/Maintainerr/compare/v3.0.1...v3.1.0) ##### Bug Fixes - prevent rule-removed items from being re-added as manual additions ([#​2440](https://redirect.github.com/maintainerr/Maintainerr/issues/2440)) ([0582a72](https://redirect.github.com/maintainerr/Maintainerr/commit/0582a7282dab29e49e7170bf6a0befe12cf6d8aa)) - **server:** honor Jellyfin played threshold ([#​2466](https://redirect.github.com/maintainerr/Maintainerr/issues/2466)) ([5f24c7d](https://redirect.github.com/maintainerr/Maintainerr/commit/5f24c7d6c9820038ed5abee5e3cfc8952c150599)) ##### Features - missing\_episode rules ([#​2386](https://redirect.github.com/maintainerr/Maintainerr/issues/2386)) ([e4dae87](https://redirect.github.com/maintainerr/Maintainerr/commit/e4dae8757419c70aa55debc20f08bdd250ffc01b)) - **rules:** add rule Jellyfin favorited by including parents ([#​2438](https://redirect.github.com/maintainerr/Maintainerr/issues/2438)) ([f9b66a4](https://redirect.github.com/maintainerr/Maintainerr/commit/f9b66a4a32852086a3ae454ee3076647ac7337fe)) #### [3.0.1](https://redirect.github.com/maintainerr/Maintainerr/compare/v3.0.0...v3.0.1) (2026-02-28) ##### Bug Fixes - emit collection notification events only after successful operations ([#​2429](https://redirect.github.com/maintainerr/Maintainerr/issues/2429)) ([d0a11e9](https://redirect.github.com/maintainerr/Maintainerr/commit/d0a11e90bdea562b4677c152516a31f8b934925d)) - **server:** resolve Seerr addUser returning NULL ([#​2436](https://redirect.github.com/maintainerr/Maintainerr/issues/2436)) ([c4eb986](https://redirect.github.com/maintainerr/Maintainerr/commit/c4eb98606029ac56d2cba7c079ca589a03d213a6)), closes [#​2434](https://redirect.github.com/maintainerr/Maintainerr/issues/2434) </details> --- ### Configuration 📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWFpbnRhaW5lcnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 3.0.1
|
||||
appVersion: 3.1.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.33.0
|
||||
@@ -41,5 +41,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/maintainerr
|
||||
- https://hub.docker.com/r/jorenn92/maintainerr
|
||||
type: application
|
||||
version: 6.0.0
|
||||
version: 6.1.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/jorenn92/maintainerr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.0.1@sha256:91ea358e965c2693e18e1f21ce1e7df016610bfdfd50e94d1fa3cc8e5e1a53f4
|
||||
tag: 3.1.0@sha256:6c994bb7fd0dbe22deb008478bc6b35f2a8f2bb12412f6157a935d6c8842bd11
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user