From 6a37fa00cbd7efb1677e226191c640ae984c04b2 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Wed, 11 Oct 2023 15:46:45 -0700 Subject: [PATCH 1/2] Added 2.11 release notes. Signed-off-by: AWSHurneyt --- ...curity-analytics.release-notes-2.11.0.0.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 release-notes/opensearch-security-analytics.release-notes-2.11.0.0.md diff --git a/release-notes/opensearch-security-analytics.release-notes-2.11.0.0.md b/release-notes/opensearch-security-analytics.release-notes-2.11.0.0.md new file mode 100644 index 000000000..cc1f64aaf --- /dev/null +++ b/release-notes/opensearch-security-analytics.release-notes-2.11.0.0.md @@ -0,0 +1,28 @@ +## Version 2.11.0.0 2023-10-11 + +Compatible with OpenSearch 2.11.0 + +### Maintenance +* Bump version to 2.11. ([#631](https://github.com/opensearch-project/security-analytics/pull/631)) + +### Enhancements +* Adds support for alerts and triggers on group by based sigma rules. ([#545](https://github.com/opensearch-project/security-analytics/pull/545)) +* Auto expand replicas. ([#547](https://github.com/opensearch-project/security-analytics/pull/547)) +* Auto expand replicas for logtype index. ([#568](https://github.com/opensearch-project/security-analytics/pull/568)) +* Adding WAF Log type. ([#617](https://github.com/opensearch-project/security-analytics/pull/617)) +* Add category to custom log types. ([#634](https://github.com/opensearch-project/security-analytics/pull/634)) + +### Refactoring +* Address search request timeouts as transient error. ([#561](https://github.com/opensearch-project/security-analytics/pull/561)) +* Change ruleId if it exists. ([#628](https://github.com/opensearch-project/security-analytics/pull/628)) + +### Bug Fixes +* Fixes verifying workflow test when security is enabled. ([#563](https://github.com/opensearch-project/security-analytics/pull/563)) +* Fix flaky integration tests. ([#581](https://github.com/opensearch-project/security-analytics/pull/581)) +* Sigma Aggregation rule fixes. ([#622](https://github.com/opensearch-project/security-analytics/pull/622)) + +### Infrastructure +* Ignore tests that may be flaky. ([#596](https://github.com/opensearch-project/security-analytics/pull/596)) + +### Documentation +* Added 2.11.0 release notes. ([#]()) \ No newline at end of file From bdac1a57a31772084513b5fbbfbf6db2f6ee697a Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Wed, 11 Oct 2023 15:48:13 -0700 Subject: [PATCH 2/2] Added 2.11 release notes. Signed-off-by: AWSHurneyt --- .../opensearch-security-analytics.release-notes-2.11.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-security-analytics.release-notes-2.11.0.0.md b/release-notes/opensearch-security-analytics.release-notes-2.11.0.0.md index cc1f64aaf..f70a5ae4b 100644 --- a/release-notes/opensearch-security-analytics.release-notes-2.11.0.0.md +++ b/release-notes/opensearch-security-analytics.release-notes-2.11.0.0.md @@ -25,4 +25,4 @@ Compatible with OpenSearch 2.11.0 * Ignore tests that may be flaky. ([#596](https://github.com/opensearch-project/security-analytics/pull/596)) ### Documentation -* Added 2.11.0 release notes. ([#]()) \ No newline at end of file +* Added 2.11.0 release notes. ([#660](https://github.com/opensearch-project/security-analytics/pull/660)) \ No newline at end of file