Updater bot : readarr updated to 0.3.25.2515

This commit is contained in:
alexbelgium
2024-04-27 02:02:27 +02:00
parent 2b9cbaa276
commit a92953be27
3 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 0.3.25.2515 (27-04-2024)
- Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases)
- Fix : not starting
- 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 !