From 82ff19862d94df58ff2b19865e537612d9938851 Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Tue, 9 Feb 2021 19:40:00 -0800 Subject: [PATCH] Add release notes for 6.8.14 (#68796) Co-authored-by: Lisa Cawley --- docs/reference/release-notes/6.8.asciidoc | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/reference/release-notes/6.8.asciidoc b/docs/reference/release-notes/6.8.asciidoc index e7fe3829c36c3..aa0238a931592 100644 --- a/docs/reference/release-notes/6.8.asciidoc +++ b/docs/reference/release-notes/6.8.asciidoc @@ -9,11 +9,35 @@ Also see <>. [float] === Bug fixes +CCR:: +* Stop renew retention leases when follow task fails {es-pull}65168[#65168] + +Engine:: +* Fix the version and term field initialization error of `NoOpResult` {es-pull}66269[#66269] (issue: {es-issue}66267[#66267]) + +Features/Monitoring:: +* Do not report negative values for swap sizes {es-pull}57317[#57317] (issue: {es-issue}57312[#57312]) + +Infra/Core:: +* Fix missing `QuotaPath.unwrap()` instances {es-pull}67165[#67165] (issue: {es-issue}67164[#67164]) + Machine learning:: * Fixes missing state in persist and restore for anomaly detection. This caused suboptimal modeling after a job was closed and reopened or failed over to a different node {ml-pull}1668[#1668] +Network:: +* Ensure notify when proxy connections disconnect {es-pull}65697[#65697] (issue: {es-issue}65443[#65443]) + +Search:: +* Do not wrap `can_match` searchers {es-pull}64742[#64742] + +[[upgrade-6.8.14]] +[float] +=== Upgrades + +Packaging:: +* Upgrade bundled jdk to 15.0.1 and switch back to `AdoptOpenJDK` {es-pull}64253[#64253] (issue: {es-issue}64026[#64026]) [[release-notes-6.8.13]] == {es} version 6.8.13