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

Commit 24c76ee

Browse files
authored
Update release notes for 1.12.0.2 (#226)
1 parent da5ac6c commit 24c76ee

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

kibana.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "opendistroAlertingKibana",
3-
"version": "1.12.0.0",
3+
"version": "1.12.0.2",
44
"kibanaVersion": "7.10.0",
55
"configPath": ["opendistro_alerting"],
66
"requiredPlugins": [],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opendistro-alerting",
3-
"version": "1.12.0.1",
3+
"version": "1.12.0.2",
44
"description": "Kibana Alerting Plugin",
55
"main": "index.js",
66
"license": "Apache-2.0",
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 1.12.0.1, 2020-12-03
1+
## Version 1.12.0.2, 2020-12-09
22

33
Compatible with Kibana 7.10.0
44

@@ -8,17 +8,22 @@ Compatible with Kibana 7.10.0
88
### Enhancements
99
* Change the position of the plugin in the side bar ([#214](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/214))
1010
* Remove an unused import after the side bar change ([#216](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/216))
11+
* Add toast notifications for more backend errors ([#219](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/219))
1112

1213
### Bug Fixes
1314
* Fix 2 bugs in Anomaly Detection monitor ([#215](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/215))
1415

1516
### Documentation
16-
* Update release notes for 1.12.0.0 ([#217](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/217))
17+
* Update release notes for 1.12.0.2 ([#226](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/226))
1718

1819
### Maintenance
1920
* Add support for Kibana 7.10.0 ([#212](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/212))
2021

2122
### Refactoring
2223
* Migrate Alerting Kibana plugin to the new Kibana Platform ([#209](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/209))
2324
* Create a constant for the size of query results used for drop-down menus ([#213](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/213))
24-
* Remove Kibana icon for the ODFE category in side bar ([#218](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/218))
25+
* Remove Kibana icon for the ODFE category in side bar ([#218](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/218))
26+
* Fix issue that nothing is in 'Time field' dropdown when defining monitors by visual graph after the migration ([#222](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/222))
27+
* Remove 'JSON.stringify()' from constructing the body of API calls in request handlers ([#223](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/223))
28+
* Correct variable names of the response for 'getEmailAccount' and 'getEmailGroup' in the request handler ([#224](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/224))
29+
* Passing 'core.notifications' to 'Email' and 'EmailRecipients' components ([#225](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/225))

0 commit comments

Comments
 (0)