From c945869153122dc69a2176c8ab70aec7330c89a9 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Wed, 1 Jan 2025 00:27:00 +0000 Subject: [PATCH] Increment version to 3.0.0.0 Signed-off-by: opensearch-ci-bot --- opensearch_dashboards.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 5f54f5ea..ce9afc0d 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -5,13 +5,21 @@ "server": true, "ui": true, "requiredBundles": [], - "requiredPlugins": ["navigation", "opensearchDashboardsUtils"], + "requiredPlugins": [ + "navigation", + "opensearchDashboardsUtils" + ], "optionalPlugins": [ "dataSource", "dataSourceManagement", "contentManagement" ], "supportedOSDataSourceVersions": ">=2.17.0 <4.0.0", - "requiredOSDataSourcePlugins": ["opensearch-ml", "opensearch-flow-framework"], - "configPath": ["flowFrameworkDashboards"] -} + "requiredOSDataSourcePlugins": [ + "opensearch-ml", + "opensearch-flow-framework" + ], + "configPath": [ + "flowFrameworkDashboards" + ] +} \ No newline at end of file