mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-24 15:01:43 +01:00
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com> Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/c45f9e34-4233-4929-96c9-50c7db39ac6d
1.2 KiB
1.2 KiB
3.1.0-2 (22-03-2026)
- Added configurable
NODE_MEMORY_LIMIToption (default 512 MB) to control Node.js heap size and prevent OOM kills
3.1.0 (22-03-2026)
- Set default Node.js memory limit (512MB) to prevent OOM kills that caused the addon to stop responding
- Update to latest version from seerr-team/seerr (changelog : https://github.com/seerr-team/seerr/releases)
3.0.1 (2026-02-21)
- Update to latest version from seerr-team/seerr (changelog : https://github.com/seerr-team/seerr/releases)
3.0.1-6 (20-02-2026)
- Minor bugs fixed
3.0.1-5 (19-02-2026)
- Minor bugs fixed
3.0.1-4 (19-02-2026)
- Minor bugs fixed
3.0.1-3 (19-02-2026)
- Minor bugs fixed
3.0.1-2 (19-02-2026)
- Added Home Assistant Ingress support for Seerr with an internal NGINX reverse proxy and ingress-aware response rewriting.
- Enabled ingress in the add-on manifest and updated startup flow to launch NGINX before Seerr.
v3.0.1 (2026-02-17)
- Initial release based on the Overseerr add-on, updated to the Seerr upstream image and naming.
- Switched base image to
seerr/seerr:latestand updated metadata/options for the new slug. - Remove bundled binary image assets from the add-on directory as requested by review feedback.