chore(deps): update container image jorenn92/maintainerr to v2.0.4@302281a by renovate (#23557)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jorenn92/maintainerr](https://togithub.com/jorenn92/Maintainerr) | patch | `2.0.3` -> `2.0.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jorenn92/Maintainerr (jorenn92/maintainerr)</summary> ### [`v2.0.4`](https://togithub.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#204-2024-06-19) [Compare Source](https://togithub.com/jorenn92/Maintainerr/compare/v2.0.3...v2.0.4) ##### Bug Fixes - Added "Last Aired At" rule for shows & seasons (Thanks [@​benfugate](https://togithub.com/benfugate)) ([63db845](https://togithub.com/jorenn92/Maintainerr/commit/63db845291445330f86b1c009c466341cf9735bc)) - Adjusted UI to listen to all interfaces, resolving issues with multiple networks ([#​1104](https://togithub.com/jorenn92/Maintainerr/issues/1104)) ([017a25d](https://togithub.com/jorenn92/Maintainerr/commit/017a25d73a792728fa227c7bd526ed50e9c12a1a)) - Fixed an issue where .next/cache directory creation would fail when using a custom user ([#​1102](https://togithub.com/jorenn92/Maintainerr/issues/1102)) ([fa9a30c](https://togithub.com/jorenn92/Maintainerr/commit/fa9a30c8181ccafe3614e2d5e113f61ff89a7a26)) - Fixed an issue where fetching some Plex ratingkeys from shows would fail ([2268513](https://togithub.com/jorenn92/Maintainerr/commit/226851358ad856d761985b8d3f6d20864cfe4ac0)) - Fixed an issue where having an operator on the first rule would make the rule return a 'null' value ([ce18dea](https://togithub.com/jorenn92/Maintainerr/commit/ce18dea65be7df37215671f7a9c810c8a34b7c76)) - Redirected all links to the hosted documentation & removed the internal Jsdoc documentation server ([#​1134](https://togithub.com/jorenn92/Maintainerr/issues/1134)) ([0ed8164](https://togithub.com/jorenn92/Maintainerr/commit/0ed8164bac6894dc2c5094876a36e016cfd0caae)), closes [#​1119](https://togithub.com/jorenn92/Maintainerr/issues/1119) [#​1119](https://togithub.com/jorenn92/Maintainerr/issues/1119) [#​1119](https://togithub.com/jorenn92/Maintainerr/issues/1119) [#​1119](https://togithub.com/jorenn92/Maintainerr/issues/1119) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.0.3
|
||||
appVersion: 2.0.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.1
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr
|
||||
- https://hub.docker.com/r/jorenn92/maintainerr
|
||||
type: application
|
||||
version: 4.1.1
|
||||
version: 4.1.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: jorenn92/maintainerr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.0.3@sha256:712e990afff98767a880284eb914fd5f2f5d76c5e8838c3f003fecdeb045b912
|
||||
tag: 2.0.4@sha256:302281ac214dfae767eae42a1739af3971ef40b98dcaf971ab7a77027a53a752
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user