Skip to content

Commit

Permalink
Add known issue to 7.6.0 / 7.6.1 / 7.6.2 release notes for elastic#66146
Browse files Browse the repository at this point in the history
 (elastic#66690) (elastic#66924)

* Add known issue for elastic#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>

Co-authored-by: Pierre Gayvallet <pierre.gayvallet@gmail.com>
  • Loading branch information
gchaps and pgayvallet committed May 18, 2020
1 parent e3a94a5 commit a851f1d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,15 @@ Platform::

See <<breaking-changes-7.6,breaking changes in 7.6>>.

[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
Expand Down Expand Up @@ -397,6 +406,15 @@ Visualizations::

See <<breaking-changes-7.6,breaking changes in 7.6>>.

[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
Expand Down Expand Up @@ -479,6 +497,9 @@ See also <<breaking-changes-7.6,breaking changes in 7.6>>.
=== 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]]
Expand Down

0 comments on commit a851f1d

Please sign in to comment.