From 478ea41b5d962bcf40964ffc7e3f1131f7e1fc34 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 10:00:37 -0700 Subject: [PATCH] Add release notes for 2.0.0-rc1 (#346) (#347) Signed-off-by: Joshua Li (cherry picked from commit 9346898d91c6e43724dc786a495d49a72b169e5e) Co-authored-by: Joshua Li --- ...oards-reports.release-notes-2.0.0.0-rc1.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 release-notes/opensearch-dashboards-reports.release-notes-2.0.0.0-rc1.md diff --git a/release-notes/opensearch-dashboards-reports.release-notes-2.0.0.0-rc1.md b/release-notes/opensearch-dashboards-reports.release-notes-2.0.0.0-rc1.md new file mode 100644 index 00000000..24769e29 --- /dev/null +++ b/release-notes/opensearch-dashboards-reports.release-notes-2.0.0.0-rc1.md @@ -0,0 +1,25 @@ +## Version 2.0.0.0-rc1 Release Notes + +Compatible with OpenSearch 2.0.0.0-rc1 + +### Bug Fixes +* Bump async from 3.2.0 to 3.2.3 in /dashboards-reports ([#338](https://github.com/opensearch-project/dashboards-reports/pull/338)) +* Bump moment from 2.29.1 to 2.29.3 in /dashboards-reports ([#344](https://github.com/opensearch-project/dashboards-reports/pull/344)) +* Bump minimist from 1.2.5 to 1.2.6 in /dashboards-reports ([#321](https://github.com/opensearch-project/dashboards-reports/pull/321)) + +### Infrastructure +* Added missing zip for bwc tests ([#329](https://github.com/opensearch-project/dashboards-reports/pull/329)) +* Remove JDK14 from CI ([#335](https://github.com/opensearch-project/dashboards-reports/pull/335)) +* Updated issue templates from .github. ([#328](https://github.com/opensearch-project/dashboards-reports/pull/328)) +* Remove zips and download from remote at build time ([#337](https://github.com/opensearch-project/dashboards-reports/pull/337)) + +### Documentation +* Remove master and whitelist text ([#342](https://github.com/opensearch-project/dashboards-reports/pull/342)) + +### Maintenance +* Bump version to 2.0.0 ([#311](https://github.com/opensearch-project/dashboards-reports/pull/311)) +* Support build version qualifier for reports-scheduler ([#322](https://github.com/opensearch-project/dashboards-reports/pull/322)) +* Bump to 2.0 alpha1 and gradle 7 ([#325](https://github.com/opensearch-project/dashboards-reports/pull/325)) +* Make sure qualifier is applied in 2.0.0 ([#327](https://github.com/opensearch-project/dashboards-reports/pull/327)) +* Change alpha1 to rc1 for first 2.0 release ([#333](https://github.com/opensearch-project/dashboards-reports/pull/333)) +* Change 2.0-alpha1 to 2.0-rc1. ([#341](https://github.com/opensearch-project/dashboards-reports/pull/341)) \ No newline at end of file