Skip to content

Commit 5cf3e0a

Browse files
committedSep 18, 2024
Increment version to 2.17.0.0
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
1 parent 4e7f2af commit 5cf3e0a

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed
 

‎opensearch_dashboards.json

+11-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
"id": "alertingDashboards",
33
"version": "2.17.0.0",
44
"opensearchDashboardsVersion": "2.17.0",
5-
"configPath": ["opensearch_alerting"],
6-
"optionalPlugins": ["dataSource", "dataSourceManagement"],
5+
"configPath": [
6+
"opensearch_alerting"
7+
],
8+
"optionalPlugins": [
9+
"dataSource",
10+
"dataSourceManagement"
11+
],
712
"requiredPlugins": [
813
"uiActions",
914
"dashboard",
@@ -20,5 +25,7 @@
2025
"server": true,
2126
"ui": true,
2227
"supportedOSDataSourceVersions": ">=2.13.0",
23-
"requiredOSDataSourcePlugins": ["opensearch-alerting"]
24-
}
28+
"requiredOSDataSourcePlugins": [
29+
"opensearch-alerting"
30+
]
31+
}

‎package.json

+1-1
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)