Files
hassio-addons/sonarr/CHANGELOG.md
Rodrigo Scomação do Nascimento 9e4e38535f fix(radarr): bump version so Home Assistant offers the rebuilt image (#2958)
* fix(radarr): bump version so HA offers the rebuilt ls313 image

The `6.3.0.10514` image tag was rebuilt and re-pushed on 2026-08-03 and
now ships LinuxServer.io ls313, while installations made before that date
still run the ls311 build they originally pulled.

Because build.json tracks the floating `lscr.io/linuxserver/radarr:*-latest`
tags, a rebuild silently changes the image contents without changing the
add-on version. The Supervisor decides whether an update exists purely by
comparing the `version` string in config.yaml against the installed one --
it does not compare image digests -- so an unchanged string means the
update is never offered and the new image is never pulled.

Add the local patch counter documented in CLAUDE.md to make the rebuild
visible to the Supervisor. Radarr itself is unchanged at 6.3.0.10514, so
updater.json keeps upstream_version as-is; the updater bot only rewrites
config.yaml when the upstream version moves, matching how lidarr
(3.1.0.4875 -> 3.1.0.4875.1) and bazarr (1.6.0 -> 1.6.0.2) already work.

The dotted `.1` form is required rather than `-1`: AwesomeVersion parses
`6.3.0.10514-1` as an unknown strategy and raises on comparison, whereas
`6.3.0.10514.1` compares as SimpleVer and sorts above `6.3.0.10514`.

* chore(sonarr,prowlarr): update to latest upstream releases

Sonarr   4.0.19.2997 -> 4.0.19.3001 (develop-4.0.19.3001-ls184, 2026-08-11)
Prowlarr 2.6.2.5517.9 -> 2.6.2.5534.9 (nightly-2.6.2.5534-ls9, 2026-08-08)

Both add-ons track a prerelease channel (github_beta), and their build.json
files pin the floating `-develop` / `-nightly` LinuxServer.io tags, so the
rebuild picks up the matching base image on merge.

Unlike radarr, neither add-on was affected by the stale-image problem: the
published images match the versions they claim (sonarr ships ls183 for
4.0.19.2997, prowlarr ships ls9 for 2.6.2.5517), so these are ordinary
version bumps that the weekly updater bot would otherwise pick up.

Sonarr also records the upstream version in ARG BUILD_UPSTREAM, updated
here to match. Prowlarr has no BUILD_UPSTREAM line.
2026-08-11 15:36:31 +02:00

399 lines
14 KiB
Markdown

## 4.0.19.3001 (2026-08-11)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
- Upstream tag : develop-4.0.19.3001-ls184
## 4.0.19.2997 (2026-08-08)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.19.2995 (2026-08-01)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.19.2979 (2026-06-27)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.17.2969 (2026-06-06)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.17.2967 (2026-05-09)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.17.2953 (2026-03-28)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.17.2952 (2026-03-21)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.16.2946-3 (2026-02-25)
- Symlink system ffprobe to /app/sonarr/bin/ where Sonarr expects it (fixes https://github.com/alexbelgium/hassio-addons/issues/2451)
## 4.0.16.2946-2 (2026-02-06)
- Add ffmpeg to provide ffprobe for runtime detection (fixes https://github.com/alexbelgium/hassio-addons/issues/2451)
## 4.0.16.2946-1 (2026-01-08)
- ⚠ MAJOR CHANGE : switch to the new config logic from homeassistant. Your configuration files will have migrated from /config/addons_config/sonarr to a folder only accessible from my Filebrowser addon called /addon_configs/xxx-sonarr_nas. This avoids the addon to mess with your homeassistant configuration folder, and allows to backup the options. Migration of data should be automatic. Please be sure to update all your links however ! For more information, see here : https://developers.home-assistant.io/blog/2023/11/06/public-addon-config/
## 4.0.16.2946 (2025-12-27)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release
## 4.0.16.2944 (2025-11-08)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
## "4.0.16.2942" (2025-11-01)
- Minor bugs fixed
## 4.0.16.2942 (2025-11-01)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.15.2941-2 (2025-08-10)
- Minor bugs fixed
## 4.0.15.2941 (2025-06-21)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.15.2940 (2025-06-13)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.14.2939 (2025-03-22)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.13.2934 (2025-03-15)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.13.2933 (2025-03-01)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.13.2932 (2025-02-15)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.12.2900 (2025-02-01)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.12.2866 (2025-01-25)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.12.2849 (2025-01-18)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.12.2825 (2025-01-11)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.11.2815 (2025-01-04)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.11.2800 (2024-12-28)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.11.2774 (2024-12-21)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.11.2743 (2024-12-14)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.11.2724 (2024-12-07)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.11.2697 (2024-11-30)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.10.2656 (2024-11-16)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.10.2624 (2024-11-09)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.10.2579 (2024-11-02)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.9.2513 (2024-10-12)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.9.2457 (2024-10-05)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.9.2421 (2024-09-28)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.9.2386 (2024-09-21)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.9.2342 (2024-09-07)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.9.2278 (2024-08-31)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.8.2223 (2024-08-24)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.8.2158 (2024-08-17)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.8.2008 (2024-08-03)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.8.1929 (2024-07-27)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.8.1902 (2024-07-20)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.6.1847 (2024-07-13)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.6.1805-2 (2024-07-06)
- Minor bugs fixed
## 4.0.6.1805 (2024-07-06)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.5.1791 (2024-06-29)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.5.1760 (2024-06-22)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.5.1740 (2024-06-15)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.5.1719 (2024-06-08)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.5.1710 (2024-06-01)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.4.1699 (2024-05-25)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.4.1668 (2024-05-11)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.4.1572 (2024-05-04)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
- Fix : not starting
## 4.0.4.1515-4 (2024-04-21)
- BREAKING CHANGE : ingress_disabled option removed. Instead, a new option connection_mode is added. It has 3 modes : ingress_noauth (default, disables authentification to allow a seamless ingress integration), noingress_auth (disables ingress to allow a simpler external url, enables authentification), ingress_auth (enables both ingress and authentification). Thanks @Ni3kjm !
## 4.0.4.1515 (2024-04-20)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.3.1486 (2024-04-13)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.2.1408 (2024-03-30)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
## 4.0.2.1367 (2024-03-23)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.2.1341 (2024-03-16)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.2.1262 (2024-03-09)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.2.1192 (2024-03-02)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.1.1168 (2024-02-24)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.1.1131 (2024-02-17)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.1.1096 (2024-02-10)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.1.1047 (2024-02-03)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.1.987 (2024-01-27)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.0.924 (2024-01-20)
- Update to latest version from linuxserver/docker-sonarr
- There is now an official addon in the community repository, you should migrate to it ! However it does not support ingress ;)
## 4.0.0.836 (2024-01-13)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.0.751 (2024-01-06)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.0.741 (2023-12-30)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.0.740 (2023-12-30)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.0.738 (2023-12-23)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.0.737 (2023-12-16)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.0.733-2 (2023-12-02)
- Minor bugs fixed
- Send crond messages to addon logs
## 4.0.0.733 (2023-11-26)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.0.731 (2023-11-21)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.0.725 (2023-11-18)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.0.719 (2023-11-11)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.0.710 (2023-11-04)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.0.703-2 (2023-11-01)
- Minor bugs fixed
- Fix : disable authentification when using ingress
## 4.0.0.703 (2023-10-28)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.0.700 (2023-10-20)
- Update to latest version from linuxserver/docker-sonarr
## 4.0.0.697 (2023-10-14)
- Update to latest version from linuxserver/docker-sonarr
- Breaking change : update to v4
- Arm32v7 discontinued by linuxserver, latest working version pinned
## 3.0.10.1567-2 (2023-03-19)
- Minor bugs fixed
- Corrected ingress bug https://github.com/alexbelgium/hassio-addons/issues/758
## 3.0.10.1567 (2023-03-18)
- Update to latest version from linuxserver/docker-sonarr
- Implemented healthcheck
## 3.0.10.1566 (2023-03-11)
- Update to latest version from linuxserver/docker-sonarr
- Add ingress_disabled option
- Ingress addition
- BaseUrl definition to "sonarr"
- WARNING : update to supervisor 2022.11 before installing
## 3.0.9.1549 (2022-08-09)
- Update to latest version from linuxserver/docker-sonarr
## 3.0.8.1507 (2022-04-26)
- Update to latest version from linuxserver/docker-sonarr
- Add codenotary sign
## 3.0.7.1477 (2022-03-06)
- Update to latest version from linuxserver/docker-sonarr
## 3.0.6.1342-6 (2022-01-03)
- Cleanup: config base folder changed to /config/addons_config (thanks @bruvv)
- New standardized logic for Dockerfile build and packages installation
- Allow mounting local drives by label. Just pust the label instead of sda1 for example
- Allow mounting local drives by label. Just pust the label instead of sda1 for example
- SMB : accepts several disks separated by commas mounted in /mnt/$sharename
## 3.0.6.1342 (2021-10-02)
- Update to latest version from linuxserver/docker-sonarr
## 3.0.6.1335 (2021-09-30)
- Update to latest version from linuxserver/docker-sonarr
- Improved cifs mount code to make it universal
- Breaking changes : multiple network disks must be separated by a "," and they are mounted to a folder with the name of the external share.
## 3.0.6.1265 (2021-06-18)
- Update to latest version from linuxserver/docker-sonarr
## 3.0.2.4552
- Update to latest version from linuxserver/docker-sonarr
- Enables PUID/PGID options