Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 2.18 release notes #902

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Version 2.18.0.0 Release Notes

Compatible with OpenSearch Dashboards 2.18.0

### Enhancements
* Report metrics for suggest anomaly detector ([#876](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/876))
* [navigation]feat: update category to flatten menus in analytics(all) use case ([#883](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/883))
* Fallback to cluster health on remote info failure ([#886](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/886))
* Sync code from 2.x to mds-2.17 ([#900](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/900))


### Bug Fixes
* Fix custom result index session not rendering issue ([#887](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/887))
* Fix issues in running historical analysis and custom result index section ([#889](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/889))
* Fix preview not considering rules and imputation options ([#898](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/898))

### Maintenance
* [AUTO] Increment version to 2.18.0.0 ([#877](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/877))
Loading