Skip to content

Commit

Permalink
bump to 2.7.0 (#156)
Browse files Browse the repository at this point in the history
chore(release): bump version to 2.7.0

---------

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
  • Loading branch information
ruanyl committed Apr 4, 2023
1 parent bd652b2 commit 0ccb1e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "mlCommonsDashboards",
"version": "2.6.0.0",
"opensearchDashboardsVersion": "2.6.0",
"version": "2.7.0.0",
"opensearchDashboardsVersion": "2.7.0",
"server": true,
"ui": true,
"requiredPlugins": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config": {
"id": "mlCommonsDashboards"
},
"version": "2.6.0.0",
"version": "2.7.0.0",
"scripts": {
"build": "yarn plugin-helpers build",
"plugin-helpers": "node ../../scripts/plugin_helpers",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Version 2.7.0.0 Release Notes

Compatible with OpenSearch 2.7.0

### Breaking Changes

* ml-commons introduced a API breaking change in 2.7 which changed the API response data, FE is updated accordingly. With this change, FE will no longer compatible with OpenSearch version < 2.7 ([#154](https://github.com/opensearch-project/ml-commons-dashboards/pull/154))

### Bug Fixes

* Fixed an issue that model status is displayed as `Not responding` while the model status is loading ([#146](https://github.com/opensearch-project/ml-commons-dashboards/pull/146))

0 comments on commit 0ccb1e3

Please sign in to comment.