From 24c76ee57e631d7143acd6a1043ce00ef204ee6a Mon Sep 17 00:00:00 2001 From: Tianli Feng <62041081+ftianli-amzn@users.noreply.github.com> Date: Wed, 9 Dec 2020 18:18:04 -0800 Subject: [PATCH] Update release notes for 1.12.0.2 (#226) --- kibana.json | 2 +- package.json | 2 +- ...h-alerting-kibana-plugin.release-notes-1.12.0.1.md | 11 ++++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/kibana.json b/kibana.json index 67d11ee2..36d72e0c 100644 --- a/kibana.json +++ b/kibana.json @@ -1,6 +1,6 @@ { "id": "opendistroAlertingKibana", - "version": "1.12.0.0", + "version": "1.12.0.2", "kibanaVersion": "7.10.0", "configPath": ["opendistro_alerting"], "requiredPlugins": [], diff --git a/package.json b/package.json index b4bf4bfc..087b7970 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/release-notes/opendistro-for-elasticsearch-alerting-kibana-plugin.release-notes-1.12.0.1.md b/release-notes/opendistro-for-elasticsearch-alerting-kibana-plugin.release-notes-1.12.0.1.md index 7f5e502f..9413dfd6 100644 --- a/release-notes/opendistro-for-elasticsearch-alerting-kibana-plugin.release-notes-1.12.0.1.md +++ b/release-notes/opendistro-for-elasticsearch-alerting-kibana-plugin.release-notes-1.12.0.1.md @@ -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 @@ -8,12 +8,13 @@ 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)) @@ -21,4 +22,8 @@ Compatible with Kibana 7.10.0 ### 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)) \ No newline at end of file + * 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)) \ No newline at end of file