From 483c49e3f8064050f9d9ad425bd887d4794701fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Mar 2024 21:49:55 +0000 Subject: [PATCH] added release notes (#326) * added release notes Signed-off-by: sumukhswamy * addressed comments Signed-off-by: sumukhswamy --------- Signed-off-by: sumukhswamy (cherry picked from commit 2f7ae070db08efb8042792009ef577f1e5590b23) Signed-off-by: github-actions[bot] --- ...boards-reporting.release-notes-2.13.0.0.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 release-notes/opensearch-dashboards-reporting.release-notes-2.13.0.0.md diff --git a/release-notes/opensearch-dashboards-reporting.release-notes-2.13.0.0.md b/release-notes/opensearch-dashboards-reporting.release-notes-2.13.0.0.md new file mode 100644 index 00000000..de046226 --- /dev/null +++ b/release-notes/opensearch-dashboards-reporting.release-notes-2.13.0.0.md @@ -0,0 +1,19 @@ +## Version 2.13.0.0 Release Notes + +Compatible with OpenSearch and OpenSearch Dashboards Version 2.13.0 + +### Features +Add xlsx support([#275](https://github.com/opensearch-project/dashboards-reporting/pull/275)) + + +### Bug Fixes +Reporting is missing from the navigation menu ([#295](https://github.com/opensearch-project/dashboards-reporting/pull/295)) +allow negative signs in duration([#284](https://github.com/opensearch-project/dashboards-reporting/pull/284)) +Fix condition to determine if the date field's value is an array ([#299](https://github.com/opensearch-project/dashboards-reporting/pull/299)) +fix menu cut off ([#315](https://github.com/opensearch-project/dashboards-reporting/pull/315)) + +### Infrastructure +Add single version flag during bootstrap to fix version conflicts([#303](https://github.com/opensearch-project/dashboards-reporting/pull/303)) +Add workflow to verify binary installation is successful ([#313](https://github.com/opensearch-project/dashboards-reporting/pull/313)) + +