-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs for v7.17.22 release (#109186)
- Loading branch information
1 parent
7ebb32d
commit e2ee2a0
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
[[release-notes-7.17.22]] | ||
== {es} version 7.17.22 | ||
|
||
coming[7.17.22] | ||
|
||
Also see <<breaking-changes-7.17,Breaking changes in 7.17>>. | ||
|
||
[[bug-7.17.22]] | ||
[float] | ||
=== Bug fixes | ||
|
||
Infra/CLI:: | ||
* Workaround G1 bug for JDK 22 and 22.0.1 {es-pull}108571[#108571] | ||
|
||
Mapping:: | ||
* Disable `index.mapper.dynamic` index setting validation {es-pull}109160[#109160] | ||
|
||
Security:: | ||
* Block specific config files from being read after startup {es-pull}107481[#107481] | ||
|
||
[[upgrade-7.17.22]] | ||
[float] | ||
=== Upgrades | ||
|
||
Packaging:: | ||
* Update bundled JDK to Java 22 (again) {es-pull}108654[#108654] | ||
|
||
Snapshot/Restore:: | ||
* Align all usages of protobuf to be 3.21.9 {es-pull}92123[#92123] | ||
|
||
|