From 7e323a507165912f0e786bfcc6eb2ee0fa9133a5 Mon Sep 17 00:00:00 2001 From: Jackie Han Date: Mon, 17 Apr 2023 12:11:17 -0700 Subject: [PATCH] Add 2.7 release notes Signed-off-by: Jackie Han --- ...arch-anomaly-detection.release-notes-2.7.0.0.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 release-notes/opensearch-anomaly-detection.release-notes-2.7.0.0.md diff --git a/release-notes/opensearch-anomaly-detection.release-notes-2.7.0.0.md b/release-notes/opensearch-anomaly-detection.release-notes-2.7.0.0.md new file mode 100644 index 000000000..173dff623 --- /dev/null +++ b/release-notes/opensearch-anomaly-detection.release-notes-2.7.0.0.md @@ -0,0 +1,14 @@ + +## Version 2.7.0.0 Release Notes + +Compatible with OpenSearch 2.7.0 + + +### Enhancements +* Giving admin priority over backendrole filtering. ([#850](https://github.com/opensearch-project/anomaly-detection/pull/850)) + + +### Infrastructure +* Created untriaged issue workflow. ([#809](https://github.com/opensearch-project/anomaly-detection/pull/809)) +* Update XContent imports. ([#854](https://github.com/opensearch-project/anomaly-detection/pull/854)) +* Update NodeInfo constructor. ([#869](https://github.com/opensearch-project/anomaly-detection/pull/869)) \ No newline at end of file