Update image ghcr.io/jorenn92/maintainerr to v2.2.0 #819

Merged
jahanson merged 1 commit from renovate/ghcr.io-jorenn92-maintainerr-2.x into main 2024-11-05 10:39:34 -06:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/jorenn92/maintainerr minor 2.1.2 -> 2.2.0

Release Notes

jorenn92/Maintainerr (ghcr.io/jorenn92/maintainerr)

v2.2.0

Compare Source

Bug Fixes
Features

2.1.2 (2024-09-13)

Bug Fixes
  • Fixed the 'Viewed by' rule for the server owner for movies. This was already fixed for TV shows in 2.1.1 (#​1266) (a41e8ab)

2.1.1 (2024-09-09)

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) (bf8c2d3)
  • 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) (8227f8c)
  • When a Tvdb ID isn't found, a warning with the media item's title is now displayed (fb27332)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/jorenn92/maintainerr](https://github.com/jorenn92/Maintainerr) | minor | `2.1.2` -> `2.2.0` | --- ### Release Notes <details> <summary>jorenn92/Maintainerr (ghcr.io/jorenn92/maintainerr)</summary> ### [`v2.2.0`](https://github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#220-2024-11-05) [Compare Source](https://github.com/jorenn92/Maintainerr/compare/v2.1.2...v2.2.0) ##### Bug Fixes - Add additional Tautulli rules ([#&#8203;1287](https://github.com/jorenn92/Maintainerr/issues/1287)) ([e3bb69e](https://github.com/jorenn92/Maintainerr/commit/e3bb69ec4c3206978db6235a09e92128231dc65f)) - Added Curl in the Docker-container so users can create healthchecks ([#&#8203;1288](https://github.com/jorenn92/Maintainerr/issues/1288)) ([1aff795](https://github.com/jorenn92/Maintainerr/commit/1aff795eabb5d4a4b9db8fc77d820b56e8a396e7)) - Align Tautulli username results with Overseerr ([#&#8203;1339](https://github.com/jorenn92/Maintainerr/issues/1339)) ([5bab5d9](https://github.com/jorenn92/Maintainerr/commit/5bab5d976ad27569136f40be3129869cb08903f5)) - Changed the hostname to :: to enable ipv6 compatibility ([#&#8203;1259](https://github.com/jorenn92/Maintainerr/issues/1259)) ([a0f93d4](https://github.com/jorenn92/Maintainerr/commit/a0f93d43b3abdd85f0bbeb03332ee8468dea95ab)) - Collection details not showing in Safari ([#&#8203;1316](https://github.com/jorenn92/Maintainerr/issues/1316)) ([1e89cf6](https://github.com/jorenn92/Maintainerr/commit/1e89cf624520f036b056d55ff1e9182e918cca56)) - Plex cache reset handling if not all apps configured ([#&#8203;1291](https://github.com/jorenn92/Maintainerr/issues/1291)) ([09003c1](https://github.com/jorenn92/Maintainerr/commit/09003c1c82c27dd58fffcfa1981aa30e16e5d67a)) - Tautulli Times viewed & Total views ([#&#8203;1290](https://github.com/jorenn92/Maintainerr/issues/1290)) ([3f41a3c](https://github.com/jorenn92/Maintainerr/commit/3f41a3c25c838783ba6eb90d44baa1b72ae0a7de)) ##### Features - Add base URL to Tautulli settings ([#&#8203;1315](https://github.com/jorenn92/Maintainerr/issues/1315)) ([f569a95](https://github.com/jorenn92/Maintainerr/commit/f569a95a88a7d9e8b221483f7c75187a7654d376)) - Add per collection override of the Tautulli watched percent ([#&#8203;1300](https://github.com/jorenn92/Maintainerr/issues/1300)) (Thanks [@&#8203;benscobie](https://github.com/benscobie)) ([96a73a6](https://github.com/jorenn92/Maintainerr/commit/96a73a6275e6a34efc3d7f9f54150571b3a9f275)) - Add Tautulli integration (Thanks to [@&#8203;benscobie](https://github.com/benscobie)) ([#&#8203;1280](https://github.com/jorenn92/Maintainerr/issues/1280)) ([55aa547](https://github.com/jorenn92/Maintainerr/commit/55aa54750c956b29ea4633f3714faf6d2b752fb4)) #### [2.1.2](https://github.com/jorenn92/Maintainerr/compare/v2.1.1...v2.1.2) (2024-09-13) ##### Bug Fixes - Fixed the 'Viewed by' rule for the server owner for movies. This was already fixed for TV shows in 2.1.1 ([#&#8203;1266](https://github.com/jorenn92/Maintainerr/issues/1266)) ([a41e8ab](https://github.com/jorenn92/Maintainerr/commit/a41e8ab476ee4fcf62e6edd3d2ce9079444c8e0c)) #### [2.1.1](https://github.com/jorenn92/Maintainerr/compare/v2.1.0...v2.1.1) (2024-09-09) ##### 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 ([#&#8203;1252](https://github.com/jorenn92/Maintainerr/issues/1252)) ([bf8c2d3](https://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. ([#&#8203;1253](https://github.com/jorenn92/Maintainerr/issues/1253)) ([8227f8c](https://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://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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
smeagol-help added 1 commit 2024-11-05 10:33:16 -06:00
jahanson merged commit e6c290d9b2 into main 2024-11-05 10:39:34 -06:00
jahanson deleted branch renovate/ghcr.io-jorenn92-maintainerr-2.x 2024-11-05 10:39:34 -06:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jahanson/theshire#819
No description provided.