Skip to content

Commit

Permalink
Increment version to 2.19.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: opensearch-ci-bot <[email protected]>
  • Loading branch information
opensearch-ci-bot committed Dec 4, 2024
1 parent 21271a6 commit eb32d89
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
20 changes: 14 additions & 6 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"id": "alertingDashboards",
"version": "2.18.0.0",
"opensearchDashboardsVersion": "2.18.0",
"configPath": ["opensearch_alerting"],
"optionalPlugins": ["dataSource", "dataSourceManagement", "assistantDashboards"],
"version": "2.19.0.0",
"opensearchDashboardsVersion": "2.19.0",
"configPath": [
"opensearch_alerting"
],
"optionalPlugins": [
"dataSource",
"dataSourceManagement",
"assistantDashboards"
],
"requiredPlugins": [
"uiActions",
"dashboard",
Expand All @@ -20,5 +26,7 @@
"server": true,
"ui": true,
"supportedOSDataSourceVersions": ">=2.13.0",
"requiredOSDataSourcePlugins": ["opensearch-alerting"]
}
"requiredOSDataSourcePlugins": [
"opensearch-alerting"
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch-alerting-dashboards",
"version": "2.18.0.0",
"version": "2.19.0.0",
"description": "OpenSearch Dashboards Alerting Plugin",
"main": "index.js",
"license": "Apache-2.0",
Expand Down Expand Up @@ -68,4 +68,4 @@
"engines": {
"yarn": "^1.21.1"
}
}
}

0 comments on commit eb32d89

Please sign in to comment.