From c3476fe24d0dcd64e3dc6e95d4e308d68fd1c408 Mon Sep 17 00:00:00 2001 From: Chase <62891993+engechas@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:58:05 -0700 Subject: [PATCH] Add 2.15 release notes (#1061) Signed-off-by: Chase Engelbrecht --- ...h-security-analytics.release-notes-2.15.0.0.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 release-notes/opensearch-security-analytics.release-notes-2.15.0.0.md diff --git a/release-notes/opensearch-security-analytics.release-notes-2.15.0.0.md b/release-notes/opensearch-security-analytics.release-notes-2.15.0.0.md new file mode 100644 index 000000000..a93be647e --- /dev/null +++ b/release-notes/opensearch-security-analytics.release-notes-2.15.0.0.md @@ -0,0 +1,15 @@ +## Version 2.15.0.0 2024-06-10 + +Compatible with OpenSearch 2.15.0 + +### Maintenance +* Increment version to 2.15.0-SNAPSHOT. ([#1055](https://github.com/opensearch-project/security-analytics/pull/1055)) +* Fix codecov calculation ([#1021](https://github.com/opensearch-project/security-analytics/pull/1021)) +* Stabilize integ tests ([#1014](https://github.com/opensearch-project/security-analytics/pull/1014)) + +### Bug Fixes +* Fix chained findings monitor logic in update detector flow ([#1019](https://github.com/opensearch-project/security-analytics/pull/1019)) +* Change default filter to time based fields ([#1030](https://github.com/opensearch-project/security-analytics/pull/1030)) + +### Documentation +* Added 2.15.0 release notes. ([#1061](https://github.com/opensearch-project/security-analytics/pull/1061)) \ No newline at end of file