Skip to content

Commit aa7fa28

Browse files
nastasha-solomonbenironside
authored andcommitted
First draft
1 parent 643b772 commit aa7fa28

File tree

2 files changed

+24
-7
lines changed

2 files changed

+24
-7
lines changed

docs/release-notes.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
This section summarizes the changes in each release.
55

6+
* <<release-notes-8.16.1, {elastic-sec} version 8.16.1>>
67
* <<release-notes-8.16.0, {elastic-sec} version 8.16.0>>
78
* <<release-notes-8.15.4, {elastic-sec} version 8.15.4>>
89
* <<release-notes-8.15.3, {elastic-sec} version 8.15.3>>

docs/release-notes/8.16.asciidoc

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
[[release-notes-header-8.16.0]]
22
== 8.16
33

4+
[discrete]
5+
[[release-notes-8.16.1]]
6+
=== 8.16.1
7+
8+
[discrete]
9+
[[bug-fixes-8.16.1]]
10+
==== Bug fixes
11+
* Fixes a bug that caused the **Alerts** to page crash if you upgraded to 8.16 and accessed the page in a non-default {kib} space ({kibana-pull}200058[#200058]).
12+
* Fetching Assistant Knowledge Base fails when current user's username contains a : character ({kibana-pull}200131[#200131]).
13+
* Index Values are not available in dropdown under New Index Enter for Knowledge Base ({kibana-pull}199990[#199990]).
14+
* Fixes `required_fields` being removed after rule `PATCH` calls ({kibana-pull}199901[#199901]).
15+
* Update file validation because the file type is empty on windows ({kibana-pull}199791[#199791]).
16+
* API changes for right placement of deleting the old component template ({kibana-pull}199734[#199734]).
17+
* Improve asset criticality bulk error when entities are duplicated ({kibana-pull}199651[#199651]).
18+
* Fixes a time skew bug when Linux VMs using eBPF event probes are suspended and then resumed.
19+
420
[discrete]
521
[[release-notes-8.16.0]]
622
=== 8.16.0
@@ -65,7 +81,10 @@ On November 12, 2024, it was discovered that manually running a custom query rul
6581
On November 14, 2024, it was discovered that the **Alerts** page would crash and display an `Unable to load` error if you upgraded to 8.16 and accessed the page in a non-default {kib} space.
6682
6783
*Workaround* +
68-
Manually edit your browser's local storage and refresh the **Alerts** page:
84+
85+
Upgrade to 8.16.1.
86+
87+
Alternatively, manually edit your browser's local storage and refresh the **Alerts** page:
6988
7089
NOTE: These instructions only apply to the Google Chrome browser. Modify the steps based on the browser you're using.
7190
@@ -75,15 +94,12 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste
7594
. Search for the `siem.<space_name>.pageFilters` key, right-click on the value, then click *Delete*. If you have multiple non-default spaces, do this for each space.
7695
. Refresh the **Alerts** page to reload it.
7796
97+
*Resolved* +
98+
On November 21, 2024, this issue was resolved.
99+
78100
====
79101
// end::known-issue-53[]
80102

81-
[discrete]
82-
[[breaking-changes-8.16.0]]
83-
==== Breaking changes
84-
85-
* During shutdown, {kib} now waits for all the ongoing requests to complete according to the `server.shutdownTimeout` setting. During that period, the incoming socket is closed and any new incoming requests are rejected. Before this update, new incoming requests received a response with the status code 503 and body `{ "message": "{kib} is shutting down and not accepting new incoming requests" }`.
86-
87103
[discrete]
88104
[[features-8.16.0]]
89105
==== New features

0 commit comments

Comments
 (0)