forward port 8.2.3 release notes (#87663)

This commit is contained in:
Jake Landis 2022-06-14 13:52:00 -05:00 committed by GitHub
parent 79a818e815
commit 51ea9c39ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 0 deletions

View file

@ -6,6 +6,7 @@
This section summarizes the changes in each release.
* <<release-notes-8.2.3>>
* <<release-notes-8.2.2>>
* <<release-notes-8.2.1>>
* <<release-notes-8.2.0>>
@ -23,6 +24,7 @@ This section summarizes the changes in each release.
--
include::release-notes/8.2.3.asciidoc[]
include::release-notes/8.2.2.asciidoc[]
include::release-notes/8.2.1.asciidoc[]
include::release-notes/8.2.0.asciidoc[]

View file

@ -0,0 +1,35 @@
[[release-notes-8.2.3]]
== {es} version 8.2.3
Also see <<breaking-changes-8.2,Breaking changes in 8.2>>.
[[bug-8.2.3]]
[float]
=== Bug fixes
Authorization::
* Fix resolution of wildcard application privileges {es-pull}87293[#87293]
CCR::
* Remove some blocking in CcrRepository {es-pull}87235[#87235]
Indices APIs::
* Add Resolve Index API to the "read" permission for an index {es-pull}87052[#87052] (issue: {es-issue}86977[#86977])
Infra/Core::
* Clean up `DeflateCompressor` after exception {es-pull}87163[#87163] (issue: {es-issue}87160[#87160])
Security::
* Security plugin close releasable realms {es-pull}87429[#87429] (issue: {es-issue}86286[#86286])
Snapshot/Restore::
* Fork after calling `getRepositoryData` from `StoreRecovery` {es-pull}87254[#87254] (issue: {es-issue}87237[#87237])
[[enhancement-8.2.3]]
[float]
=== Enhancements
Infra/Core::
* Force property expansion for security policy {es-pull}87396[#87396]