Skip to content

Commit e712b31

Browse files
authored
Update docs for v7.17.15 release (#102077)
1 parent 0b8ecfb commit e712b31

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

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.17.15>>
910
* <<release-notes-7.17.14>>
1011
* <<release-notes-7.17.13>>
1112
* <<release-notes-7.17.12>>
@@ -75,6 +76,7 @@ This section summarizes the changes in each release.
7576

7677
--
7778

79+
include::release-notes/7.17.15.asciidoc[]
7880
include::release-notes/7.17.14.asciidoc[]
7981
include::release-notes/7.17.13.asciidoc[]
8082
include::release-notes/7.17.12.asciidoc[]
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[[release-notes-7.17.15]]
2+
== {es} version 7.17.15
3+
4+
Also see <<breaking-changes-7.17,Breaking changes in 7.17>>.
5+
6+
[[bug-7.17.15]]
7+
[float]
8+
=== Bug fixes
9+
10+
ILM+SLM::
11+
* `WaitForSnapshotStep` now verifies that the index belongs to the latest snapshot of that SLM policy {es-pull}100911[#100911] (issue: {es-issue}57809[#57809])
12+
13+
Network::
14+
* Ensure that all failures in `TcpTransport#openConnection` are treated consistently (all exceptions are now passed
15+
to the listener). {es-pull}101907[#101907] (issue: {es-issue}100510[#100510])
16+
* Protect `NodeConnectionsService` from stale connections {es-pull}92558[#92558] (issue: {es-issue}92029[#92029])
17+
18+
Snapshot/Restore::
19+
* Fix race condition in `SnapshotsService` {es-pull}101652[#101652]
20+
21+
[[upgrade-7.17.15]]
22+
[float]
23+
=== Upgrades
24+
25+
Packaging::
26+
* Update bundled JDK to 21.0.1 {es-pull}101133[#101133]
27+
28+

0 commit comments

Comments
 (0)