Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Release Notes for 6.3.2 #21012

Merged
merged 3 commits into from
Jul 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

This section summarizes the changes in each release.

* <<release-notes-6.3.2>>
* <<release-notes-6.3.1>>
* <<release-notes-6.3.0>>
* <<release-notes-6.2.4>>
Expand Down Expand Up @@ -73,6 +74,53 @@ This section summarizes the changes in each release.
//=== Known Issues
////


[[release-notes-6.3.2]]
== {kib} 6.3.2
coming[6.3.2]

[float]
=== Bug fixes
Discover::
* [Fixes #19445] Removes outdated Aria attribute {pull}20532[#20532]

Monitoring::
* Fixes issues with sorting and filtering of {es} nodes {pull}20383[#20383]
+
This issue fixes the sorting and filtering of rows in the table of {es} nodes
in the {kib} Monitoring UI.

Reporting::
* Fixes issue with running Chromium headless over HTTP when accessing {kib}
publicly via HTTPS {pull}20528[#20528]

Sharing::
* [Fixes #20635] Changes the scale factor when upgrading panels with
margins {pull}20684[#20684]
+
This change reduces the scale factor to 4 when migrating panels that are in
a dashboard with margins.

Visualization::
* [Fixes #19378, #16884] Fixes editor sidebar to better handle long field
names {pull}20455[#20455]
* [Fixes #20240] Fixes issues with the flickering of visualizations on
refresh {pull}20817[#20817]
* Avoids shard failures when performing a `geo_bounding_box` filter on coordinate
maps {pull}19548[#19548]
* Fixes disabled aggregations in the visualization editor {pull}18796[#18796]

[float]
=== Important documentation and developer changes
Platform::
* Defaults to running the {es} functional test server from a snapshot locally
in the {xpack} directory {pull}20585[#20585]

Visualization::
* Adds distinct links and float tags to Region Map docs {pull}20361[#20361]



[[release-notes-6.3.1]]
== {kib} 6.3.1

Expand Down