From cbb1028fff97170f353612901715301da4a1fc2f Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:10:21 -0800 Subject: [PATCH] Increment version to 2.19.0.0 (#520) Signed-off-by: opensearch-ci-bot Co-authored-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 a96e0267..47253592 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.18.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