Skip to content

Commit c2aad81

Browse files
committed
Note discovery-file's deprecation in release notes
This change adds a note about the deprecation of the `discovery-file` plugin to the release docs for 6.5. Relates elastic#33257
1 parent 2e70890 commit c2aad81

File tree

3 files changed

+96
-36
lines changed

3 files changed

+96
-36
lines changed

docs/reference/release-notes.asciidoc

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
--
66
This section summarizes the changes in each release.
77

8+
* <<release-notes-6.5.0>>
89
* <<release-notes-6.4.0>>
910
* <<release-notes-6.3.2>>
1011
* <<release-notes-6.3.1>>
@@ -31,6 +32,7 @@ This section summarizes the changes in each release.
3132

3233
--
3334

35+
include::release-notes/6.5.asciidoc[]
3436
include::release-notes/6.4.asciidoc[]
3537
include::release-notes/6.3.asciidoc[]
3638
include::release-notes/6.2.asciidoc[]

docs/reference/release-notes/6.4.asciidoc

-36
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,3 @@
1-
////
2-
// To add a release, copy and paste the following text, uncomment the relevant
3-
// sections, and add a link to the new section in the list of releases at the
4-
// top of the page. Note that release subheads must be floated and sections
5-
// cannot be empty.
6-
// TEMPLATE
7-
8-
// [[release-notes-n.n.n]]
9-
// == {es} n.n.n
10-
11-
//[float]
12-
[[breaking-n.n.n]]
13-
//=== Breaking Changes
14-
15-
//[float]
16-
//=== Breaking Java Changes
17-
18-
//[float]
19-
//=== Deprecations
20-
21-
//[float]
22-
//=== New Features
23-
24-
//[float]
25-
//=== Enhancements
26-
27-
//[float]
28-
//=== Bug Fixes
29-
30-
//[float]
31-
//=== Regressions
32-
33-
//[float]
34-
//=== Known Issues
35-
////
36-
371
[[release-notes-6.4.0]]
382
== {es} version 6.4.0
393

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
////
2+
// To add a release, copy and paste the following text, uncomment the relevant
3+
// sections, and add a link to the new section in the list of releases in
4+
// ../release-notes.asciidoc. Note that release subheads must be floated and
5+
// sections cannot be empty.
6+
// TEMPLATE
7+
8+
// [[release-notes-n.n.n]]
9+
// == {es} n.n.n
10+
11+
// coming[n.n.n]
12+
13+
// Also see <<breaking-changes-n.n>>.
14+
15+
// [float]
16+
// [[breaking-n.n.n]]
17+
// === Breaking Changes
18+
19+
// [float]
20+
// [[breaking-java-n.n.n]]
21+
// === Breaking Java Changes
22+
23+
// [float]
24+
// [[deprecation-n.n.n]]
25+
// === Deprecations
26+
27+
// [float]
28+
// [[feature-n.n.n]]
29+
// === New Features
30+
31+
// [float]
32+
// [[enhancement-n.n.n]]
33+
// === Enhancements
34+
35+
// [float]
36+
// [[bug-n.n.n]]
37+
// === Bug Fixes
38+
39+
// [float]
40+
// [[regression-n.n.n]]
41+
// === Regressions
42+
43+
// [float]
44+
// === Known Issues
45+
////
46+
47+
[[release-notes-6.5.0]]
48+
== {es} 6.5.0
49+
50+
coming[6.5.0]
51+
52+
Also see <<breaking-changes-6.5>>.
53+
54+
// [float]
55+
// [[breaking-6.5.0]]
56+
// === Breaking Changes
57+
58+
[float]
59+
[[breaking-java-6.5.0]]
60+
=== Breaking Java Changes
61+
62+
Discovery-Plugins::
63+
* File-based discovery moved out of the `discovery-file` plugin and into core
64+
Elasticsearch {pull}33241[#33241] (issue: {issue}33030[#33030])
65+
66+
// [float]
67+
// [[deprecation-6.5.0]]
68+
// === Deprecations
69+
70+
Discovery-Plugins::
71+
* The `discovery-file` plugin is deprecated. Additionally, the expected
72+
location of the hosts file has moved from
73+
`$ES_PATH_CONF/discovery-file/unicast_hosts.txt` to
74+
`$ES_PATH_CONF/unicast_hosts.txt`, and the former location is deprecated.
75+
{pull}33241[#33241] (issue: {issue}33030[#33030])
76+
77+
// [float]
78+
// [[feature-6.5.0]]
79+
// === New Features
80+
81+
// [float]
82+
// [[enhancement-6.5.0]]
83+
// === Enhancements
84+
85+
// [float]
86+
// [[bug-6.5.0]]
87+
// === Bug Fixes
88+
89+
// [float]
90+
// [[regression-6.5.0]]
91+
// === Regressions
92+
93+
// [float]
94+
// === Known Issues

0 commit comments

Comments
 (0)