Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 5429e76

Browse files
authored
Re-arrange Release Notes by the Standard Guideline (#208)
1 parent 573986b commit 5429e76

13 files changed

+94
-105
lines changed

opendistro-elasticsearch-alerting.release-notes.md

Lines changed: 0 additions & 105 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## 2019-01-31, Version 0.7.0.0
2+
3+
### New Features
4+
5+
This is the first release of the OpenDistro Elasticsearch Alerting plugin.
6+
7+
Allows users to create and schedule **monitors** to run periodic queries of data in Elasticsearch.
8+
Results of periodic queries are evaluated against the monitor's **triggers** to see if they meet certain criteria.
9+
If criteria is met, **alerts** are generated and saved in an Elasticsearch index and the user is notified by the trigger's **actions**.
10+
Actions are messages using mustache templating created by the user that are sent to **destinations**.
11+
Destinations are locations where action messages are sent, such as email server, slack, chime, or custom webhooks.
12+
Alerts can be acknowledged to mute notifications.
13+
14+
Adds backend REST API used for basic CRUD, search operations, and testing on monitors as well as acknowledging alerts.
15+
16+
Adds configuration API to enable/disable monitoring.
17+
18+
Adds stats API to check the status of plugin and ensure everything is working as expected.
19+
20+
Adds API support for create, update, and deleting destinations.
21+
22+
### Commits
23+
24+
* [[`4771e6c`](https://github.com/mauve-hedgehog/opendistro-elasticsearch-alerting/commit/4771e6c5ce6f541fc84f1290ac2fd43f64f3dcb2)] Initial release for OpenDistro Elasticsearch Alerting
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 2019-04-02, Version 0.8.0.0
2+
3+
### New Features
4+
* Adds support for Elasticsearch 6.6.2 - [PR #8](https://github.com/opendistro-for-elasticsearch/alerting/pull/8)
5+
* Upgrade to latest Kotlin version - [PR #7](https://github.com/opendistro-for-elasticsearch/alerting/pull/7)
6+
7+
### Bug Fixes
8+
* Fixed task name in build instructions - [PR #12](https://github.com/opendistro-for-elasticsearch/alerting/pull/12)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 2019-04-24, Version 0.9.0.0
2+
3+
### New Features
4+
* Adds support for Elasticsearch 6.7.1 - #19
5+
* Add http proxy support to outgoing notifications - #23
6+
* Allow encoding while constructing HTTP request for sending notification - [PR #35](https://github.com/opendistro-for-elasticsearch/alerting/pull/35)
7+
* Add build for Debian - #36
8+
9+
### Bug Fixes
10+
* Fix update LastFullSweepTime if the index doesn't exist - #17
11+
* Adds more alert properties to templateArgs for context variable - #26
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 2019-06-25, Version 1.0.0.0
2+
3+
### New Features
4+
* Adds support for Elasticsearch 7.0.1 - [PR #41](https://github.com/opendistro-for-elasticsearch/alerting/pull/41)
5+
* Adds support for throttling on actions - [PR #48](https://github.com/opendistro-for-elasticsearch/alerting/pull/48)
6+
7+
### Bug Fixes
8+
* Validate all 2XX status code in Webhook response - [PR #50](https://github.com/opendistro-for-elasticsearch/alerting/pull/50)
9+
* Allows encoding while constructing HTTP request for sending notification - [PR #35](https://github.com/opendistro-for-elasticsearch/alerting/pull/35)
10+
* Convert AlertMover/MonitorRunner to coroutines - [PR #11](https://github.com/opendistro-for-elasticsearch/alerting/pull/11)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 2019-07-25, Version 1.1.0.0
2+
3+
### New Features
4+
* Adds support for Elasticsearch 7.1.1 - [PR #74](https://github.com/opendistro-for-elasticsearch/alerting/pull/74)
5+
* Return stack trace for errors in Groovy/Painless script in UI when creating a trigger - [PR #72](https://github.com/opendistro-for-elasticsearch/alerting/pull/72)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 2019-09-20, Version 1.2.0.0
2+
3+
### New Features
4+
* Adds support for Elasticsearch 7.2.0 - [PR #89](https://github.com/opendistro-for-elasticsearch/alerting/pull/89)
5+
6+
### Bug Fixes
7+
* Fixes integTestRunner build task - [PR #83](https://github.com/opendistro-for-elasticsearch/alerting/pull/83)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 2019-09-24, Version 1.2.0.1
2+
3+
### Bug Fixes
4+
* Updated execute API to keep thread context - [PR #90](https://github.com/opendistro-for-elasticsearch/alerting/pull/90)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 2019-11-14, Version 1.3.0.0
2+
3+
### Bug Fixes
4+
* Fixes allowing interval to be set with 0 or negative values - [PR #92](https://github.com/opendistro-for-elasticsearch/alerting/pull/92)
5+
* Cleanup ElasticThreadContextElement - [PR #95](https://github.com/opendistro-for-elasticsearch/alerting/pull/95)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 2020-02-07, Version 1.4.0.0
2+
3+
### New Features
4+
* Adds settings to disable alert history and delete old history indices - [PR #143](https://github.com/opendistro-for-elasticsearch/alerting/pull/143)
5+
* Adds support for Elasticsearch 7.4.2 - [PR #141](https://github.com/opendistro-for-elasticsearch/alerting/pull/141)
6+
* Adds maven publish task for notification subproject for other plugins to utilize - [PR #97](https://github.com/opendistro-for-elasticsearch/alerting/pull/97)
7+
8+
### Bug Fixes
9+
* Removes unsupported HttpInput types which was breaking Alerting Kibana - [PR #162](https://github.com/opendistro-for-elasticsearch/alerting/pull/162)
10+
* Fixes missing constructors for Stats when updating to 7.4.2 - [PR #142](https://github.com/opendistro-for-elasticsearch/alerting/pull/142)
11+
* Fixes multi node alerting stats API - [PR #128](https://github.com/opendistro-for-elasticsearch/alerting/pull/128)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 2020-04-03, Version 1.6.0.0
2+
3+
### New Features
4+
* Adds support for Elasticsearch 7.6.1 - [PR #186](https://github.com/opendistro-for-elasticsearch/alerting/pull/186)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## 2020-05-13, Version 1.7.0.0
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 2020-05-19, Version 1.8.0.0
2+
3+
### New Features
4+
* Adds support for Elasticsearch 7.7.0 - [PR #205](https://github.com/opendistro-for-elasticsearch/alerting/pull/205)

0 commit comments

Comments
 (0)