Update image ghcr.io/jorenn92/maintainerr to v2.1.0 #578

Merged
jahanson merged 1 commit from renovate/ghcr.io-jorenn92-maintainerr-2.x into main 2024-09-05 23:06:08 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/jorenn92/maintainerr minor 2.0.4 -> 2.1.0

Release Notes

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

v2.1.0

Compare Source

Bug Fixes
  • Added extra error handling to Overseerr's isRequested rule (#​1232) (dc42a98)
  • Fetching movies by tmdbId no longer utilizes Radarr's lookup endpoint (#​1214) (1a84b8c)
  • Fixed an issue where Overseerr's 'requested by' rule failed to fetch the Plex user when the user uses a display name (a4422f5)
  • Fixed an issue where Overseerr's 'requested by' rule failed to fetch the Plex user when the user uses a display name (#​1231) (9f1cc65)
  • Fixed Radarr file size rule, when 'sizeOnDisk' is not available, it'll now fall back to movieFile.size (#​1205) (1aac50b)
  • Improved logging when media is not removable through *arr (#​1177) (074c7c3)
  • Improved Overseerr rule logs in case of failures (#​1178) (f6466e3)
Features
  • Added an integration with the Plex community API and introduced a 'Plex - Watchlisted by' rule utilizing this endpoint (#​1152) (1ebba97)

2.0.4 (2024-06-19)

Bug Fixes
  • Added "Last Aired At" rule for shows & seasons (Thanks @​benfugate) (63db845)
  • Adjusted UI to listen to all interfaces, resolving issues with multiple networks (#​1104) (017a25d)
  • Fixed an issue where .next/cache directory creation would fail when using a custom user (#​1102) (fa9a30c)
  • Fixed an issue where fetching some Plex ratingkeys from shows would fail (2268513)
  • Fixed an issue where having an operator on the first rule would make the rule return a 'null' value (ce18dea)
  • Redirected all links to the hosted documentation & removed the internal Jsdoc documentation server (#​1134) (0ed8164), closes #​1119 #​1119 #​1119 #​1119

2.0.3 (2024-03-25)

Bug Fixes
  • Automatically prepend https for Overseerr, Sonarr and Radarr when choosing port 443 (1616cfd)
  • Ensure proper URL generation on the settings pages by handling the pathname in hostnames correctly (f8a80a7)
  • Fixed an issue where episodes would only be deleted, but not unmonitored when using the 'Unmonitor and delete episode' rule action (#​943) (070b381)
  • rules: Season action 'unmonitor and delete existing episodes' will now correctly remove and unmonitor existing episodes. The season itself will stay monitored. (#​951) (c5a135b)
  • Shows will now be correctly unmonitored when using the 'unmonitor..' Sonarr action. Previously, only the seasons would be unmonitored (e6bff13)

2.0.2 (2024-02-11)

Bug Fixes
  • Failure to fetch latest GitHub version crashes the UI (#​891) (4ce9ac9)

2.0.1 (2024-02-09)

Bug Fixes
  • docker: ensure $HOME is set consistently for all configs. (f952bba)
  • Resolve SQL error during Plex collection recreation (be1b801)
  • Resolved an issue where Plex's SSL flag would not be updated correctly on the settings page (d65927a)

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.0.4` -> `2.1.0` | --- ### Release Notes <details> <summary>jorenn92/Maintainerr (ghcr.io/jorenn92/maintainerr)</summary> ### [`v2.1.0`](https://github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#210-2024-09-02) [Compare Source](https://github.com/jorenn92/Maintainerr/compare/v2.0.4...v2.1.0) ##### Bug Fixes - Added extra error handling to Overseerr's isRequested rule ([#&#8203;1232](https://github.com/jorenn92/Maintainerr/issues/1232)) ([dc42a98](https://github.com/jorenn92/Maintainerr/commit/dc42a987f7a76deec454595384f13d371ac8c090)) - Fetching movies by tmdbId no longer utilizes Radarr's lookup endpoint ([#&#8203;1214](https://github.com/jorenn92/Maintainerr/issues/1214)) ([1a84b8c](https://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://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 ([#&#8203;1231](https://github.com/jorenn92/Maintainerr/issues/1231)) ([9f1cc65](https://github.com/jorenn92/Maintainerr/commit/9f1cc6562148d2d631d6a3d05d4d12f74613f756)) - Fixed Radarr file size rule, when 'sizeOnDisk' is not available, it'll now fall back to movieFile.size ([#&#8203;1205](https://github.com/jorenn92/Maintainerr/issues/1205)) ([1aac50b](https://github.com/jorenn92/Maintainerr/commit/1aac50bc3e7d3be9d64e14950004619581944c6c)) - Improved logging when media is not removable through \*arr ([#&#8203;1177](https://github.com/jorenn92/Maintainerr/issues/1177)) ([074c7c3](https://github.com/jorenn92/Maintainerr/commit/074c7c39acd5560e40c7a20ebe8b35c048ac7a6b)) - Improved Overseerr rule logs in case of failures ([#&#8203;1178](https://github.com/jorenn92/Maintainerr/issues/1178)) ([f6466e3](https://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 ([#&#8203;1152](https://github.com/jorenn92/Maintainerr/issues/1152)) ([1ebba97](https://github.com/jorenn92/Maintainerr/commit/1ebba9766421439689a0a63dde4a85aef23845f1)) #### [2.0.4](https://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 [@&#8203;benfugate](https://github.com/benfugate)) ([63db845](https://github.com/jorenn92/Maintainerr/commit/63db845291445330f86b1c009c466341cf9735bc)) - Adjusted UI to listen to all interfaces, resolving issues with multiple networks ([#&#8203;1104](https://github.com/jorenn92/Maintainerr/issues/1104)) ([017a25d](https://github.com/jorenn92/Maintainerr/commit/017a25d73a792728fa227c7bd526ed50e9c12a1a)) - Fixed an issue where .next/cache directory creation would fail when using a custom user ([#&#8203;1102](https://github.com/jorenn92/Maintainerr/issues/1102)) ([fa9a30c](https://github.com/jorenn92/Maintainerr/commit/fa9a30c8181ccafe3614e2d5e113f61ff89a7a26)) - Fixed an issue where fetching some Plex ratingkeys from shows would fail ([2268513](https://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://github.com/jorenn92/Maintainerr/commit/ce18dea65be7df37215671f7a9c810c8a34b7c76)) - Redirected all links to the hosted documentation & removed the internal Jsdoc documentation server ([#&#8203;1134](https://github.com/jorenn92/Maintainerr/issues/1134)) ([0ed8164](https://github.com/jorenn92/Maintainerr/commit/0ed8164bac6894dc2c5094876a36e016cfd0caae)), closes [#&#8203;1119](https://github.com/jorenn92/Maintainerr/issues/1119) [#&#8203;1119](https://github.com/jorenn92/Maintainerr/issues/1119) [#&#8203;1119](https://github.com/jorenn92/Maintainerr/issues/1119) [#&#8203;1119](https://github.com/jorenn92/Maintainerr/issues/1119) #### [2.0.3](https://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://github.com/jorenn92/Maintainerr/commit/1616cfd0c4196b298fd5699621f17e07e68de768)) - Ensure proper URL generation on the settings pages by handling the pathname in hostnames correctly ([f8a80a7](https://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 ([#&#8203;943](https://github.com/jorenn92/Maintainerr/issues/943)) ([070b381](https://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. ([#&#8203;951](https://github.com/jorenn92/Maintainerr/issues/951)) ([c5a135b](https://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://github.com/jorenn92/Maintainerr/commit/e6bff13626a98852163cd7bf5c8ba921c78ec16b)) #### [2.0.2](https://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 ([#&#8203;891](https://github.com/jorenn92/Maintainerr/issues/891)) ([4ce9ac9](https://github.com/jorenn92/Maintainerr/commit/4ce9ac9b353669db31b1781edff5d66f3b1addee)) #### [2.0.1](https://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://github.com/jorenn92/Maintainerr/commit/f952bbaf103aeb90cf088742cf46bd8ca61b1477)) - Resolve SQL error during Plex collection recreation ([be1b801](https://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://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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
smeagol-help added 1 commit 2024-09-02 07:02:08 -05:00
smeagol-help changed title from Update ghcr.io/jorenn92/maintainerr Docker tag to v2.1.0 to Update image ghcr.io/jorenn92/maintainerr to v2.1.0 2024-09-05 18:33:31 -05:00
jahanson merged commit a18143fdfc into main 2024-09-05 23:06:08 -05:00
jahanson deleted branch renovate/ghcr.io-jorenn92-maintainerr-2.x 2024-09-05 23:06:08 -05: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#578
No description provided.