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

Commit

Permalink
Update release notes for 1.12.0.2 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftianli-amzn authored Dec 10, 2020
1 parent da5ac6c commit 24c76ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kibana.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "opendistroAlertingKibana",
"version": "1.12.0.0",
"version": "1.12.0.2",
"kibanaVersion": "7.10.0",
"configPath": ["opendistro_alerting"],
"requiredPlugins": [],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opendistro-alerting",
"version": "1.12.0.1",
"version": "1.12.0.2",
"description": "Kibana Alerting Plugin",
"main": "index.js",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 1.12.0.1, 2020-12-03
## Version 1.12.0.2, 2020-12-09

Compatible with Kibana 7.10.0

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

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

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

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

### Refactoring
* Migrate Alerting Kibana plugin to the new Kibana Platform ([#209](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/209))
* 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))
* Remove Kibana icon for the ODFE category in side bar ([#218](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/218))
* Remove Kibana icon for the ODFE category in side bar ([#218](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/218))
* 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))
* 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))
* 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))
* Passing 'core.notifications' to 'Email' and 'EmailRecipients' components ([#225](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/225))

0 comments on commit 24c76ee

Please sign in to comment.