From 8f60da566f88d267944b31447a68aabf87636482 Mon Sep 17 00:00:00 2001 From: Zhongnan Su Date: Fri, 11 Mar 2022 15:05:50 -0800 Subject: [PATCH 1/2] Add 1.3 release ntoes Signed-off-by: Zhongnan Su --- ...dashboards-reports.release-notes-1.3.0.0.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 release-notes/opensearch-dashboards-reports.release-notes-1.3.0.0.md diff --git a/release-notes/opensearch-dashboards-reports.release-notes-1.3.0.0.md b/release-notes/opensearch-dashboards-reports.release-notes-1.3.0.0.md new file mode 100644 index 00000000..0636c304 --- /dev/null +++ b/release-notes/opensearch-dashboards-reports.release-notes-1.3.0.0.md @@ -0,0 +1,18 @@ +### Version 1.3.0.0 Release Notes + +Compatible with OpenSearch Version 1.3.0 and OpenSearch Dashboards Version 1.3.x + +### Infrastructure +* Remove jcenter repo from gradle build ([#278](https://github.com/opensearch-project/dashboards-reports/pull/278)) +* Ws package update ([#283](https://github.com/opensearch-project/dashboards-reports/pull/283)) +* Guava package update ([#282](https://github.com/opensearch-project/dashboards-reports/pull/282)) +* Add auto-backport functionality for reporting ([#286](https://github.com/opensearch-project/dashboards-reports/pull/286)) +* Add java 8 support in compile and test ([#304](https://github.com/opensearch-project/dashboards-reports/pull/304)) +* Remove incorrect tag form issue template ([#294](https://github.com/opensearch-project/dashboards-reports/pull/294)) +* Replace Centos links to fix link checker CI ([#297](https://github.com/opensearch-project/dashboards-reports/pull/297)) + + + +### Bug Fixes +* Fix empty or multiple date values in csv ([#293](https://github.com/opensearch-project/dashboards-reports/pull/293)) +* Fix reporting uuid parsing ([#300](https://github.com/opensearch-project/dashboards-reports/pull/300)) From a0d81d05398cc237b046952f3de2e1f3cff93484 Mon Sep 17 00:00:00 2001 From: Zhongnan Su Date: Fri, 11 Mar 2022 17:03:57 -0800 Subject: [PATCH 2/2] address comments Signed-off-by: Zhongnan Su --- .../opensearch-dashboards-reports.release-notes-1.3.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-dashboards-reports.release-notes-1.3.0.0.md b/release-notes/opensearch-dashboards-reports.release-notes-1.3.0.0.md index 0636c304..858ab3c4 100644 --- a/release-notes/opensearch-dashboards-reports.release-notes-1.3.0.0.md +++ b/release-notes/opensearch-dashboards-reports.release-notes-1.3.0.0.md @@ -1,6 +1,6 @@ ### Version 1.3.0.0 Release Notes -Compatible with OpenSearch Version 1.3.0 and OpenSearch Dashboards Version 1.3.x +Compatible with OpenSearch and OpenSearch Dashboards Version 1.3.0 ### Infrastructure * Remove jcenter repo from gradle build ([#278](https://github.com/opensearch-project/dashboards-reports/pull/278))