From 4156ca4df00996288c8b8f0b819aba1db46186e7 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 09:39:48 +0000 Subject: [PATCH] GitHub bot : changelog --- sonarr/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sonarr/CHANGELOG.md b/sonarr/CHANGELOG.md index 7c7170eea..427707a22 100644 --- a/sonarr/CHANGELOG.md +++ b/sonarr/CHANGELOG.md @@ -1,3 +1,4 @@ +## 4.0.4.1515-4 (21-04-2024) - 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 (20-04-2024)