Skip to content

Commit 889c1fe

Browse files
elasticsearchmachineelasticsearchmachine
andauthored
Update docs for v8.18.7 release (#134686)
Co-authored-by: elasticsearchmachine <[email protected]>
1 parent 3931a75 commit 889c1fe

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
This section summarizes the changes in each release.
88

9+
* <<release-notes-8.18.7>>
910
* <<release-notes-8.18.6>>
1011
* <<release-notes-8.18.5>>
1112
* <<release-notes-8.18.4>>
@@ -100,6 +101,7 @@ This section summarizes the changes in each release.
100101

101102
--
102103

104+
include::release-notes/8.18.7.asciidoc[]
103105
include::release-notes/8.18.6.asciidoc[]
104106
include::release-notes/8.18.5.asciidoc[]
105107
include::release-notes/8.18.4.asciidoc[]
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
[[release-notes-8.18.7]]
2+
== {es} version 8.18.7
3+
4+
coming[8.18.7]
5+
6+
Also see <<breaking-changes-8.18,Breaking changes in 8.18>>.
7+
8+
[[bug-8.18.7]]
9+
[float]
10+
=== Bug fixes
11+
12+
Authorization::
13+
* Remove `DocumentSubsetBitsetCache` locking {es-pull}133681[#133681] (issue: {es-issue}132842[#132842])
14+
15+
ES|QL::
16+
* Reserve memory for Lucene's TopN {es-pull}134235[#134235]
17+
18+
Infra/Scripting::
19+
* Update `DefBootstrap` to handle Error from `ClassValue` {es-pull}133604[#133604]
20+
21+
Infra/Settings::
22+
* Use latest setting value when initializing setting watch {es-pull}134091[#134091] (issue: {es-issue}133701[#133701])
23+
24+
Ingest Node::
25+
* Fix `allow_duplicates` edge case bug in append processor {es-pull}134319[#134319]
26+
* Fix enrich caches outdated value after policy run {es-pull}133680[#133680]
27+
28+
Machine Learning::
29+
* Ensuring only a single request executor object is created {es-pull}133424[#133424]
30+
* Fix double-counting of inference memory in the assignment rebalancer {es-pull}133919[#133919]
31+
32+
Mapping::
33+
* Allow trailing empty string field names in paths of flattened field {es-pull}133611[#133611] (issue: {es-issue}130139[#130139])
34+
35+
Relevance::
36+
* Disallow creating `semantic_text` fields in indices created prior to 8.11.0 {es-pull}133080[#133080]
37+
38+
[[enhancement-8.18.7]]
39+
[float]
40+
=== Enhancements
41+
42+
Authorization::
43+
* [Sentinel One] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system` {es-pull}133793[#133793] (issue: {es-issue}133703[#133703])
44+
45+
[[upgrade-8.18.7]]
46+
[float]
47+
=== Upgrades
48+
49+
FIPS::
50+
* Bump bc-fips to 1.0.2.6 {es-pull}133198[#133198]
51+
52+
Network::
53+
* Upgrade Netty to 4.1.126.Final {es-pull}134182[#134182]
54+
55+
Security::
56+
* Bump bcpkix version {es-pull}132853[#132853]
57+
58+

0 commit comments

Comments
 (0)