Skip to content

Commit 22cbb0d

Browse files
Increment version to 2.18.0.0
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
1 parent 764759f commit 22cbb0d

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

opensearch_dashboards.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
"id": "alertingDashboards",
33
"version": "2.18.0.0",
44
"opensearchDashboardsVersion": "2.18.0",
5-
"configPath": ["opensearch_alerting"],
6-
"optionalPlugins": ["dataSource", "dataSourceManagement"],
5+
"configPath": [
6+
"opensearch_alerting"
7+
],
8+
"optionalPlugins": [
9+
"assistantDashboards"
10+
],
711
"requiredPlugins": [
812
"uiActions",
913
"dashboard",
@@ -17,9 +21,10 @@
1721
"opensearchDashboardsUtils",
1822
"contentManagement"
1923
],
20-
"optionalPlugins": ["assistantDashboards"],
2124
"server": true,
2225
"ui": true,
2326
"supportedOSDataSourceVersions": ">=2.13.0",
24-
"requiredOSDataSourcePlugins": ["opensearch-alerting"]
25-
}
27+
"requiredOSDataSourcePlugins": [
28+
"opensearch-alerting"
29+
]
30+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@
6868
"engines": {
6969
"yarn": "^1.21.1"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)