github jorenn92/Maintainerr v2.15.0

latest releases: v2.19.0, v2.18.2, v2.18.1...
3 months ago

2.15.0 (2025-05-23)

New Docker tags (major and major.minor)

We're now pushing major and major.minor tags to Docker registries in addition to latest & major.minor.patch that we already push.

If you're targeting latest (the default if none specified) AND have some mechanism for automatic Docker container updates, we highly recommend you target a major tag instead. At the moment this is 2, meaning your target image should look like jorenn92/maintainerr:2 or ghcr.io/jorenn92/maintainerr:2. This could save you some headache if a new major release's breaking changes affect your installation. We rarely introduce breaking changes and do intend to keep it that way. That is to say, you wouldn't have to update the tag that often to stay on the latest release.

Features

  • Add notification support (#1381) (d729fbf)
    • Notification agents are configured under Settings -> Notifications. Once configured, you can select notification agents within your rules.
    • Please note that this is a beta feature. We have not extensively tested every available agent type. Feedback welcomed!
  • Improve Tautulli settings UX (#1621) (3a9721f)
    • Settings have been combined into a single URL field.
    • You can now remove the configuration by emptying the URL field.
    • Test before saving like Radarr & Sonarr. The remaining service pages will get the same treatment in future releases.
  • Log unhandledRejection & uncaughtException (#1733) (139cd5b)
  • Retry failed Plex API requests (#1775) (d3769eb)
    • We have seen users receiving intermittent errors from the Plex API which can cause a number of issues. This change should hopefully alleviate some of those.
  • Update rule creation UI/UX & toasts (#1696) (6c34075)
  • YAML Importer Modal additions (#1754) (66db26e)

Bug Fixes

Development Version Note

If you're using the jorenn92/maintainerr:develop Docker tag for the development version, you will need to update it to jorenn92/maintainerr:main to keep getting updates. If you're using ghcr.io/jorenn92/maintainerr:main then no change is required.

Don't miss a new Maintainerr release

NewReleases is sending notifications on new releases.