Skip to content

Commit 4400448

Browse files
jakelandisbmorelli25
authored andcommitted
7.2.0 release notes (#43343)
1 parent e11afec commit 4400448

File tree

4 files changed

+544
-11
lines changed

4 files changed

+544
-11
lines changed

docs/reference/migration/migrate_7_2.asciidoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,11 @@ your application to Elasticsearch 7.2.
99

1010
See also <<release-highlights>> and <<es-release-notes>>.
1111

12-
coming[7.2.0]
13-
1412
//NOTE: The notable-breaking-changes tagged regions are re-used in the
1513
//Installation and Upgrade Guide
1614

1715
//tag::notable-breaking-changes[]
1816

19-
// end::notable-breaking-changes[]
20-
2117
[float]
2218
[[breaking_72_discovery_changes]]
2319
=== Discovery changes
@@ -30,3 +26,5 @@ In earlier versions you could include a range of ports in entries in the
3026
unexpectedly ignored the rest. For instance if you set `discovery.seed_hosts:
3127
"10.11.12.13:9300-9310"` then {es} would only use `10.11.12.13:9300` for
3228
discovery. Seed host addresses containing port ranges are now rejected.
29+
30+
// end::notable-breaking-changes[]

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
This section summarizes the changes in each release.
88

9+
* <<release-notes-7.2.0>>
910
* <<release-notes-7.1.1>>
1011
* <<release-notes-7.1.0>>
1112
* <<release-notes-7.0.0>>
@@ -17,6 +18,7 @@ This section summarizes the changes in each release.
1718

1819
--
1920

21+
include::release-notes/7.2.asciidoc[]
2022
include::release-notes/7.1.asciidoc[]
2123
include::release-notes/7.0.asciidoc[]
2224
include::release-notes/7.0.0-rc2.asciidoc[]

0 commit comments

Comments
 (0)