From 4c2f9cc1808f05893bbc95bd9ed74fe3d1856a5c Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Sat, 20 Jul 2024 00:20:48 +0000 Subject: [PATCH] Increment version to 2.16.0.0 Signed-off-by: opensearch-ci-bot --- opensearch_dashboards.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index e838eb4..f21363c 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -5,12 +5,18 @@ "server": true, "ui": true, "supportedOSDataSourceVersions": ">=1.0.0", - "requiredOSDataSourcePlugins": ["opensearch-sql"], + "requiredOSDataSourcePlugins": [ + "opensearch-sql" + ], "requiredPlugins": [ "devTools", "navigation", "opensearchDashboardsReact", "opensearchDashboardsUtils" ], - "optionalPlugins": ["observabilityDashboards", "dataSource", "dataSourceManagement"] -} + "optionalPlugins": [ + "observabilityDashboards", + "dataSource", + "dataSourceManagement" + ] +} \ No newline at end of file