From f994ad951c9f6d71d3b2e9e01542f55479e946f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 3 Nov 2022 15:09:25 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f532f28dc..a961b5a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ The following sections list the changes for unreleased. * Enhancement - Restrict admins from self-removal: [#3713](https://github.com/owncloud/ocis/issues/3713) * Enhancement - Allow to setup TLS for grpc services: [#4798](https://github.com/owncloud/ocis/pull/4798) * Enhancement - Logging improvements: [#4815](https://github.com/owncloud/ocis/pull/4815) +* Enhancement - Default to tls 1.2: [#4969](https://github.com/owncloud/ocis/pull/4969) * Enhancement - Secure the nats connection with TLS: [#4781](https://github.com/owncloud/ocis/pull/4781) * Enhancement - Rename AUTH_BASIC_AUTH_PROVIDER envvar: [#4966](https://github.com/owncloud/ocis/pull/4966) * Enhancement - Report parent id: [#4757](https://github.com/owncloud/ocis/pull/4757) @@ -315,6 +316,10 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/4815 +* Enhancement - Default to tls 1.2: [#4969](https://github.com/owncloud/ocis/pull/4969) + + https://github.com/owncloud/ocis/pull/4969 + * Enhancement - Secure the nats connection with TLS: [#4781](https://github.com/owncloud/ocis/pull/4781) Encyrpted the connection to the event broker using TLS. Per default TLS is not enabled but can be