docs: 6.1.1 release notes

This commit is contained in:
Court Ewing 2017-12-19 08:49:55 -05:00
parent ba3e6edddc
commit 444b2b5dc6
2 changed files with 19 additions and 0 deletions

View file

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

View file

@ -0,0 +1,17 @@
[[release-notes-6.1.1]]
== 6.1.1 Release Notes
Also see <<breaking-changes-6.0>>.
[float]
[[bug-6.1.1]]
=== Bug fixes
Management::
* Allow pasting into index pattern field using keyboard shortcut {pull}15500[#15500]
* Typing a CCS pattern into the index pattern field no longer triggers an error {pull}15372[#15372]
Operations::
* Bump node.js version to 6.12.2 {pull}15612[#15612]
* Kibana indices are no longer flagged as out-of-date just because they include `_default_` {pull}15432[#15432]
Visualizations::
* Disable math aggregation in Time Series Visual Builder {pull}15653[#15653]
* Bucket paths for overall aggregations now use syntax compatible with Elasticsearch 6+ {pull}15322[#15322]