Release notes 6.1.2

This commit is contained in:
jimgoodwin 2018-01-15 19:24:55 -05:00
parent 1a79309a2e
commit 22999fa883
2 changed files with 30 additions and 0 deletions

View file

@ -5,6 +5,7 @@
--
This section summarizes the changes in each release.
* <<release-notes-6.1.2>>
* <<release-notes-6.1.1>>
* <<release-notes-6.1.0>>
* <<release-notes-6.0.1>>
@ -17,6 +18,7 @@ This section summarizes the changes in each release.
* <<release-notes-6.0.0-alpha1>>
--
include::release-notes/6.1.2.asciidoc[]
include::release-notes/6.1.1.asciidoc[]
include::release-notes/6.1.0.asciidoc[]
include::release-notes/6.0.1.asciidoc[]

View file

@ -0,0 +1,28 @@
[[release-notes-6.1.2]]
== 6.1.2 Release Notes
Also see <<breaking-changes-6.0>>.
[float]
[[security-6.1.2]]
=== Security Issues
* Kibana versions 5.1.1 to 6.1.2 and 5.6.6 had a cross-site scripting (XSS) vulnerability via the colored fields formatter that could allow an attacker to obtain sensitive information from or perform destructive actions on behalf of other Kibana users. CVE ID: CVE-2018-3818
Users should upgrade to Kibana version 6.1.2 or 5.6.6. There are no known workarounds for this issue.
[float]
[[enhancement-6.1.2]]
=== Enhancements
Dev Tools::
* [Fixes #15786] [Console] Adding autocomplete rules for composite agg {pull}15787[#15787]
[float]
[[bug-6.1.2]]
=== Bug fixes
Visualization::
* [Fixes #15843] Fix broken loader in 6.1 {pull}15885[#15885]
* [Fixes #15594] fixes pie chart size to normal if labels are not applied {pull}15641[#15641]
Platform::
* Update color field formatter {pull}15837[#15837]