Skip to content

Commit

Permalink
[8.3][doc] Add known issue to all affected versions due to jackson pa…
Browse files Browse the repository at this point in the history
…rsing bug (#93915) (#94057)

relates #92480
relates #92984
  • Loading branch information
pgomulka authored Feb 23, 2023
1 parent 5884385 commit f180bca
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/reference/release-notes/8.0.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ Then, create an enrollment token for {kib} with the
bin/elasticsearch-create-enrollment-token -s kibana
----
--
// tag::jackson-filtering-bug[]
* Parsing a request when the last element in an array is filtered out
(for instance using `_source_includes`) fails. This
is due to https://github.com/FasterXML/jackson-core/issues/882[a bug in Jackson parser].
Fixed in {es} 8.6.1 ({es-pull}92480[#91456])
// end::jackson-filtering-bug[]


[[breaking-8.0.0]]
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/release-notes/8.0.1.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
== {es} version 8.0.1

Also see <<breaking-changes-8.0,Breaking changes in 8.0>>.
[[known-issues-8.0.1]]
[float]
=== Known issues

include::8.0.0.asciidoc[tag=jackson-filtering-bug]
[[bug-8.0.1]]
[float]
=== Bug fixes
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/release-notes/8.1.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
== {es} version 8.1.0

Also see <<breaking-changes-8.1,Breaking changes in 8.1>>.
[[known-issues-8.1.0]]
[float]
=== Known issues

include::8.0.0.asciidoc[tag=jackson-filtering-bug]
[[breaking-8.1.0]]
[float]
=== Breaking changes
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/release-notes/8.1.1.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
== {es} version 8.1.1

Also see <<breaking-changes-8.1,Breaking changes in 8.1>>.
[[known-issues-8.1.1]]
[float]
=== Known issues

include::8.0.0.asciidoc[tag=jackson-filtering-bug]
[[bug-8.1.1]]
[float]
=== Bug fixes
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/release-notes/8.1.2.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
== {es} version 8.1.2

Also see <<breaking-changes-8.1,Breaking changes in 8.1>>.
[[known-issues-8.1.2]]
[float]
=== Known issues

include::8.0.0.asciidoc[tag=jackson-filtering-bug]
[[bug-8.1.2]]
[float]
=== Bug fixes
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/release-notes/8.1.3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
== {es} version 8.1.3

Also see <<breaking-changes-8.1,Breaking changes in 8.1>>.
[[known-issues-8.1.3]]
[float]
=== Known issues

include::8.0.0.asciidoc[tag=jackson-filtering-bug]
[[bug-8.1.3]]
[float]
=== Bug fixes
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/release-notes/8.2.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
== {es} version 8.2.0

// Also see <<breaking-changes-8.2,Breaking changes in 8.2>>.
[[known-issues-8.2.0]]
[float]
=== Known issues

include::8.0.0.asciidoc[tag=jackson-filtering-bug]
[[bug-8.2.0]]
[float]
=== Bug fixes
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/release-notes/8.2.1.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
== {es} version 8.2.1

Also see <<breaking-changes-8.2,Breaking changes in 8.2>>.
[[known-issues-8.2.1]]
[float]
=== Known issues

include::8.0.0.asciidoc[tag=jackson-filtering-bug]
[[bug-8.2.1]]
[float]
=== Bug fixes
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/release-notes/8.2.2.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
== {es} version 8.2.2

Also see <<breaking-changes-8.2,Breaking changes in 8.2>>.
[[known-issues-8.2.2]]
[float]
=== Known issues

include::8.0.0.asciidoc[tag=jackson-filtering-bug]
[[bug-8.2.2]]
[float]
=== Bug fixes
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/release-notes/8.2.3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
== {es} version 8.2.3

Also see <<breaking-changes-8.2,Breaking changes in 8.2>>.
[[known-issues-8.2.3]]
[float]
=== Known issues

include::8.0.0.asciidoc[tag=jackson-filtering-bug]
[[bug-8.2.3]]
[float]
=== Bug fixes
Expand Down
6 changes: 4 additions & 2 deletions docs/reference/release-notes/8.3.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ Also see <<breaking-changes-8.3,Breaking changes in 8.3>>.
[discrete]
=== Known issues

* 8.3.0 has an issue that could cause creating and accessing snapshots against Azure snapshot repositories
to fail authenticating when using SAS tokens. This impacts self-managed customers who have deployed 8.3.0.
* 8.3.0 has an issue that could cause creating and accessing snapshots against Azure snapshot repositories
to fail authenticating when using SAS tokens. This impacts self-managed customers who have deployed 8.3.0.
Elastic Cloud Azure deployments are not currently being upgraded to 8.3.0 and are not impacted as a result (issue: {es-issue}88140[#88140])

include::8.0.0.asciidoc[tag=jackson-filtering-bug]

[[bug-8.3.0]]
[float]
=== Bug fixes
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/release-notes/8.3.1.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
coming[8.3.1]

Also see <<breaking-changes-8.3,Breaking changes in 8.3>>.
[[known-issues-8.3.1]]
[float]
=== Known issues

include::8.0.0.asciidoc[tag=jackson-filtering-bug]
[[bug-8.3.1]]
[float]
=== Bug fixes
Expand Down
8 changes: 7 additions & 1 deletion docs/reference/release-notes/8.3.2.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Also see <<breaking-changes-8.3,Breaking changes in 8.3>>.

{es} 8.3.2 is a version compatibility release for the {stack}.

[[known-issues-8.3.2]]
[float]
=== Known issues

include::8.0.0.asciidoc[tag=jackson-filtering-bug]

[[bug-8.3.2]]
[float]
=== Bug fixes
Expand All @@ -17,4 +23,4 @@ Geo::
=== New features

Heath::
* Add user action for the `instance_has_master` indicator {es-pull}87963[#87963]
* Add user action for the `instance_has_master` indicator {es-pull}87963[#87963]
7 changes: 7 additions & 0 deletions docs/reference/release-notes/8.3.3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

Also see <<breaking-changes-8.3,Breaking changes in 8.3>>.

[[known-issues-8.3.3]]
[float]
=== Known issues

include::8.0.0.asciidoc[tag=jackson-filtering-bug]


[[bug-8.3.3]]
[float]
=== Bug fixes
Expand Down

0 comments on commit f180bca

Please sign in to comment.