From 3b1fe793f92c24980b052579d87490f75914a2b1 Mon Sep 17 00:00:00 2001 From: David Cui Date: Tue, 25 May 2021 14:41:10 -0700 Subject: [PATCH 1/2] add release notes for rc1 Signed-off-by: David Cui --- ...oards-reports.release-notes-1.0.0.0-rc1.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md diff --git a/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md b/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md new file mode 100644 index 00000000..87fa6686 --- /dev/null +++ b/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md @@ -0,0 +1,22 @@ +## 2021-05-25 Version 1.0.0.0-rc1 +Compatible with OpenSearch 1.0.0-rc1 + +### Enhancements +* Use output_only parameter for notebook reports ([#32](https://github.com/opensearch-project/dashboards-reports/pull/32)) +* Add Logic to Auto-populate Notebooks from Context menu ([#30](https://github.com/opensearch-project/dashboards-reports/pull/30)) +* [Query Builder] Correctly handle matched phrases when a single value is specified or when the match phrases is negated ([#33](https://github.com/opensearch-project/dashboards-reports/pull/33)) +* Replace osd header in context menu ([#37](https://github.com/opensearch-project/dashboards-reports/pull/37)) +* Remove visualization editor in visualization reports ([#50](https://github.com/opensearch-project/dashboards-reports/pull/50)) + +### Bug Fixes +* Fix case-sensitive directory name for chromium zip ([#35](https://github.com/opensearch-project/dashboards-reports/pull/35)) +* Add condition to fix negative value display ([#51](https://github.com/opensearch-project/dashboards-reports/pull/51)) + +### Infrastructure +* Update issue template with multiple labels ([#36](https://github.com/opensearch-project/dashboards-reports/pull/36)) +* Bump path-parse version to 1.0.7 to address CVE ([#59](https://github.com/opensearch-project/dashboards-reports/pull/59)) + +### OpenSearch Migration +* Change opendistro to opensearch in email template ([#31](https://github.com/opensearch-project/dashboards-reports/pull/31)) +* Update Namespaces/API/Documentation for OpenSearch ([#55](https://github.com/opensearch-project/dashboards-reports/pull/55)) +* Migrate multiple commits from OpenDistro Kibana Reports ([#57](https://github.com/opensearch-project/dashboards-reports/pull/57)) \ No newline at end of file From 17ea69c46e38d0e8d1b7570cee7dce5619110454 Mon Sep 17 00:00:00 2001 From: David Cui Date: Tue, 25 May 2021 15:05:27 -0700 Subject: [PATCH 2/2] add newly merged in PRs Signed-off-by: David Cui --- .../opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md b/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md index 87fa6686..a57af4f0 100644 --- a/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md +++ b/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md @@ -7,14 +7,17 @@ Compatible with OpenSearch 1.0.0-rc1 * [Query Builder] Correctly handle matched phrases when a single value is specified or when the match phrases is negated ([#33](https://github.com/opensearch-project/dashboards-reports/pull/33)) * Replace osd header in context menu ([#37](https://github.com/opensearch-project/dashboards-reports/pull/37)) * Remove visualization editor in visualization reports ([#50](https://github.com/opensearch-project/dashboards-reports/pull/50)) +* Increase chromium timeout to 100s ([#58](https://github.com/opensearch-project/dashboards-reports/pull/58)) ### Bug Fixes * Fix case-sensitive directory name for chromium zip ([#35](https://github.com/opensearch-project/dashboards-reports/pull/35)) * Add condition to fix negative value display ([#51](https://github.com/opensearch-project/dashboards-reports/pull/51)) +* Fix csv parsing function ([#53](https://github.com/opensearch-project/dashboards-reports/pull/53)) ### Infrastructure * Update issue template with multiple labels ([#36](https://github.com/opensearch-project/dashboards-reports/pull/36)) * Bump path-parse version to 1.0.7 to address CVE ([#59](https://github.com/opensearch-project/dashboards-reports/pull/59)) +* Update README CoC Link ([#56](https://github.com/opensearch-project/dashboards-reports/pull/56)) ### OpenSearch Migration * Change opendistro to opensearch in email template ([#31](https://github.com/opensearch-project/dashboards-reports/pull/31))