Skip to content

Commit d8751fd

Browse files
committed
[DOCS] Commented out empty sections in the changelog to fix the doc build. (#30372)
1 parent 4f1f1a5 commit d8751fd

File tree

1 file changed

+50
-7
lines changed

1 file changed

+50
-7
lines changed

docs/CHANGELOG.asciidoc

+50-7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
[partintro]
55
--
6+
// To add a release, copy and paste the placeholder text at the bottom
7+
// and add a link to the new section. Note that release subheads must
8+
// be floated and sections cannot be empty.
9+
610
// Use these for links to issue and pulls. Note issues and pulls redirect one to
711
// each other on Github, so don't worry too much on using the right prefix.
812
// :issue: https://github.com/elastic/elasticsearch/issues/
@@ -30,6 +34,9 @@ This section summarizes the changes in each release.
3034
* <<release-notes-6.0.0-alpha2>>
3135
* <<release-notes-6.0.0-alpha1>>
3236
* <<release-notes-6.0.0-alpha1-5x>>
37+
* <<release-notes-7.0.0>>
38+
* <<release-notes-6.4.0>>
39+
* <<release-notes-6.3.1>>
3340

3441
--
3542

@@ -281,6 +288,8 @@ Machine Learning::
281288
* Fixed an exception that occurred when a categorization field contained an
282289
empty string.
283290

291+
[float]
292+
=== Deprecations
284293
Monitoring::
285294
* Properly registered `xpack.monitoring.exporters.*.headers.*` settings, which
286295
were broken in 6.2.0 and 6.2.1. For more information, see
@@ -349,15 +358,16 @@ Plugin Lang Painless::
349358

350359
Plugins::
351360
* Fix the ability to remove old plugin {pull}28540[#28540] (issue: {issue}28538[#28538])
361+
[float]
362+
=== Regressions
363+
Fail snapshot operations early when creating or deleting a snapshot on a repository that has been
364+
written to by an older Elasticsearch after writing to it with a newer Elasticsearch version. ({pull}30140[#30140])
352365

353366
Security::
354367
* Fixed missing dependencies for x-pack-transport.
355368
* Fixed `saml-metadata` env file such that it sources the appropriate
356369
environment file.
357370

358-
//[float]
359-
//=== Regressions
360-
361371
//[float]
362372
//=== Known Issues
363373

@@ -794,19 +804,52 @@ Watcher::
794804
* Replaced group settings with affix key settings where filters are needed.
795805
For more information, see https://github.com/elastic/elasticsearch/pull/28338.
796806

807+
[[release-notes-6.3.1]]
797808
== Elasticsearch version 6.3.1
798809

799-
=== New Features
810+
//[float]
811+
//=== New Features
800812

801-
=== Enhancements
813+
//[float]
814+
//=== Enhancements
802815

816+
[float]
803817
=== Bug Fixes
804818

805819
Reduce the number of object allocations made by {security} when resolving the indices and aliases for a request ({pull}30180[#30180])
806820

807-
=== Regressions
821+
//[float]
822+
//=== Regressions
823+
824+
//[float]
825+
//=== Known Issues
826+
827+
// To add a release, copy and paste the following text, uncomment the relevant
828+
// sections, and add a link to the new section in the list of releases at the
829+
// top of the page. Note that release subheads must be floated and sections
830+
// cannot be empty.
831+
832+
// [[release-notes-n.n.n]]
833+
// == {es} n.n.n
834+
835+
//[float]
836+
//=== Breaking Changes
837+
838+
//[float]
839+
//=== Breaking Java Changes
840+
841+
//[float]
842+
//=== Deprecations
843+
844+
//[float]
845+
//=== New Features
846+
847+
//[float]
848+
//=== Enhancements
849+
850+
//[float]
851+
//=== Bug Fixes
808852

809-
=== Known Issues
810853
//[float]
811854
//=== Regressions
812855

0 commit comments

Comments
 (0)