diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index 9815765cd8..3c5bb43f89 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in each release. +* <> * <> * <> * <> diff --git a/docs/release-notes/8.19.asciidoc b/docs/release-notes/8.19.asciidoc index 170eb77ba9..7350f2ff71 100644 --- a/docs/release-notes/8.19.asciidoc +++ b/docs/release-notes/8.19.asciidoc @@ -1,11 +1,42 @@ [[release-notes-header-8.19.0]] == 8.19 +[discrete] +[[release-notes-8.19.18]] +=== 8.19.18 + +[discrete] +[[bug-fixes-8.19.18]] +==== Fixes +* Fixes an issue where the rule editing UI rejected valid semver range version constraints (such as `^8.2.0 || ^9.0.0`) on related integrations [ ({kibana-pull}274133[#274133]). +* Fixes an issue in the AI Assistant where selecting all conversations and then saving an edit to a single conversation deleted all conversations instead of updating only the edited one ({kibana-pull}274033[#274033]). +* Fixes `bulk_max_size` output setting validation in {elastic-defend}. [discrete] [[release-notes-8.19.17]] === 8.19.17 +[discrete] +[[known-issue-8.19.17]] +==== Known issues + +// tag::known-issue[] +[discrete] +.ProblemChild and DGA integrations fail to install +[%collapsible] +==== +*Details* + +The https://www.elastic.co/docs/reference/integrations/problemchild[ProblemChild] (Living off the Land Detection) and https://www.elastic.co/docs/reference/integrations/dga[DGA] integration packages fail to install. This is caused by an {es} validation that limits field names in trained models to 100 characters. + +*Workaround* + +Upgrade to {stack} 8.19.18. + +*Resolved* + +This issue is fixed in {stack} 8.19.18. + +==== +// end::known-issue[] + [discrete] [[bug-fixes-8.19.17]] ==== Fixes