chore(helm): update image docker.io/jorenn92/maintainerr 2.14.0 → 2.15.0 (#35754)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jorenn92/maintainerr](https://redirect.github.com/jorenn92/Maintainerr) | minor | `61ed94b` -> `861fa79` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jorenn92/Maintainerr (docker.io/jorenn92/maintainerr)</summary> ### [`v2.15.0`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#2150-2025-05-23) [Compare Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.14.0...v2.15.0) ##### Bug Fixes - Is (part of) latest aired/airing season should exclude future ([#​1732](https://redirect.github.com/jorenn92/Maintainerr/issues/1732)) ([f7093df](https://redirect.github.com/jorenn92/Maintainerr/commit/f7093df90f809d210eead14cd0e958a0d7ba0ee7)) - Modals not responsive ([#​1729](https://redirect.github.com/jorenn92/Maintainerr/issues/1729)) ([b14f7e3](https://redirect.github.com/jorenn92/Maintainerr/commit/b14f7e3160321ef4a375fe020569adfad5555b1a)) - Radarr Monitored returns null instead of false ([#​1746](https://redirect.github.com/jorenn92/Maintainerr/issues/1746)) ([6b5c159](https://redirect.github.com/jorenn92/Maintainerr/commit/6b5c15942013b317c6ea6e665d3be74a3cab7861)) - Remove floating promises ([#​1776](https://redirect.github.com/jorenn92/Maintainerr/issues/1776)) ([cd3c3b3](https://redirect.github.com/jorenn92/Maintainerr/commit/cd3c3b38ca42463edafebc33ae22282bdb88b24c)) - Test media targeting the wrong rule group ([#​1728](https://redirect.github.com/jorenn92/Maintainerr/issues/1728)) ([42165b5](https://redirect.github.com/jorenn92/Maintainerr/commit/42165b5141d9a9cb4c71e622ac3b1660ec1dc518)) - Unparsable log lines breaking the logs page ([#​1772](https://redirect.github.com/jorenn92/Maintainerr/issues/1772)) ([87eee65](https://redirect.github.com/jorenn92/Maintainerr/commit/87eee65586285be7b19b057b667f6348920fc29b)) ##### Features - Add notification support ([#​1381](https://redirect.github.com/jorenn92/Maintainerr/issues/1381)) ([d729fbf](https://redirect.github.com/jorenn92/Maintainerr/commit/d729fbf2056d0ecaa15966548601bd5abc7aeef0)) - Improve Tautulli settings UX ([#​1621](https://redirect.github.com/jorenn92/Maintainerr/issues/1621)) ([3a9721f](https://redirect.github.com/jorenn92/Maintainerr/commit/3a9721fab2dcf1834a8f10edd3bcfad4be1e7d87)) - Log unhandledRejection & uncaughtException ([#​1733](https://redirect.github.com/jorenn92/Maintainerr/issues/1733)) ([139cd5b](https://redirect.github.com/jorenn92/Maintainerr/commit/139cd5b2da1d9eea1acf6b1bb9b13f21d8adaf2f)) - Retry failed Plex API requests ([#​1775](https://redirect.github.com/jorenn92/Maintainerr/issues/1775)) ([d3769eb](https://redirect.github.com/jorenn92/Maintainerr/commit/d3769ebf5566eb3fe9c07e7429bcac77f02ee78f)) - update rule creation UI/UX & toasts ([#​1696](https://redirect.github.com/jorenn92/Maintainerr/issues/1696)) ([6c34075](https://redirect.github.com/jorenn92/Maintainerr/commit/6c34075d3f94b01f97bbfe81605bcf4dc5e08e6b)) - YAML Importer Modal additions ([#​1754](https://redirect.github.com/jorenn92/Maintainerr/issues/1754)) ([66db26e](https://redirect.github.com/jorenn92/Maintainerr/commit/66db26eb0c22881930ef5fb58768e23b5fb087e2)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
|||||||
truecharts.org/min_helm_version: "3.14"
|
truecharts.org/min_helm_version: "3.14"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.14.0
|
appVersion: 2.15.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 25.4.10
|
version: 25.4.10
|
||||||
@@ -36,5 +36,5 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr
|
- https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr
|
||||||
- https://hub.docker.com/r/jorenn92/maintainerr
|
- https://hub.docker.com/r/jorenn92/maintainerr
|
||||||
type: application
|
type: application
|
||||||
version: 4.17.0
|
version: 4.18.0
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: docker.io/jorenn92/maintainerr
|
repository: docker.io/jorenn92/maintainerr
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2.14.0@sha256:61ed94bec0ea71b6b289b45ee82acc2c5d94b954026e6cbb1d5262aad6811b59
|
tag: 2.15.0@sha256:861fa79fc8f60df31a85bf340cb322f68148faecaa8a6002b4d0cdc37f45381d
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
|
|||||||
Reference in New Issue
Block a user