From 47d7cfe2b1f887d3419b1cec49a6d6c951614c71 Mon Sep 17 00:00:00 2001 From: Vaibhav Agarwal Date: Tue, 18 Feb 2025 14:46:46 +0530 Subject: [PATCH] Index Management Dashboards plugin to version 3.0.0.0-alpha1 Signed-off-by: Vaibhav Agarwal --- .github/workflows/verify-binary-installation.yml | 2 +- opensearch_dashboards.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/verify-binary-installation.yml b/.github/workflows/verify-binary-installation.yml index 9bfc1a0c1..783ce40e2 100644 --- a/.github/workflows/verify-binary-installation.yml +++ b/.github/workflows/verify-binary-installation.yml @@ -2,7 +2,7 @@ name: 'Install Dashboards with Plugin via Binary' on: [push, pull_request] env: - OPENSEARCH_VERSION: '3.0.0' + OPENSEARCH_VERSION: '3.0.0-alpha1' CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 800dfcf6f..b56e87c11 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "indexManagementDashboards", - "version": "3.0.0.0", + "version": "3.0.0.0-alpha1", "opensearchDashboardsVersion": "3.0.0", "configPath": [ "opensearch_index_management" diff --git a/package.json b/package.json index bf4f334e5..ddf05c6a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch_index_management_dashboards", - "version": "3.0.0.0", + "version": "3.0.0.0-alpha1", "description": "Opensearch Dashboards plugin for Index Management", "main": "index.js", "license": "Apache-2.0",