Skip to content

Commit

Permalink
[Build] restore osdVersion to 2.0.0
Browse files Browse the repository at this point in the history
By keeping `opensearchDashboardsVersion: 2.0.0`, plugin owners can
do development using the main branch of OpenSearch Dashboards since
OpenSearch Dashboards sets this value to 2.0.0.

This key-value lets OpenSearch Dashboards can properly install the
plugin since it does a semvar + qualifier check on this value if
they match then OpenSearch Dashboards proceeds to install it.

The build repo passes the qualifier while building OpenSearch Dashboards
and plugins that automatically sets this value to build the correct
version + qualifier. This allows a distribution to be made with value
for `opensearchDashboardsVersion` be the expected value, for example
`opensearchDashboardsVersion: 2.0.0-rc1`.

Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
  • Loading branch information
kavilla committed Apr 15, 2022
1 parent 91d19a6 commit cb06d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "securityDashboards",
"version": "2.0.0.0-rc1",
"opensearchDashboardsVersion": "2.0.0-rc1",
"opensearchDashboardsVersion": "2.0.0",
"configPath": ["opensearch_security"],
"requiredPlugins": ["navigation"],
"server": true,
Expand Down

0 comments on commit cb06d9f

Please sign in to comment.