From 5a8ce820f0be767477f6c7fd634d77edd67771f5 Mon Sep 17 00:00:00 2001 From: Pierre Gayvallet Date: Fri, 15 May 2020 20:52:28 +0200 Subject: [PATCH] Add known issue to 7.6.0 / 7.6.1 / 7.6.2 release notes for #66146 (#66690) * Add known issue for #66146 * fix property name * Apply suggestions from code review Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> --- docs/CHANGELOG.asciidoc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 373334b713c26..36125da1039c9 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -355,6 +355,15 @@ Platform:: See <>. +[float] +[[known-issue-7.6.2]] +=== Known issue + +Configuration:: +* The `server.customResponseHeaders` option prevents {kib} from starting if headers are set using a type other than string. +To fix this, convert your boolean and number headers to strings. For example, use`my-header: "true"` instead of `my-header: true`. +{issue}66146[#66146] + [float] [[bug-7.6.2]] === Bug fixes @@ -397,6 +406,15 @@ Visualizations:: See <>. +[float] +[[known-issue-7.6.1]] +=== Known issue + +Configuration:: +* The `server.customResponseHeaders` option prevents {kib} from starting if headers are set using a type other than string. +To fix this, convert your boolean and number headers to strings. For example, use `my-header: "true"` instead of `my-header: true`. +{issue}66146[#66146] + [float] [[security-fix-7.6.1]] === Security issues @@ -479,6 +497,9 @@ See also <>. === Known issue * When you use the default `dateFormat:tz: browser` setting, the timestamps appear in UTC instead of the local time of the user browser. To use the local time of the user browser, set `dateFormat:tz:` to the timezone of the user. {issue}57457[#57457] +* The `server.customResponseHeaders` option prevents {kib} from starting if headers are set using a type other than string. +To fix this, convert your boolean and number headers to strings. For example, use `my-header: "true"` instead of `my-header: true`. +{issue}66146[#66146] [float] [[enhancement-7.6.0]]