Browse Source

[DOCS] Added 8.3.2 Release Notes stub (#88332)

* [DOCS] Added 8.3.2 Release Notes stub

* Update docs/reference/release-notes/8.3.2.asciidoc

Co-authored-by: Rory Hunter <pugnascotia@users.noreply.github.com>

Co-authored-by: Rory Hunter <pugnascotia@users.noreply.github.com>
debadair 3 years ago
parent
commit
1d667aa7e0
2 changed files with 22 additions and 0 deletions
  1. 2 0
      docs/reference/release-notes.asciidoc
  2. 20 0
      docs/reference/release-notes/8.3.2.asciidoc

+ 2 - 0
docs/reference/release-notes.asciidoc

@@ -7,6 +7,7 @@
 This section summarizes the changes in each release.
 
 * <<release-notes-8.4.0>>
+* <<release-notes-8.3.2>>
 * <<release-notes-8.3.1>>
 * <<release-notes-8.3.0>>
 * <<release-notes-8.2.3>>
@@ -28,6 +29,7 @@ This section summarizes the changes in each release.
 --
 
 include::release-notes/8.4.0.asciidoc[]
+include::release-notes/8.3.2.asciidoc[]
 include::release-notes/8.3.1.asciidoc[]
 include::release-notes/8.3.0.asciidoc[]
 include::release-notes/8.2.3.asciidoc[]

+ 20 - 0
docs/reference/release-notes/8.3.2.asciidoc

@@ -0,0 +1,20 @@
+[[release-notes-8.3.2]]
+== {es} version 8.3.2
+
+Also see <<breaking-changes-8.3,Breaking changes in 8.3>>.
+
+{es} 8.3.2 is a version compatibility release for the {stack}.
+
+[[bug-8.3.2]]
+[float]
+=== Bug fixes
+
+Geo::
+* Fix potential circuit breaker leak on `InternalGeoGrid` {es-pull}88273[#88273] (issue: {es-issue}88261[#88261])
+
+[[feature-8.3.2]]
+[float]
+=== New features
+
+Heath::
+* Add user action for the `instance_has_master` indicator {es-pull}87963[#87963]