From 4c6448ccfc45133600ba8d6749a4af4beb2fc6a0 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Tue, 1 May 2018 10:34:26 -0700 Subject: [PATCH 1/2] [DOCS] Adds changelog to Elasticsearch Reference (#30271) --- docs/CHANGELOG.asciidoc | 54 ++++++++++++++++++++------- docs/reference/index-shared4.asciidoc | 2 +- 2 files changed, 42 insertions(+), 14 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 5e475f68267cf..d15c73a2af3d3 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -1,12 +1,26 @@ +[[es-release-notes]] += {es} Release Notes + +[partintro] +-- // Use these for links to issue and pulls. Note issues and pulls redirect one to // each other on Github, so don't worry too much on using the right prefix. // :issue: https://github.com/elastic/elasticsearch/issues/ // :pull: https://github.com/elastic/elasticsearch/pull/ -= Elasticsearch Release Notes +This section summarizes the changes in each release. + +* <> +* <> + + +-- -== Elasticsearch 7.0.0 +[[release-notes-7.0.0]] +== {es} 7.0.0 +[float] +[[breaking-7.0.0]] === Breaking Changes <> ({pull}29635[#29635]) === Breaking Java Changes +<> ({pull}30185[#30185]) -=== Deprecations +//[float] +//=== Breaking Java Changes -=== New Features +//[float] +//=== Deprecations -=== Enhancements +//[float] +//=== New Features + +//[float] +//=== Enhancements +[float] === Bug Fixes Fail snapshot operations early when creating or deleting a snapshot on a repository that has been written to by an older Elasticsearch after writing to it with a newer Elasticsearch version. ({pull}30140[#30140]) -=== Regressions +//[float] +//=== Regressions -=== Known Issues +//[float] +//=== Known Issues -== Elasticsearch version 6.4.0 +[[release-notes-6.4.0]] +== {es} 6.4.0 -=== New Features +//[float] +//=== New Features +[float] === Enhancements <> ({pull}30255[#30255]) +[float] === Bug Fixes Do not ignore request analysis/similarity settings on index resize operations when the source index already contains such settings ({pull}30216[#30216]) -=== Regressions - -=== Known Issues - +//[float] +//=== Regressions +//[float] +//=== Known Issues diff --git a/docs/reference/index-shared4.asciidoc b/docs/reference/index-shared4.asciidoc index 3d807dd98d39c..5e6ebc8a5a20c 100644 --- a/docs/reference/index-shared4.asciidoc +++ b/docs/reference/index-shared4.asciidoc @@ -5,4 +5,4 @@ include::testing.asciidoc[] include::glossary.asciidoc[] -include::release-notes.asciidoc[] +include::{docdir}/../CHANGELOG.asciidoc[] \ No newline at end of file From 81031b2cfbdce74c6feb8d73c9f5e96d548c68d2 Mon Sep 17 00:00:00 2001 From: lcawley Date: Tue, 1 May 2018 10:56:08 -0700 Subject: [PATCH 2/2] [DOCS] Removes 7.0 from changelog --- docs/CHANGELOG.asciidoc | 41 +++---------------- .../en/release-notes/6.0.0-alpha1.asciidoc | 1 - .../en/release-notes/6.0.0-alpha2.asciidoc | 1 - .../en/release-notes/6.0.0-beta1.asciidoc | 1 - .../en/release-notes/6.0.0-beta2.asciidoc | 1 - .../docs/en/release-notes/6.0.0-rc1.asciidoc | 1 - .../docs/en/release-notes/6.0.0-rc2.asciidoc | 1 - 7 files changed, 6 insertions(+), 41 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index d15c73a2af3d3..8f3eb9510ab4c 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -10,26 +10,17 @@ This section summarizes the changes in each release. -* <> * <> -- -[[release-notes-7.0.0]] -== {es} 7.0.0 - -[float] -[[breaking-7.0.0]] -=== Breaking Changes - -<> ({pull}29609[#29609]) - -<> ({pull}29635[#29635]) +[[release-notes-6.4.0]] +== {es} 6.4.0 -=== Breaking Java Changes -<> ({pull}30185[#30185]) +//[float] +//[[breaking-6.4.0]] +//=== Breaking Changes //[float] //=== Breaking Java Changes @@ -40,27 +31,6 @@ This section summarizes the changes in each release. //[float] //=== New Features -//[float] -//=== Enhancements - -[float] -=== Bug Fixes - -Fail snapshot operations early when creating or deleting a snapshot on a repository that has been -written to by an older Elasticsearch after writing to it with a newer Elasticsearch version. ({pull}30140[#30140]) - -//[float] -//=== Regressions - -//[float] -//=== Known Issues - -[[release-notes-6.4.0]] -== {es} 6.4.0 - -//[float] -//=== New Features - [float] === Enhancements @@ -76,3 +46,4 @@ Do not ignore request analysis/similarity settings on index resize operations wh //[float] //=== Known Issues + diff --git a/x-pack/docs/en/release-notes/6.0.0-alpha1.asciidoc b/x-pack/docs/en/release-notes/6.0.0-alpha1.asciidoc index fc06368b12a98..4bad1268c8716 100644 --- a/x-pack/docs/en/release-notes/6.0.0-alpha1.asciidoc +++ b/x-pack/docs/en/release-notes/6.0.0-alpha1.asciidoc @@ -34,6 +34,5 @@ Watcher:: See also: -* <> * {kibana-ref}/release-notes-xkb.html[{kib} {xpack} Release Notes] * {logstash-ref}/release-notes-xls.html[Logstash {xpack} Release Notes] diff --git a/x-pack/docs/en/release-notes/6.0.0-alpha2.asciidoc b/x-pack/docs/en/release-notes/6.0.0-alpha2.asciidoc index e3b011dead255..456b1cb9f4aaf 100644 --- a/x-pack/docs/en/release-notes/6.0.0-alpha2.asciidoc +++ b/x-pack/docs/en/release-notes/6.0.0-alpha2.asciidoc @@ -39,6 +39,5 @@ Metadata fails, the update is now retried. See also: -* <> * {kibana-ref}/release-notes-xkb.html[{kib} {xpack} Release Notes] * {logstash-ref}/release-notes-xls.html[Logstash {xpack} Release Notes] diff --git a/x-pack/docs/en/release-notes/6.0.0-beta1.asciidoc b/x-pack/docs/en/release-notes/6.0.0-beta1.asciidoc index 0dbf145c3d5d0..f3f1c76c19f77 100644 --- a/x-pack/docs/en/release-notes/6.0.0-beta1.asciidoc +++ b/x-pack/docs/en/release-notes/6.0.0-beta1.asciidoc @@ -29,6 +29,5 @@ to `false` in your `elasticsearch.yml`. See See also: -* <> * {kibana-ref}/release-notes-xkb.html[{kib} {xpack} Release Notes] * {logstash-ref}/release-notes-xls.html[Logstash {xpack} Release Notes] diff --git a/x-pack/docs/en/release-notes/6.0.0-beta2.asciidoc b/x-pack/docs/en/release-notes/6.0.0-beta2.asciidoc index 243b2c7349838..5f20a5f06956f 100644 --- a/x-pack/docs/en/release-notes/6.0.0-beta2.asciidoc +++ b/x-pack/docs/en/release-notes/6.0.0-beta2.asciidoc @@ -79,6 +79,5 @@ Watcher:: See also: -* <> * {kibana-ref}/release-notes-xkb.html[{kib} {xpack} Release Notes] * {logstash-ref}/release-notes-xls.html[Logstash {xpack} Release Notes] diff --git a/x-pack/docs/en/release-notes/6.0.0-rc1.asciidoc b/x-pack/docs/en/release-notes/6.0.0-rc1.asciidoc index 4d131e2c7871b..e08105a878a8b 100644 --- a/x-pack/docs/en/release-notes/6.0.0-rc1.asciidoc +++ b/x-pack/docs/en/release-notes/6.0.0-rc1.asciidoc @@ -72,6 +72,5 @@ Watcher:: See also: -* <> * {kibana-ref}/release-notes-xkb.html[{kib} {xpack} Release Notes] * {logstash-ref}/release-notes-xls.html[Logstash {xpack} Release Notes] diff --git a/x-pack/docs/en/release-notes/6.0.0-rc2.asciidoc b/x-pack/docs/en/release-notes/6.0.0-rc2.asciidoc index b034c8ba382a3..7c07362a5d451 100644 --- a/x-pack/docs/en/release-notes/6.0.0-rc2.asciidoc +++ b/x-pack/docs/en/release-notes/6.0.0-rc2.asciidoc @@ -69,6 +69,5 @@ to require multiple binds when authenticating in user search mode. See also: -* <> * {kibana-ref}/release-notes-xkb.html[{kib} {xpack} Release Notes] * {logstash-ref}/release-notes-xls.html[Logstash {xpack} Release Notes]