File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,5 @@ As a general rule:
2020See <<setup-upgrade>> for more info.
2121--
2222include::migrate_6_0.asciidoc[]
23+
24+ include::migrate_6_1.asciidoc[]
Original file line number Diff line number Diff line change 1+ [[breaking-changes-6.1]]
2+ == Breaking changes in 6.1
3+
4+ [[breaking_61_packaging]]
5+ [float]
6+ === Bootstrap checks now apply to link-local addresses
7+
8+ Previously when Elasticsearch was bound to localhost, Elasticsearch would bind
9+ to any address on the loopback device. This included link-local addresses on the
10+ loopback device such as `fe80::1%lo0` on macOS. Starting in 6.1.2, Elasticsearch
11+ will now only bind to loopback addresses on the loopback device. Because of the
12+ previous behavior, Elasticsearch would skip the bootstrap checks if bound to a
13+ link-local address. Now that Elasticsearch no longer binds to such addresses
14+ when binding to localhost, the bootstrap checks now apply to link-local
15+ addresses.
You can’t perform that action at this time.
0 commit comments