This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jorenn92/maintainerr](https://redirect.github.com/jorenn92/Maintainerr) | minor | `2.0.4` -> `2.1.0` | --- > [!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.0`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#210-2024-09-02) [Compare Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.0.4...v2.1.0) ##### Bug Fixes - Added extra error handling to Overseerr's isRequested rule ([#​1232](https://redirect.github.com/jorenn92/Maintainerr/issues/1232)) ([dc42a98](https://redirect.github.com/jorenn92/Maintainerr/commit/dc42a987f7a76deec454595384f13d371ac8c090)) - Fetching movies by tmdbId no longer utilizes Radarr's lookup endpoint ([#​1214](https://redirect.github.com/jorenn92/Maintainerr/issues/1214)) ([1a84b8c](https://redirect.github.com/jorenn92/Maintainerr/commit/1a84b8cf505bb6216af8a85ab907b3c912bdd267)) - Fixed an issue where Overseerr's 'requested by' rule failed to fetch the Plex user when the user uses a display name ([a4422f5](https://redirect.github.com/jorenn92/Maintainerr/commit/a4422f578effca020be8b27ffb828c92c7a7bb56)) - Fixed an issue where Overseerr's 'requested by' rule failed to fetch the Plex user when the user uses a display name ([#​1231](https://redirect.github.com/jorenn92/Maintainerr/issues/1231)) ([9f1cc65](https://redirect.github.com/jorenn92/Maintainerr/commit/9f1cc6562148d2d631d6a3d05d4d12f74613f756)) - Fixed Radarr file size rule, when 'sizeOnDisk' is not available, it'll now fall back to movieFile.size ([#​1205](https://redirect.github.com/jorenn92/Maintainerr/issues/1205)) ([1aac50b](https://redirect.github.com/jorenn92/Maintainerr/commit/1aac50bc3e7d3be9d64e14950004619581944c6c)) - Improved logging when media is not removable through \*arr ([#​1177](https://redirect.github.com/jorenn92/Maintainerr/issues/1177)) ([074c7c3](https://redirect.github.com/jorenn92/Maintainerr/commit/074c7c39acd5560e40c7a20ebe8b35c048ac7a6b)) - Improved Overseerr rule logs in case of failures ([#​1178](https://redirect.github.com/jorenn92/Maintainerr/issues/1178)) ([f6466e3](https://redirect.github.com/jorenn92/Maintainerr/commit/f6466e332be246505b1d00db6946ca1bfc7e873e)) ##### Features - Added an integration with the Plex community API and introduced a 'Plex - Watchlisted by' rule utilizing this endpoint ([#​1152](https://redirect.github.com/jorenn92/Maintainerr/issues/1152)) ([1ebba97](https://redirect.github.com/jorenn92/Maintainerr/commit/1ebba9766421439689a0a63dde4a85aef23845f1)) #### [2.0.4](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.0.3...v2.0.4) (2024-06-19) ##### Bug Fixes - Added "Last Aired At" rule for shows & seasons (Thanks [@​benfugate](https://redirect.github.com/benfugate)) ([63db845](https://redirect.github.com/jorenn92/Maintainerr/commit/63db845291445330f86b1c009c466341cf9735bc)) - Adjusted UI to listen to all interfaces, resolving issues with multiple networks ([#​1104](https://redirect.github.com/jorenn92/Maintainerr/issues/1104)) ([017a25d](https://redirect.github.com/jorenn92/Maintainerr/commit/017a25d73a792728fa227c7bd526ed50e9c12a1a)) - Fixed an issue where .next/cache directory creation would fail when using a custom user ([#​1102](https://redirect.github.com/jorenn92/Maintainerr/issues/1102)) ([fa9a30c](https://redirect.github.com/jorenn92/Maintainerr/commit/fa9a30c8181ccafe3614e2d5e113f61ff89a7a26)) - Fixed an issue where fetching some Plex ratingkeys from shows would fail ([2268513](https://redirect.github.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://redirect.github.com/jorenn92/Maintainerr/commit/ce18dea65be7df37215671f7a9c810c8a34b7c76)) - Redirected all links to the hosted documentation & removed the internal Jsdoc documentation server ([#​1134](https://redirect.github.com/jorenn92/Maintainerr/issues/1134)) ([0ed8164](https://redirect.github.com/jorenn92/Maintainerr/commit/0ed8164bac6894dc2c5094876a36e016cfd0caae)), closes [#​1119](https://redirect.github.com/jorenn92/Maintainerr/issues/1119) [#​1119](https://redirect.github.com/jorenn92/Maintainerr/issues/1119) [#​1119](https://redirect.github.com/jorenn92/Maintainerr/issues/1119) [#​1119](https://redirect.github.com/jorenn92/Maintainerr/issues/1119) #### [2.0.3](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.0.2...v2.0.3) (2024-03-25) ##### Bug Fixes - Automatically prepend https for Overseerr, Sonarr and Radarr when choosing port 443 ([1616cfd](https://redirect.github.com/jorenn92/Maintainerr/commit/1616cfd0c4196b298fd5699621f17e07e68de768)) - Ensure proper URL generation on the settings pages by handling the pathname in hostnames correctly ([f8a80a7](https://redirect.github.com/jorenn92/Maintainerr/commit/f8a80a7787105e1d9a8e01f02785796fbccc3853)) - Fixed an issue where episodes would only be deleted, but not unmonitored when using the 'Unmonitor and delete episode' rule action ([#​943](https://redirect.github.com/jorenn92/Maintainerr/issues/943)) ([070b381](https://redirect.github.com/jorenn92/Maintainerr/commit/070b381f05c1856e8789b32de8fef010350881c6)) - **rules:** Season action 'unmonitor and delete existing episodes' will now correctly remove and unmonitor existing episodes. The season itself will stay monitored. ([#​951](https://redirect.github.com/jorenn92/Maintainerr/issues/951)) ([c5a135b](https://redirect.github.com/jorenn92/Maintainerr/commit/c5a135b94b42e7d2faf2b91ecda61d6ccfefa682)) - Shows will now be correctly unmonitored when using the 'unmonitor..' Sonarr action. Previously, only the seasons would be unmonitored ([e6bff13](https://redirect.github.com/jorenn92/Maintainerr/commit/e6bff13626a98852163cd7bf5c8ba921c78ec16b)) #### [2.0.2](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.0.1...v2.0.2) (2024-02-11) ##### Bug Fixes - Failure to fetch latest GitHub version crashes the UI ([#​891](https://redirect.github.com/jorenn92/Maintainerr/issues/891)) ([4ce9ac9](https://redirect.github.com/jorenn92/Maintainerr/commit/4ce9ac9b353669db31b1781edff5d66f3b1addee)) #### [2.0.1](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.0.0...v2.0.1) (2024-02-09) ##### Bug Fixes - **docker:** ensure $HOME is set consistently for all configs. ([f952bba](https://redirect.github.com/jorenn92/Maintainerr/commit/f952bbaf103aeb90cf088742cf46bd8ca61b1477)) - Resolve SQL error during Plex collection recreation ([be1b801](https://redirect.github.com/jorenn92/Maintainerr/commit/be1b8017bd7d4c8387fa5cbea797e373d1f3e63b)) - Resolved an issue where Plex's SSL flag would not be updated correctly on the settings page ([d65927a](https://redirect.github.com/jorenn92/Maintainerr/commit/d65927a761439e1e3df511c3a5d3ba7e287db35c)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC42My4wIiwidXBkYXRlZEluVmVyIjoiMzguNjMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
title
| title |
|---|
| README |
General Info
TrueCharts can be installed as both normal Helm Charts or as TrueNAS SCALE Apps. Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible
For more information about this Chart, please check the docs on the TrueCharts website
This chart is not maintained by the upstream project and any issues with the chart should be raised here
Installation
Helm-Chart installation
To install TrueCharts Helm charts using Helm, you can use our OCI Repository.
helm install mychart oci://tccr.io/truecharts/maintainerr
For more information on how to install TrueCharts Helm charts, checkout the instructions on the website
TrueNAS SCALE Apps
For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the quick-start guides for TrueNAS SCALE.
Chart Specific Guides and information
All our charts have dedicated documentation pages. The documentation for this chart can be found here: https://truecharts.org/charts/stable/maintainerr
Configuration Options
Please note: For TrueNAS SCALE, only options available in the GUI are supported. Hence most of these docs do not apply to TrueNAS SCALE
To view the chart specific options, please view Values.yaml included in the chart. The most recent version of which, is available here: https://github.com/truecharts/charts/blob/master/charts/stable/maintainerr/values.yaml
All our Charts use a shared "common" library chart that contains most of the templating and options. For the complete overview of all available options, please checkout the documentation for them on the common docs on our website
For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/library-charts/blob/main/library/common/values.yaml
Support
Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff. Please consider making a donation or contributing back to the project any way you can!
All Rights Reserved - The TrueCharts Project