From 7a67f4bce5f526ec08fb09c0f1c5477a36d40316 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Thu, 28 Sep 2017 18:04:02 -0700 Subject: [PATCH] [DOCS] Add X-Pack release notes to Elasticsearch Reference (elastic/x-pack-elasticsearch#2642) * [DOCS] Add X-Pack release notes to Elasticsearch Reference * [DOCS] Added X-Pack release note links Original commit: elastic/x-pack-elasticsearch@2c2561cb6c009419998ecb2735073373b3ec9db2 --- docs/en/index.asciidoc | 6 ++++ docs/en/release-notes/7.0.0-alpha1.asciidoc | 15 +++++++++ .../breaking-changes-xpack.asciidoc | 31 +++++++++++++++++++ docs/en/release-notes/xpack.asciidoc | 20 ++++++++++++ 4 files changed, 72 insertions(+) create mode 100644 docs/en/release-notes/7.0.0-alpha1.asciidoc create mode 100644 docs/en/release-notes/breaking-changes-xpack.asciidoc create mode 100644 docs/en/release-notes/xpack.asciidoc diff --git a/docs/en/index.asciidoc b/docs/en/index.asciidoc index 9ead9fae168..7cc97695f32 100644 --- a/docs/en/index.asciidoc +++ b/docs/en/index.asciidoc @@ -17,6 +17,9 @@ include::setup-xes.asciidoc[] :edit_url: include::{es-repo-dir}/reference/index-shared2.asciidoc[] +:edit_url!: +include::release-notes/breaking-changes-xpack.asciidoc[] + :edit_url: include::{es-repo-dir}/reference/index-shared3.asciidoc[] @@ -29,5 +32,8 @@ include::commands/index.asciidoc[] :edit_url: include::{es-repo-dir}/reference/index-shared4.asciidoc[] +:edit_url!: +include::release-notes/xpack.asciidoc[] + :edit_url: include::{es-repo-dir}/reference/index-shared5.asciidoc[] diff --git a/docs/en/release-notes/7.0.0-alpha1.asciidoc b/docs/en/release-notes/7.0.0-alpha1.asciidoc new file mode 100644 index 00000000000..839648da566 --- /dev/null +++ b/docs/en/release-notes/7.0.0-alpha1.asciidoc @@ -0,0 +1,15 @@ +[[xes-7.0.0-alpha1]] +== {es} {xpack} 7.0.0-alpha1 Release Notes + +[float] +[[xes-breaking-7.0.0-alpha1]] +=== Breaking Changes + +Machine Learning:: +* The `max_running_jobs` node property is removed in this release. Use the +`xpack.ml.max_open_jobs` setting instead. For more information, see <>. + +See also: + +* <> +* {logstash-ref}/xls-7.0.0-alpha1.html[Logstash {xpack} 7.0.0-alpha1 Release Notes] diff --git a/docs/en/release-notes/breaking-changes-xpack.asciidoc b/docs/en/release-notes/breaking-changes-xpack.asciidoc new file mode 100644 index 00000000000..109a8799f87 --- /dev/null +++ b/docs/en/release-notes/breaking-changes-xpack.asciidoc @@ -0,0 +1,31 @@ +[role="xpack"] +[[breaking-changes-xes]] += {xpack} Breaking Changes + +[partintro] +-- +This section summarizes the changes that you need to be aware of when migrating +your application from one version of {xpack} to another. + +* <> + +See also: + +* <> +* {kibana-ref}/breaking-changes-xpackkb.html[{kib} {xpack} Breaking Changes] +* {logstash-ref}/breaking-changes-xls.html[Logstash {xpack} Breaking Changes] + +-- + +[role="xpack"] +[[breaking-7.0.0-xes]] +== {xpack} Breaking changes in 7.0.0 + + +Machine Learning:: +* The `max_running_jobs` node property is removed in this release. Use the +`xpack.ml.max_open_jobs` setting instead. For more information, <>. + +See also: + +* <> diff --git a/docs/en/release-notes/xpack.asciidoc b/docs/en/release-notes/xpack.asciidoc new file mode 100644 index 00000000000..faa8931ab9d --- /dev/null +++ b/docs/en/release-notes/xpack.asciidoc @@ -0,0 +1,20 @@ +[role="xpack"] +[[release-notes-xes]] += {xpack} Release Notes + +[partintro] +-- +This section summarizes the changes in each release for all of the {xpack} +components in {es}. + +* <> + +See also: + +* <> +* {kibana-ref}/release-notes-xpackkb.html[{kib} {xpack} Release Notes] +* {logstash-ref}/release-notes-xls.html[Logstash {xpack} Release Notes] + +-- + +include::7.0.0-alpha1.asciidoc[]