From c9ff1119a06ca1804c114d74cf093b15354adfad Mon Sep 17 00:00:00 2001 From: James Elliott Date: Mon, 4 Jan 2021 22:24:32 +1100 Subject: [PATCH] [RELEASE] v4.25.0 (#1578) --- .buildkite/RELEASE.md | 2 +- BREAKING.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.buildkite/RELEASE.md b/.buildkite/RELEASE.md index 69c0fd5a3..4c42eed13 100644 --- a/.buildkite/RELEASE.md +++ b/.buildkite/RELEASE.md @@ -1 +1 @@ - + diff --git a/BREAKING.md b/BREAKING.md index 5a9a6ed68..9eec2fe03 100644 --- a/BREAKING.md +++ b/BREAKING.md @@ -15,6 +15,10 @@ breaking changes and about what you should do to overcome those changes. * The LDAP authentication backends `skip_verify` option has been deprecated (replaced by `authentication_backend.ldap.tls.skip_verify`) * The LDAP authentication backends `minimum_tls_version` option has been deprecated (replaced by `authentication_backend.ldap.tls.minimum_version`) +Examples can be found in the documentation for the new [shared TLS config](https://www.authelia.com/docs/configuration/#tls-configuration), +for the [LDAP authentication backend](https://www.authelia.com/docs/configuration/authentication/ldap.html), and for the +[SMTP notifier backend](https://www.authelia.com/docs/configuration/notifier/smtp.html). + ## Breaking in v4.24.0 ### Deprecation Notice(s)