chore(deps): update container image jorenn92/maintainerr to v2.1.1@1552a72 by renovate (#26157)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jorenn92/maintainerr](https://redirect.github.com/jorenn92/Maintainerr) | patch | `2.1.0` -> `2.1.1` | --- > [!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.1.1`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#211-2024-09-09) [Compare Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.1.0...v2.1.1) ##### Bug Fixes - Fixed an issue where 'Users that saw all available episodes' & 'Users that watch the show/season/episode' wouldn't work for the owner user after 2.1.0 ([#​1252](https://redirect.github.com/jorenn92/Maintainerr/issues/1252)) ([bf8c2d3](https://redirect.github.com/jorenn92/Maintainerr/commit/bf8c2d31cb5961e44643356ae84a9744427df187)) - The server no longer crashes when community.plex.tv rate limits have been hit. Also improved logging and increased API paging chunks to minimize the occurrence of this error. ([#​1253](https://redirect.github.com/jorenn92/Maintainerr/issues/1253)) ([8227f8c](https://redirect.github.com/jorenn92/Maintainerr/commit/8227f8c2b2739460929b1b8cf381016efcb94732)) - When a Tvdb ID isn't found, a warning with the media item's title is now displayed ([fb27332](https://redirect.github.com/jorenn92/Maintainerr/commit/fb273323fe6ddd689d976d7717a9c86728ae62cd)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC43Mi4xIiwidXBkYXRlZEluVmVyIjoiMzguNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
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.1.0
|
||||
appVersion: 2.1.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.14
|
||||
@@ -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.2.0
|
||||
version: 4.2.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: jorenn92/maintainerr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.1.0@sha256:31f857dcd33d1583e5b8d614f7fdb4ab308964d96b0669740927de295daff947
|
||||
tag: 2.1.1@sha256:1552a72b220988217c775d68995685efaf6b22dc6d94e2f5984a5a7d335cfa91
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user