diff --git a/release-notes/2023-10/README.md b/release-notes/2023-10/README.md index 274b2bb7..d30446f3 100644 --- a/release-notes/2023-10/README.md +++ b/release-notes/2023-10/README.md @@ -6,8 +6,6 @@ The 2023-10 release bundle for SystemLink Enterprise has been published to -## New Features and Behavior changes - - webserver 0.13.4 - Upgraded Redis dependency from 7.0 to 7.2. This is a breaking change. It is necessary to upgrade the entire cluster in parallel, which is not something Kubernetes will do automatically. 1. Option #1: Set webserver.redis-cluster.redis.update-strategy.type = OnDelete @@ -60,13 +58,17 @@ The 2023-10 release bundle for SystemLink Enterprise has been published to `") (<> will be replaced during per-service Helm install/upgrade) - Customers can use per-service user/password combinations ("mongodb+srv://``:``@host/``") (<> will be replaced during per-service Helm install/upgrade) -- CRITICAL - The systemlink Helm chart defaults to connect to an external MongoDB instance - - If you have an existing installation of SLE you MUST etiher set `global.mongodb.install` to `true` or migrate your existing data to an external MongoDB instance and provide the connection string in `global.mongodb.connection_string` - dataframeservice - dataframeservice.requestBodySizeLimitMegabytes was renamed to dataframeservice.requestBodySizeLimit. It now accepts units in "MiB" (Mebibytes, 1024 KiB) or in "MB" (Megabytes, 1000 KB). [https://github.com/ni/install-systemlink-enterprise/pull/165] - taghistorian