feat(maintainerr): update image docker.io/jorenn92/maintainerr 2.26.1 → 2.27.0 (#45579)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jorenn92/maintainerr](https://redirect.github.com/Maintainerr/Maintainerr) | minor | `8332446` → `4d07ffa` | --- > [!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> ### [`v2.27.0`](https://redirect.github.com/Maintainerr/Maintainerr/blob/HEAD/CHANGELOG.md#2270-2026-02-21) [Compare Source](https://redirect.github.com/Maintainerr/Maintainerr/compare/v2.26.1...v2.27.0) ##### Bug Fixes - correct syntax for conditional check in guard-manual.yml ([40e4685](https://redirect.github.com/maintainerr/Maintainerr/commit/40e4685fe378aacbb40176898339ad9250c07db5)) - **ui:** open 3.0 prep modal directly from banner without navigation ([#​2388](https://redirect.github.com/maintainerr/Maintainerr/issues/2388)) ([1e5241e](https://redirect.github.com/maintainerr/Maintainerr/commit/1e5241ee9233d5743bf300565064eeffeeae65c2)) ##### Features - **database:** implement database download functionality ([#​2387](https://redirect.github.com/maintainerr/Maintainerr/issues/2387)) ([eb19b27](https://redirect.github.com/maintainerr/Maintainerr/commit/eb19b2732b6fecc74a780d00a21f0c0df07899d0)) - **ui:** add apple touch icon for webapp ([#​2391](https://redirect.github.com/maintainerr/Maintainerr/issues/2391)) ([3a93ed5](https://redirect.github.com/maintainerr/Maintainerr/commit/3a93ed5334bb218e6239334e0e1f0053ad9cb9a9)) #### [2.26.1](https://redirect.github.com/maintainerr/Maintainerr/compare/v2.26.0...v2.26.1) (2026-01-20) ##### Bug Fixes - Enable source maps for better debugging in production builds ([#​2269](https://redirect.github.com/maintainerr/Maintainerr/issues/2269)) ([4e6b7f1](https://redirect.github.com/maintainerr/Maintainerr/commit/4e6b7f1e58851921fab45f7eacf2ffc94661f006)) - Hide Test Media for collections that don't use rules ([#​2271](https://redirect.github.com/maintainerr/Maintainerr/issues/2271)) ([139904d](https://redirect.github.com/maintainerr/Maintainerr/commit/139904d294f00b7fa2b8bc64abad1420e60642f8)) - Rule editor errors when not using rule system ([#​2270](https://redirect.github.com/maintainerr/Maintainerr/issues/2270)) ([730adb5](https://redirect.github.com/maintainerr/Maintainerr/commit/730adb5644b4fee33a766cfefa038fb0dee87d8c)) </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: 2.26.1
|
||||
appVersion: 2.27.0
|
||||
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.24.1
|
||||
version: 5.25.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/jorenn92/maintainerr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.26.1@sha256:8332446ca6f7512bb561d6db2edaef5df1d22cf47432513f35a68e4462347fdc
|
||||
tag: 2.27.0@sha256:4d07ffaf673f7703bcead8e67f2a9f4fbd5e6bb4d43e4c7c8f81bb45844c8e1b
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user