From 6a1f7db7a42c052fe2df2c3c7a1f2925227854f7 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Thu, 10 Oct 2024 00:23:50 +0000 Subject: [PATCH] Increment version to 3.0.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 f5bcb6a9..4da07bf2 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -5,12 +5,18 @@ "server": true, "ui": true, "requiredBundles": [], - "requiredPlugins": ["navigation", "opensearchDashboardsUtils"], + "requiredPlugins": [ + "navigation", + "opensearchDashboardsUtils" + ], "optionalPlugins": [ "dataSource", "dataSourceManagement", "contentManagement" ], "supportedOSDataSourceVersions": ">=2.18.0 <4.0.0", - "requiredOSDataSourcePlugins": ["opensearch-ml", "opensearch-flow-framework"] -} + "requiredOSDataSourcePlugins": [ + "opensearch-ml", + "opensearch-flow-framework" + ] +} \ No newline at end of file