From dd6808dfc26e738e5ca79d6b4b3d970eb9a44569 Mon Sep 17 00:00:00 2001 From: Rupal Mahajan Date: Thu, 3 Nov 2022 17:51:37 +0000 Subject: [PATCH] add release notes for 2.4.0.0 Signed-off-by: Rupal Mahajan --- ...-dashboards-reports.release-notes-2.4.0.0.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 release-notes/opensearch-dashboards-reports.release-notes-2.4.0.0.md diff --git a/release-notes/opensearch-dashboards-reports.release-notes-2.4.0.0.md b/release-notes/opensearch-dashboards-reports.release-notes-2.4.0.0.md new file mode 100644 index 00000000..30837086 --- /dev/null +++ b/release-notes/opensearch-dashboards-reports.release-notes-2.4.0.0.md @@ -0,0 +1,17 @@ +## Version 2.4.0.0 Release Notes +Compatible with OpenSearch and OpenSearch Dashboards Version 2.4.0 + +### Infrastructure +* Enable windows and macos build ([#504](https://github.com/opensearch-project/dashboards-reports/pull/504)) +* Add group = org.opensearch.plugin ([#506](https://github.com/opensearch-project/dashboards-reports/pull/506)) + +### Bug Fixes +* Upgrade puppeteer ([#483](https://github.com/opensearch-project/dashboards-reports/pull/483)) +* Upgrade jsdom, terser and jsoup ([#515](https://github.com/opensearch-project/dashboards-reports/pull/515)) +* Upgrade ktlint ([#521](https://github.com/opensearch-project/dashboards-reports/pull/521)) +* Upgrade minimatch ([#512](https://github.com/opensearch-project/dashboards-reports/pull/512)) +* Upgrade detekt and snakeyaml ([#527](https://github.com/opensearch-project/dashboards-reports/pull/527)) +* Upgrade loader-utils ([#524](https://github.com/opensearch-project/dashboards-reports/pull/524)) + +### Maintenance +* Bump verison to 2.4.0 ([#499](https://github.com/opensearch-project/dashboards-reports/pull/499)) \ No newline at end of file