From 9ed60db7556403652a08774d120719e197487aac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Oct 2024 18:52:03 +0000 Subject: [PATCH] Add 2.18 release notes (#1347) Signed-off-by: Tyler Ohlsen (cherry picked from commit da73506c28524a7adbda20f0aa6107f94fe1a420) Signed-off-by: github-actions[bot] --- ...arch-anomaly-detection.release-notes-2.18.0.0.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 release-notes/opensearch-anomaly-detection.release-notes-2.18.0.0.md diff --git a/release-notes/opensearch-anomaly-detection.release-notes-2.18.0.0.md b/release-notes/opensearch-anomaly-detection.release-notes-2.18.0.0.md new file mode 100644 index 000000000..fee194023 --- /dev/null +++ b/release-notes/opensearch-anomaly-detection.release-notes-2.18.0.0.md @@ -0,0 +1,13 @@ +## Version 2.18.0.0 Release Notes + +Compatible with OpenSearch 2.18.0 + +### Enhancements +* Add rule validation in AnomalyDetector constructor ([#1341](https://github.com/opensearch-project/anomaly-detection/pull/1341)) + +### Bug Fixes +* Bump RCF Version and Fix Default Rules Bug in AnomalyDetector ([#1334](https://github.com/opensearch-project/anomaly-detection/pull/1334)) + +### Infrastructure +* forward port flaky test fix and add forecasting security tests ([#1329](https://github.com/opensearch-project/anomaly-detection/pull/1329)) +* Updating several dependencies ([#1337](https://github.com/opensearch-project/anomaly-detection/pull/1337)) \ No newline at end of file