Skip to content

Commit a6a10be

Browse files
authored
Note discovery-file's deprecation in release notes (#33259)
This change adds a note about the deprecation of the `discovery-file` plugin to the release docs for 6.5. Relates #33257
1 parent 49809e4 commit a6a10be

File tree

2 files changed

+96
-0
lines changed

2 files changed

+96
-0
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
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.1>>
910
* <<release-notes-6.4.0>>
1011
* <<release-notes-6.3.2>>
@@ -32,6 +33,7 @@ This section summarizes the changes in each release.
3233

3334
--
3435

36+
include::release-notes/6.5.asciidoc[]
3537
include::release-notes/6.4.asciidoc[]
3638
include::release-notes/6.3.asciidoc[]
3739
include::release-notes/6.2.asciidoc[]
Lines changed: 94 additions & 0 deletions
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)