BREAKING CHANGE(maintainerr): Update image docker.io/jorenn92/maintainerr 2.27.0 → 3.0.1 (#45683)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jorenn92/maintainerr](https://redirect.github.com/Maintainerr/Maintainerr) | major | `4d07ffa` → `91ea358` | --- > [!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.0.1`](https://redirect.github.com/Maintainerr/Maintainerr/blob/HEAD/CHANGELOG.md#301-2026-02-28) [Compare Source](https://redirect.github.com/Maintainerr/Maintainerr/compare/v3.0.0...v3.0.1) ##### 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) ### [`v3.0.0`](https://redirect.github.com/Maintainerr/Maintainerr/blob/HEAD/CHANGELOG.md#300-2026-02-28) [Compare Source](https://redirect.github.com/Maintainerr/Maintainerr/compare/v2.27.0...v3.0.0) - Add Jellyfin support ([#​2330](https://redirect.github.com/maintainerr/Maintainerr/issues/2330)) ([174a5cb](https://redirect.github.com/maintainerr/Maintainerr/commit/174a5cb2c4e999470ea6af174787e49c19246e03)) ##### Features - add Jellyfin favorites support as rule property ([#​2393](https://redirect.github.com/maintainerr/Maintainerr/issues/2393)) ([c4e4238](https://redirect.github.com/maintainerr/Maintainerr/commit/c4e42381e119baac7e49cf4896d8489b5903b59c)) - display total collection size in GB on dashboard cards ([#​2394](https://redirect.github.com/maintainerr/Maintainerr/issues/2394)) ([77d85d5](https://redirect.github.com/maintainerr/Maintainerr/commit/77d85d5adb4f722c5433c851ecc37331d0700747)) ##### refactore - unify Overseerr and Jellyseerr into single Seerr abstraction ([#​2397](https://redirect.github.com/maintainerr/Maintainerr/issues/2397)) ([e52cfeb](https://redirect.github.com/maintainerr/Maintainerr/commit/e52cfeb5e3c7bf765239d5a87258b6e5acb74b79)) ##### BREAKING CHANGES - The DB migrations completed here are not backwards compatible with pre-3.0 versions of Maintainerr. - Database schema updated to support multiple media servers. This release is not backward compatible with pre-3.0 versions. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWFpbnRhaW5lcnIiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.27.0
|
||||
appVersion: 3.0.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.32.5
|
||||
@@ -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: 5.25.0
|
||||
version: 6.0.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/jorenn92/maintainerr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.27.0@sha256:4d07ffaf673f7703bcead8e67f2a9f4fbd5e6bb4d43e4c7c8f81bb45844c8e1b
|
||||
tag: 3.0.1@sha256:91ea358e965c2693e18e1f21ce1e7df016610bfdfd50e94d1fa3cc8e5e1a53f4
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user