From 7fccdbdbdde23fff15a6d681a8b6c07f10c14d70 Mon Sep 17 00:00:00 2001 From: CIakab-NI <127735155+CIakab-NI@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:25:10 +0300 Subject: [PATCH] Update README.md Updated Helm Chart Breaking Changes --- release-notes/2023-10/README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/release-notes/2023-10/README.md b/release-notes/2023-10/README.md index b1c2eec3..b9aa81e2 100644 --- a/release-notes/2023-10/README.md +++ b/release-notes/2023-10/README.md @@ -61,10 +61,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 + - The TagHistorian service was added as part of the top level helm chart of SystemLink Enterprise. The service enables the users to see historical values for their tags. + - Before running the service, please configure the values according to the instructions from the helm chart. + - The service requires a continuationTokenEncryptionKey to be configured. When creating the continuationTokenEncryptionKey, use a 32-byte cryptographically random value which is base64 encoded. ## Upgrade Considerations