From 54b4e6c7d5787d9e5392f46310158f4c8c97b7ce Mon Sep 17 00:00:00 2001 From: Kavitha Conjeevaram Mohan Date: Fri, 5 Nov 2021 10:12:57 -0700 Subject: [PATCH 1/3] Create opensearch-dashboards-reports.release-notes-1.2.0.0.md Signed-off-by: Kavitha Conjeevaram Mohan --- ...ashboards-reports.release-notes-1.2.0.0.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 release-notes/opensearch-dashboards-reports.release-notes-1.2.0.0.md diff --git a/release-notes/opensearch-dashboards-reports.release-notes-1.2.0.0.md b/release-notes/opensearch-dashboards-reports.release-notes-1.2.0.0.md new file mode 100644 index 00000000..602212d8 --- /dev/null +++ b/release-notes/opensearch-dashboards-reports.release-notes-1.2.0.0.md @@ -0,0 +1,40 @@ +### **Version 1.2.0.0 Release Notes** +Compatible with OpenSearch and OpenSearch Dashboards Version 1.2.0 + +### **Bug Fixes** +* Fix quoting and url-encoding ([#153](https://github.com/opensearch-project/dashboards-reports/pull/153)) +* Remove hard coded localhost when calling API ([#172](https://github.com/opensearch-project/dashboards-reports/pull/172)) +* rename plugin helper config file name to consistent with OSD ([#180](https://github.com/opensearch-project/dashboards-reports/pull/180)) +* Support range filters for csv reports ([#185](https://github.com/opensearch-project/dashboards-reports/pull/185)) +* Fix Report Creation after Report Definition Creation ([#196](https://github.com/opensearch-project/dashboards-reports/pull/196)) +* fix csv missing fields issue and empty csv on _source fields ([#206](https://github.com/opensearch-project/dashboards-reports/pull/206)) + + +### **Infrastructure** +* Taking RBAC settings from Alerting plugin default to false ([#165](https://github.com/opensearch-project/dashboards-reports/pull/165)) +* Integrate notifications backend ([#129](https://github.com/opensearch-project/dashboards-reports/pull/129)) +* Build email message from template with reports links ([#184](https://github.com/opensearch-project/dashboards-reports/pull/184)) +* Use advanced settings for date format in csv reports ([#186](https://github.com/opensearch-project/dashboards-reports/pull/186)) +* Remove Notifications from Create/Edit ([#212](https://github.com/opensearch-project/dashboards-reports/pull/212)) +* Remove calling notifications in reports scheduler ([#211](https://github.com/opensearch-project/dashboards-reports/pull/211)) + + +### **Enhancements** +* Add metrics for notifications ([#173](https://github.com/opensearch-project/dashboards-reports/pull/173)) +* Add logic to build report detail page link and send as part of message for non-email channels ([#182](https://github.com/opensearch-project/dashboards-reports/pull/182)) +* Forward all cookies while using headless Chromium ([#194](https://github.com/opensearch-project/dashboards-reports/pull/194)) +* Catch Notifications Errors on Details Pages ([#197](https://github.com/opensearch-project/dashboards-reports/pull/197)) +* Remove notifications integration from Details pages ([#210](https://github.com/opensearch-project/dashboards-reports/pull/210)) +* refactor logic for creating DSL from saved object using `buildOpensearchQuery()` ([#213](https://github.com/opensearch-project/dashboards-reports/pull/213)) +* Use advanced settings for csv separator and visual report timezone ([#209](https://github.com/opensearch-project/dashboards-reports/pull/209)) + +### **Documentation** +* Update validation for observability notebooks integration ([#174](https://github.com/opensearch-project/dashboards-reports/pull/174)) +* Add dco and release drafter workflows ([#217](https://github.com/opensearch-project/dashboards-reports/pull/217)) +* update README notification section ([#216](https://github.com/opensearch-project/dashboards-reports/pull/216)) + +### **Maintenance** +* Bump to version 1.2 ([#203](https://github.com/opensearch-project/dashboards-reports/pull/203)) +* Bump tmpl from 1.0.4 to 1.0.5 in /dashboards-reports ([#164](https://github.com/opensearch-project/dashboards-reports/pull/164)) +* Revert backend paths to opendistro ([#218](https://github.com/opensearch-project/dashboards-reports/pull/218)) + From fe06fd053a1a848b70096dda8a8d6a139e18c92b Mon Sep 17 00:00:00 2001 From: Kavitha Conjeevaram Mohan Date: Fri, 5 Nov 2021 14:05:58 -0700 Subject: [PATCH 2/3] changes Signed-off-by: Kavitha Conjeevaram Mohan --- ...ashboards-reports.release-notes-1.2.0.0.md | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/release-notes/opensearch-dashboards-reports.release-notes-1.2.0.0.md b/release-notes/opensearch-dashboards-reports.release-notes-1.2.0.0.md index 602212d8..f5ac033d 100644 --- a/release-notes/opensearch-dashboards-reports.release-notes-1.2.0.0.md +++ b/release-notes/opensearch-dashboards-reports.release-notes-1.2.0.0.md @@ -1,25 +1,19 @@ -### **Version 1.2.0.0 Release Notes** +## Version 1.2.0.0 Release Notes Compatible with OpenSearch and OpenSearch Dashboards Version 1.2.0 -### **Bug Fixes** +### Bug Fixes * Fix quoting and url-encoding ([#153](https://github.com/opensearch-project/dashboards-reports/pull/153)) * Remove hard coded localhost when calling API ([#172](https://github.com/opensearch-project/dashboards-reports/pull/172)) -* rename plugin helper config file name to consistent with OSD ([#180](https://github.com/opensearch-project/dashboards-reports/pull/180)) -* Support range filters for csv reports ([#185](https://github.com/opensearch-project/dashboards-reports/pull/185)) * Fix Report Creation after Report Definition Creation ([#196](https://github.com/opensearch-project/dashboards-reports/pull/196)) * fix csv missing fields issue and empty csv on _source fields ([#206](https://github.com/opensearch-project/dashboards-reports/pull/206)) +* Revert backend paths to opendistro ([#218](https://github.com/opensearch-project/dashboards-reports/pull/218)) -### **Infrastructure** -* Taking RBAC settings from Alerting plugin default to false ([#165](https://github.com/opensearch-project/dashboards-reports/pull/165)) +### Infrastructure * Integrate notifications backend ([#129](https://github.com/opensearch-project/dashboards-reports/pull/129)) -* Build email message from template with reports links ([#184](https://github.com/opensearch-project/dashboards-reports/pull/184)) -* Use advanced settings for date format in csv reports ([#186](https://github.com/opensearch-project/dashboards-reports/pull/186)) -* Remove Notifications from Create/Edit ([#212](https://github.com/opensearch-project/dashboards-reports/pull/212)) -* Remove calling notifications in reports scheduler ([#211](https://github.com/opensearch-project/dashboards-reports/pull/211)) -### **Enhancements** +### Enhancements * Add metrics for notifications ([#173](https://github.com/opensearch-project/dashboards-reports/pull/173)) * Add logic to build report detail page link and send as part of message for non-email channels ([#182](https://github.com/opensearch-project/dashboards-reports/pull/182)) * Forward all cookies while using headless Chromium ([#194](https://github.com/opensearch-project/dashboards-reports/pull/194)) @@ -27,14 +21,22 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 1.2.0 * Remove notifications integration from Details pages ([#210](https://github.com/opensearch-project/dashboards-reports/pull/210)) * refactor logic for creating DSL from saved object using `buildOpensearchQuery()` ([#213](https://github.com/opensearch-project/dashboards-reports/pull/213)) * Use advanced settings for csv separator and visual report timezone ([#209](https://github.com/opensearch-project/dashboards-reports/pull/209)) +* Build email message from template with reports links ([#184](https://github.com/opensearch-project/dashboards-reports/pull/184)) +* Use advanced settings for date format in csv reports ([#186](https://github.com/opensearch-project/dashboards-reports/pull/186)) +* Remove Notifications from Create/Edit ([#212](https://github.com/opensearch-project/dashboards-reports/pull/212)) +* Remove calling notifications in reports scheduler ([#211](https://github.com/opensearch-project/dashboards-reports/pull/211)) +* Taking RBAC settings from Alerting plugin default to false ([#165](https://github.com/opensearch-project/dashboards-reports/pull/165)) +* Support range filters for csv reports ([#185](https://github.com/opensearch-project/dashboards-reports/pull/185)) -### **Documentation** + +### Documentation * Update validation for observability notebooks integration ([#174](https://github.com/opensearch-project/dashboards-reports/pull/174)) * Add dco and release drafter workflows ([#217](https://github.com/opensearch-project/dashboards-reports/pull/217)) * update README notification section ([#216](https://github.com/opensearch-project/dashboards-reports/pull/216)) -### **Maintenance** + +### Maintenance * Bump to version 1.2 ([#203](https://github.com/opensearch-project/dashboards-reports/pull/203)) * Bump tmpl from 1.0.4 to 1.0.5 in /dashboards-reports ([#164](https://github.com/opensearch-project/dashboards-reports/pull/164)) -* Revert backend paths to opendistro ([#218](https://github.com/opensearch-project/dashboards-reports/pull/218)) +* rename plugin helper config file name to consistent with OSD ([#180](https://github.com/opensearch-project/dashboards-reports/pull/180)) From f199e40100bcdd521d689bd2586682fe7d506650 Mon Sep 17 00:00:00 2001 From: Kavitha Conjeevaram Mohan Date: Fri, 5 Nov 2021 14:33:39 -0700 Subject: [PATCH 3/3] changes Signed-off-by: Kavitha Conjeevaram Mohan --- .../opensearch-dashboards-reports.release-notes-1.2.0.0.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/release-notes/opensearch-dashboards-reports.release-notes-1.2.0.0.md b/release-notes/opensearch-dashboards-reports.release-notes-1.2.0.0.md index f5ac033d..548cf867 100644 --- a/release-notes/opensearch-dashboards-reports.release-notes-1.2.0.0.md +++ b/release-notes/opensearch-dashboards-reports.release-notes-1.2.0.0.md @@ -9,10 +9,6 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 1.2.0 * Revert backend paths to opendistro ([#218](https://github.com/opensearch-project/dashboards-reports/pull/218)) -### Infrastructure -* Integrate notifications backend ([#129](https://github.com/opensearch-project/dashboards-reports/pull/129)) - - ### Enhancements * Add metrics for notifications ([#173](https://github.com/opensearch-project/dashboards-reports/pull/173)) * Add logic to build report detail page link and send as part of message for non-email channels ([#182](https://github.com/opensearch-project/dashboards-reports/pull/182)) @@ -27,6 +23,7 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 1.2.0 * Remove calling notifications in reports scheduler ([#211](https://github.com/opensearch-project/dashboards-reports/pull/211)) * Taking RBAC settings from Alerting plugin default to false ([#165](https://github.com/opensearch-project/dashboards-reports/pull/165)) * Support range filters for csv reports ([#185](https://github.com/opensearch-project/dashboards-reports/pull/185)) +* Integrate notifications backend ([#129](https://github.com/opensearch-project/dashboards-reports/pull/129)) ### Documentation