From 1660ba708f9e07b697ecab361589c4dd75ba94cc Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 08:05:39 -0700 Subject: [PATCH] Increment version to 3.0.0.0 (#422) Signed-off-by: opensearch-ci-bot Co-authored-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