From 4e7263daf92aa5eaeed1da6a253311d8bbcd71ef Mon Sep 17 00:00:00 2001 From: Rupal Mahajan Date: Tue, 10 Jan 2023 18:16:43 +0000 Subject: [PATCH 1/2] Add release notes for 2.5.0.0 Signed-off-by: Rupal Mahajan --- .../opensearch-reporting.release-notes-2.5.0.0.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 release-notes/opensearch-reporting.release-notes-2.5.0.0.md diff --git a/release-notes/opensearch-reporting.release-notes-2.5.0.0.md b/release-notes/opensearch-reporting.release-notes-2.5.0.0.md new file mode 100644 index 00000000..d2d7f07f --- /dev/null +++ b/release-notes/opensearch-reporting.release-notes-2.5.0.0.md @@ -0,0 +1,14 @@ +## Version 2.4.1.0 Release Notes +Compatible with OpenSearch and OpenSearch Dashboards Version 2.4.1 + +### Infrastructure +* Include integration tests in windows and macOS workflow ([#624](https://github.com/opensearch-project/reporting/pull/624)) +* Remove unnecessary scripts after repo split ([#622](https://github.com/opensearch-project/reporting/pull/622)) +* Remove front end code([#620](https://github.com/opensearch-project/reporting/pull/620)) + +### Bug Fixes +* Remove jackson-databind and jackson-annotations ([#587](https://github.com/opensearch-project/reporting/pull/587)) +* Fix metrics tests and ClassNotFoundException when calling stats API ([#546](https://github.com/opensearch-project/reporting/pull/546)) + +### Maintenance +* Increment version to 2.5.0-SNAPSHOT [#528](https://github.com/opensearch-project/reporting/pull/528)) \ No newline at end of file From c963215a183479fbe75c8860660e8bc803999aa8 Mon Sep 17 00:00:00 2001 From: Rupal Mahajan Date: Tue, 10 Jan 2023 18:19:38 +0000 Subject: [PATCH 2/2] Fix version in release notes Signed-off-by: Rupal Mahajan --- release-notes/opensearch-reporting.release-notes-2.5.0.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes/opensearch-reporting.release-notes-2.5.0.0.md b/release-notes/opensearch-reporting.release-notes-2.5.0.0.md index d2d7f07f..2184619a 100644 --- a/release-notes/opensearch-reporting.release-notes-2.5.0.0.md +++ b/release-notes/opensearch-reporting.release-notes-2.5.0.0.md @@ -1,5 +1,5 @@ -## Version 2.4.1.0 Release Notes -Compatible with OpenSearch and OpenSearch Dashboards Version 2.4.1 +## Version 2.5.0.0 Release Notes +Compatible with OpenSearch and OpenSearch Dashboards Version 2.5.0 ### Infrastructure * Include integration tests in windows and macOS workflow ([#624](https://github.com/opensearch-project/reporting/pull/624))