From ed3c79a6f365e08e6531d389e0e85d950ac99bae Mon Sep 17 00:00:00 2001 From: Ashish Agrawal Date: Thu, 7 Sep 2023 16:10:34 -0700 Subject: [PATCH] update release notes Signed-off-by: Ashish Agrawal --- release-notes/opensearch-alerting.release-notes-2.10.0.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-notes/opensearch-alerting.release-notes-2.10.0.0.md b/release-notes/opensearch-alerting.release-notes-2.10.0.0.md index 91d40f1a4..6f1d47d76 100644 --- a/release-notes/opensearch-alerting.release-notes-2.10.0.0.md +++ b/release-notes/opensearch-alerting.release-notes-2.10.0.0.md @@ -8,12 +8,14 @@ Compatible with OpenSearch 2.10.0 ### Feature * Add workflowIds field in getAlerts API ([#1014](https://github.com/opensearch-project/alerting/pull/1014)) * add alertId parameter in get chained alert API and paginate associated alerts if alertId param is mentioned ([#1071](https://github.com/opensearch-project/alerting/pull/1071)) +* Chained Alert Behaviour Changes ([#1079](https://github.com/opensearch-project/alerting/pull/1079)) ### Bug Fixes * fix get alerts alertState query filter ([#1064](https://github.com/opensearch-project/alerting/pull/1064)) ### Infrastructure * Upgrade the backport workflow ([#1028](https://github.com/opensearch-project/alerting/pull/1029)) +* Updates demo certs used in integ tests ([#1115](https://github.com/opensearch-project/alerting/pull/1115)) ### Refactoring * Update actionGet to SuspendUntil for ClusterMetrics ([#1067](https://github.com/opensearch-project/alerting/pull/1067))