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

Merge 2.8 to model registry #215

Next Next commit
Increment version to 2.8.0.0 (#169)
Signed-off-by: opensearch-ci-bot <[email protected]>
Co-authored-by: opensearch-ci-bot <[email protected]>
  • Loading branch information
commit d0488d03ed13b7dadfb8042049439b69519d4422
6 changes: 3 additions & 3 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "mlCommonsDashboards",
"version": "2.7.0.0",
"opensearchDashboardsVersion": "2.7.0",
"version": "2.8.0.0",
"opensearchDashboardsVersion": "2.8.0",
"server": true,
"ui": true,
"requiredPlugins": [
@@ -13,4 +13,4 @@
"opensearchUiShared"
],
"optionalPlugins": []
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"config": {
"id": "mlCommonsDashboards"
},
"version": "2.7.0.0",
"version": "2.8.0.0",
"scripts": {
"build": "yarn plugin-helpers build",
"plugin-helpers": "node ../../scripts/plugin_helpers",
@@ -23,4 +23,4 @@
"husky": "^3.0.0",
"lint-staged": "^10.0.0"
}
}
}