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

Add release notes for 6.8.14 #68796

Merged
merged 3 commits into from
Feb 10, 2021
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
24 changes: 24 additions & 0 deletions docs/reference/release-notes/6.8.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,35 @@ Also see <<breaking-changes-6.8,Breaking changes in 6.8>>.
[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
Expand Down