From 6c7e1dae36c77870e93b8d8b06ee4409f02325b5 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Mon, 17 Apr 2023 14:42:55 -0700 Subject: [PATCH 1/2] Added 2.7 release notes. Signed-off-by: AWSHurneyt --- ...lytics-dashboards.release-notes-2.7.0.0.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 release-notes/opensearch-security-analytics-dashboards.release-notes-2.7.0.0.md diff --git a/release-notes/opensearch-security-analytics-dashboards.release-notes-2.7.0.0.md b/release-notes/opensearch-security-analytics-dashboards.release-notes-2.7.0.0.md new file mode 100644 index 000000000..d1a43c283 --- /dev/null +++ b/release-notes/opensearch-security-analytics-dashboards.release-notes-2.7.0.0.md @@ -0,0 +1,30 @@ +## Version 2.7.0.0 2023-04-17 + +Compatible with OpenSearch 2.7.0 + +### Maintenance +* Bumped version to 2.7. ([#508](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/508)) + +### Features +* Adds field mappings to edit detector pages. ([#490](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/490)) + +### Infrastructure +* Resolving json5 to latest version. ([#478](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/478)) + +### Bug Fixes +* Minor bug fixes. ([#505](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/505)) + +### Refactoring +* Show required field mappings only for enabled rules. ([#418](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/418)) +* Fix reduced margin in Get started popup. ([#466](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/466)) +* Empty states for Overview page. ([#467](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/467)) +* Common data store for the rules. ([#474](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/474)) +* Communicate to users when the detector is initializing. ([#487](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/487)) +* Create global state object for async requests. ([#493](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/493)) +* Provide empty states for Findings and Alerts page. ([#494](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/494)) +* Refactor and move field mapping to first the page of create detector feature. ([#501](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/501)) +* Create detector refactor alert triggers per mocks. ([#503](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/503)) +* Update detector details component. ([#504](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/504)) + +### Documentation +* Added 2.7 release notes. ([#]()) \ No newline at end of file From b0d0e07d4f3cfda21a2aaa9c6301cc9bf2c4e676 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Mon, 17 Apr 2023 14:46:07 -0700 Subject: [PATCH 2/2] Added 2.7 release notes. Signed-off-by: AWSHurneyt --- ...earch-security-analytics-dashboards.release-notes-2.7.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-security-analytics-dashboards.release-notes-2.7.0.0.md b/release-notes/opensearch-security-analytics-dashboards.release-notes-2.7.0.0.md index d1a43c283..42282f0b8 100644 --- a/release-notes/opensearch-security-analytics-dashboards.release-notes-2.7.0.0.md +++ b/release-notes/opensearch-security-analytics-dashboards.release-notes-2.7.0.0.md @@ -27,4 +27,4 @@ Compatible with OpenSearch 2.7.0 * Update detector details component. ([#504](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/504)) ### Documentation -* Added 2.7 release notes. ([#]()) \ No newline at end of file +* Added 2.7 release notes. ([#523](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/523)) \ No newline at end of file