From 142229227561eab71ec3f2c0a033560a08a589c3 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 21 Feb 2023 13:26:47 -0800 Subject: [PATCH 1/3] Bumped version to 2.6. Signed-off-by: AWSHurneyt --- ...ecurity-analytics.release-notes-2.6.0.0.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 release-notes/opensearch-security-analytics.release-notes-2.6.0.0.md diff --git a/release-notes/opensearch-security-analytics.release-notes-2.6.0.0.md b/release-notes/opensearch-security-analytics.release-notes-2.6.0.0.md new file mode 100644 index 000000000..8df9c53ac --- /dev/null +++ b/release-notes/opensearch-security-analytics.release-notes-2.6.0.0.md @@ -0,0 +1,32 @@ +## Version 2.6.0.0 Release Notes + +Compatible with OpenSearch 2.6.0 +Initial release of `opensearch-security-analytics` plugin + +### Features +* GetIndexMappings index pattern support. ([#265](https://github.com/opensearch-project/security-analytics/pull/265)) +* Added API to fetch all log types/rule categories. ([#327](https://github.com/opensearch-project/security-analytics/pull/327)) + +### Enhancement +* Adds timestamp field alias and sets time range filter in bucket level monitor. ([#262](https://github.com/opensearch-project/security-analytics/pull/262)) +* Update others_application mappings. ([#277](https://github.com/opensearch-project/security-analytics/pull/277)) +* Update others_apt mappings. ([#278](https://github.com/opensearch-project/security-analytics/pull/278)) +* Index template conflict resolve; GetIndexMappings API changes. ([#283](https://github.com/opensearch-project/security-analytics/pull/283)) +* Add nesting level to yaml constructor. ([#286](https://github.com/opensearch-project/security-analytics/pull/286)) +* Update others_cloud mappings. ([#301](https://github.com/opensearch-project/security-analytics/pull/301)) +* Update others_compliance mappings. ([#302](https://github.com/opensearch-project/security-analytics/pull/302)) +* Update others_web mappings. ([#304](https://github.com/opensearch-project/security-analytics/pull/304)) +* Log message change for debugging. ([#321](https://github.com/opensearch-project/security-analytics/pull/321)) + +### Bug Fixes +* Service Returns Unhandled Error Response. ([#248](https://github.com/opensearch-project/security-analytics/pull/248)) +* Correct linux mapping error. ([#263](https://github.com/opensearch-project/security-analytics/pull/263)) +* GetIndexMapping API timestamp alias bugfix. ([#293](https://github.com/opensearch-project/security-analytics/pull/293)) +* Query_field_names bugfix. ([#335](https://github.com/opensearch-project/security-analytics/pull/335)) + +### Maintenance +* Baselined MAINTAINERS and CODEOWNERS docs. ([#329](https://github.com/opensearch-project/security-analytics/pull/329)) +* Bumped version to 2.6. ([#351](https://github.com/opensearch-project/security-analytics/pull/351)) + +### Documentation +* Added 2.6 release notes. ([#]()) \ No newline at end of file From 03a61644531404fcff2bf2a225ad78f189668cca Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 21 Feb 2023 13:29:34 -0800 Subject: [PATCH 2/3] Bumped version to 2.6. Signed-off-by: AWSHurneyt --- .../opensearch-security-analytics.release-notes-2.6.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-security-analytics.release-notes-2.6.0.0.md b/release-notes/opensearch-security-analytics.release-notes-2.6.0.0.md index 8df9c53ac..4af71be78 100644 --- a/release-notes/opensearch-security-analytics.release-notes-2.6.0.0.md +++ b/release-notes/opensearch-security-analytics.release-notes-2.6.0.0.md @@ -29,4 +29,4 @@ Initial release of `opensearch-security-analytics` plugin * Bumped version to 2.6. ([#351](https://github.com/opensearch-project/security-analytics/pull/351)) ### Documentation -* Added 2.6 release notes. ([#]()) \ No newline at end of file +* Added 2.6 release notes. ([#353](https://github.com/opensearch-project/security-analytics/pull/353)) \ No newline at end of file From 05794b3f7495e10168509bc6255a78f31fe56aaa Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 21 Feb 2023 13:44:40 -0800 Subject: [PATCH 3/3] Fixed release notes header. Signed-off-by: AWSHurneyt --- .../opensearch-security-analytics.release-notes-2.6.0.0.md | 1 - 1 file changed, 1 deletion(-) diff --git a/release-notes/opensearch-security-analytics.release-notes-2.6.0.0.md b/release-notes/opensearch-security-analytics.release-notes-2.6.0.0.md index 4af71be78..560025f1e 100644 --- a/release-notes/opensearch-security-analytics.release-notes-2.6.0.0.md +++ b/release-notes/opensearch-security-analytics.release-notes-2.6.0.0.md @@ -1,7 +1,6 @@ ## Version 2.6.0.0 Release Notes Compatible with OpenSearch 2.6.0 -Initial release of `opensearch-security-analytics` plugin ### Features * GetIndexMappings index pattern support. ([#265](https://github.com/opensearch-project/security-analytics/pull/265))