From c9a567f982db639d44500f7d873eed4dc60a36f4 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:29:53 -0700 Subject: [PATCH] add 2.17 release notes (#868) (#870) Signed-off-by: Jackie Han (cherry picked from commit 12fd1b2c5d7a1e1333122d9b9c5426e766fa0b87) Co-authored-by: Jackie Han --- ...ction-dashboards.release-notes-2.17.0.0.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.17.0.0.md diff --git a/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.17.0.0.md b/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.17.0.0.md new file mode 100644 index 00000000..9cb092ec --- /dev/null +++ b/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.17.0.0.md @@ -0,0 +1,22 @@ +## Version 2.17.0.0 Release Notes + +Compatible with OpenSearch Dashboards 2.17.0 + +### Features +* [Look&Feel] Use smaller and compressed varients of buttons and form components ([#826](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/826)) +* header redesign ([#841](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/841)) +* [Look&Feel] Consistency and density improvements ([#836](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/836)) +* Add Missing Value Imputation Options and Update Shingle Size Limit ([#851](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/851)) +* Add ignore rules comparing actual and expected values ([#859](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/859)) +* Adding remote indices and multi index functionality ([#867](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/867)) + +### Bug Fixes +* fix an issue that causes dataSourceId to not show in the URL on Overview landing page ([#828](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/828)) +* Remove dataSourceFilter that breaks DataSourceView ([#837](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/837)) + +### Infrastructure +* Fix monaco import issue in UTs ([#834](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/834)) +* address CVE-2024-4067 ([#864](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/864)) + +### Maintenance +* Update 2.x to 2.17.0 ([#844](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/844)) \ No newline at end of file