File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This section summarizes the changes in each release.
8
8
9
9
* <<release-notes-8.8.0>>
10
10
* <<release-notes-8.7.0>>
11
+ * <<release-notes-8.6.2>>
11
12
* <<release-notes-8.6.1>>
12
13
* <<release-notes-8.6.0>>
13
14
* <<release-notes-8.5.3>>
@@ -42,6 +43,7 @@ This section summarizes the changes in each release.
42
43
43
44
include::release-notes/8.8.0.asciidoc[]
44
45
include::release-notes/8.7.0.asciidoc[]
46
+ include::release-notes/8.6.2.asciidoc[]
45
47
include::release-notes/8.6.1.asciidoc[]
46
48
include::release-notes/8.6.0.asciidoc[]
47
49
include::release-notes/8.5.3.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[release-notes-8.6.2]]
2
+ == {es} version 8.6.2
3
+
4
+ Also see <<breaking-changes-8.6,Breaking changes in 8.6>>.
5
+
6
+ [[bug-8.6.2]]
7
+ [float]
8
+ === Bug fixes
9
+
10
+ Allocation::
11
+ * Only simulate legal desired moves {es-pull}93635[#93635] (issue: {es-issue}93271[#93271])
12
+
13
+ Health::
14
+ * Fix the reporting of initializing shards in the Health API {es-pull}93502[#93502] (issue: {es-issue}90327[#90327])
15
+
16
+ Infra/Core::
17
+ * Don't report MIGRATION_NEEDED for 7.x indices {es-pull}93666[#93666]
18
+
19
+ Ingest Node::
20
+ * Fix geo ip database file leak when processing IP arrays {es-pull}93177[#93177]
21
+
22
+ Machine Learning::
23
+ * Use long inference timeout at ingest {es-pull}93731[#93731]
24
+
25
+
You can’t perform that action at this time.
0 commit comments