From 1d9da50bc4c3ea37ee46e735118369323265784b Mon Sep 17 00:00:00 2001 From: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com> Date: Wed, 8 Sep 2021 11:17:41 -0700 Subject: [PATCH] Add release notes for 1.1.0.0 release (#166) Signed-off-by: Mohammad Qureshi --- ...ensearch-alerting.release-notes-1.1.0.0.md | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 release-notes/opensearch-alerting.release-notes-1.1.0.0.md diff --git a/release-notes/opensearch-alerting.release-notes-1.1.0.0.md b/release-notes/opensearch-alerting.release-notes-1.1.0.0.md new file mode 100644 index 000000000..2ec826afd --- /dev/null +++ b/release-notes/opensearch-alerting.release-notes-1.1.0.0.md @@ -0,0 +1,45 @@ +## Version 1.1.0.0 2021-09-08 + +Compatible with OpenSearch 1.1.0 + +### Features + +* Add BucketSelector pipeline aggregation extension ([#144](https://github.com/opensearch-project/alerting/pull/144)) +* Add AggregationResultBucket ([#148](https://github.com/opensearch-project/alerting/pull/148)) +* Add ActionExecutionPolicy ([#149](https://github.com/opensearch-project/alerting/pull/149)) +* Refactor Monitor and Trigger to split into Query-Level and Bucket-Level Monitors ([#150](https://github.com/opensearch-project/alerting/pull/150)) +* Update InputService for Bucket-Level Alerting ([#152](https://github.com/opensearch-project/alerting/pull/152)) +* Update TriggerService for Bucket-Level Alerting ([#153](https://github.com/opensearch-project/alerting/pull/153)) +* Update AlertService for Bucket-Level Alerting ([#154](https://github.com/opensearch-project/alerting/pull/154)) +* Add worksheets to help with testing ([#151](https://github.com/opensearch-project/alerting/pull/151)) +* Update MonitorRunner for Bucket-Level Alerting ([#155](https://github.com/opensearch-project/alerting/pull/155)) +* Fix ktlint formatting issues ([#156](https://github.com/opensearch-project/alerting/pull/156)) +* Execute Actions on runTrigger exceptions for Bucket-Level Monitor ([#157](https://github.com/opensearch-project/alerting/pull/157)) +* Skip execution of Actions on ACKNOWLEDGED Alerts for Bucket-Level Monitors ([#158](https://github.com/opensearch-project/alerting/pull/158)) +* Return first page of input results in MonitorRunResult for Bucket-Level Monitor ([#159](https://github.com/opensearch-project/alerting/pull/159)) +* Add setting to limit per alert action executions and don't save Alerts for test Bucket-Level Monitors ([#161](https://github.com/opensearch-project/alerting/pull/161)) +* Resolve default for ActionExecutionPolicy at runtime ([#165](https://github.com/opensearch-project/alerting/pull/165)) + +### Bug Fixes + +* Removing All Usages of Action Get Method Calls and adding the listeners ([#130](https://github.com/opensearch-project/alerting/pull/130)) +* Fix bug in paginating multiple bucket paths for Bucket-Level Monitor ([#163](https://github.com/opensearch-project/alerting/pull/163)) +* Various bug fixes for Bucket-Level Alerting ([#164](https://github.com/opensearch-project/alerting/pull/164)) +* Return only monitors for /monitors/_search ([#162](https://github.com/opensearch-project/alerting/pull/162)) + +### Infrastructure + +* Add Integtest.sh for OpenSearch integtest setups ([#121](https://github.com/opensearch-project/alerting/pull/121)) +* Fix snapshot build and increment to 1.1.0 ([#142](https://github.com/opensearch-project/alerting/pull/142)) + +### Documentation + +* Update Bucket-Level Alerting RFC ([#145](https://github.com/opensearch-project/alerting/pull/145)) + +### Maintenance + +* Remove default assignee ([#127](https://github.com/opensearch-project/alerting/pull/127)) + +### Refactoring + +* Refactor MonitorRunner ([#143](https://github.com/opensearch-project/alerting/pull/143)) \ No newline at end of file