chore(helm): update image docker.io/jorenn92/maintainerr 2.17.0 → 2.18.0 (#36356)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jorenn92/maintainerr](https://redirect.github.com/jorenn92/Maintainerr) | minor | `d070076` -> `382a01a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 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.18.0`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#2180-2025-06-13) [Compare Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.17.0...v2.18.0) ##### Bug Fixes - Hide days in notifications for Do nothing rules ([#​1788](https://redirect.github.com/jorenn92/Maintainerr/issues/1788)) ([d590220](https://redirect.github.com/jorenn92/Maintainerr/commit/d590220a94806100fa0b9e140f0382fa94fd08ff)) - Improve community rule loading states ([#​1810](https://redirect.github.com/jorenn92/Maintainerr/issues/1810)) ([17691f4](https://redirect.github.com/jorenn92/Maintainerr/commit/17691f44607b10b8915ecbd92657bc2080eff6db)) - Improve UI memory handling ([#​1808](https://redirect.github.com/jorenn92/Maintainerr/issues/1808)) ([ec110b9](https://redirect.github.com/jorenn92/Maintainerr/commit/ec110b9116606a29726cce14abb63589acfed84f)) - Media About To Be Handled notifications not sending ([#​1801](https://redirect.github.com/jorenn92/Maintainerr/issues/1801)) ([1ef0346](https://redirect.github.com/jorenn92/Maintainerr/commit/1ef0346b1304e6ffcb416e1dceb78596a0d98fa5)) - Notification selected types, agent checkbox options ([#​1791](https://redirect.github.com/jorenn92/Maintainerr/issues/1791)) ([b43066a](https://redirect.github.com/jorenn92/Maintainerr/commit/b43066a5c35cd61f740f61211c435e6e569b3055)) - **notifications:** Subject missing breaking some agents ([#​1812](https://redirect.github.com/jorenn92/Maintainerr/issues/1812)) ([0d283de](https://redirect.github.com/jorenn92/Maintainerr/commit/0d283de710b14ccae33f6e2d332d8a914091d401)) ##### Features - **rules:** add new CONTAINS_ALL action for complete subset validation ([#​1825](https://redirect.github.com/jorenn92/Maintainerr/issues/1825)) ([67d85dd](https://redirect.github.com/jorenn92/Maintainerr/commit/67d85ddd23297527d56e67f6dd51ed2319745326)) </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/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.17.0
|
||||
appVersion: 2.18.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr
|
||||
- https://hub.docker.com/r/jorenn92/maintainerr
|
||||
type: application
|
||||
version: 4.19.0
|
||||
version: 4.20.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/jorenn92/maintainerr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.17.0@sha256:d0700764e30cfb6c10b3e13c555427f931f2193c57effa3938458f146da504df
|
||||
tag: 2.18.0@sha256:382a01a670b7c49baa6e686a5f169f25669a7457f3a4b03f521dcd5f436e2d04
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user