From b352e81ab691fd474f43cb364af25c61d9aa0202 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 10 Feb 2025 12:03:29 -0500 Subject: [PATCH 1/2] Bump dashboards query workbench to version 3.0.0.0-alpha1 Signed-off-by: Peter Zhu --- opensearch_dashboards.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index d97e08d..737a73e 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "queryWorkbenchDashboards", - "version": "3.0.0.0", + "version": "3.0.0.0-alpha1", "opensearchDashboardsVersion": "3.0.0", "server": true, "ui": true, @@ -19,4 +19,4 @@ "dataSource", "dataSourceManagement" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 3299868..29fd85d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-query-workbench", - "version": "3.0.0.0", + "version": "3.0.0.0-alpha1", "description": "Query Workbench", "main": "index.js", "license": "Apache-2.0", @@ -51,4 +51,4 @@ "@cypress/request": "^3.0.0", "**/eslint/cross-spawn": "^7.0.5" } -} \ No newline at end of file +} From 210aef6b09b859b0bbaee16e4c6b908afd72ed5e Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 10 Feb 2025 12:23:42 -0500 Subject: [PATCH 2/2] Bump to alpha1 Signed-off-by: Peter Zhu --- .github/workflows/cypress-e2e-sql-workbench-test.yml | 4 ++-- .github/workflows/ftr-e2e-sql-workbench-test.yml | 4 ++-- .github/workflows/verify-binary-installation.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cypress-e2e-sql-workbench-test.yml b/.github/workflows/cypress-e2e-sql-workbench-test.yml index 3c2c97c..a55dccf 100644 --- a/.github/workflows/cypress-e2e-sql-workbench-test.yml +++ b/.github/workflows/cypress-e2e-sql-workbench-test.yml @@ -7,8 +7,8 @@ env: # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm OPENSEARCH_DASHBOARDS_VERSION: 'main' - OPENSEARCH_VERSION: '3.0.0' - OPENSEARCH_PLUGIN_VERSION: '3.0.0.0' + OPENSEARCH_VERSION: '3.0.0-alpha1' + OPENSEARCH_PLUGIN_VERSION: '3.0.0.0-alpha1' jobs: tests: diff --git a/.github/workflows/ftr-e2e-sql-workbench-test.yml b/.github/workflows/ftr-e2e-sql-workbench-test.yml index 67086c4..e573e5e 100644 --- a/.github/workflows/ftr-e2e-sql-workbench-test.yml +++ b/.github/workflows/ftr-e2e-sql-workbench-test.yml @@ -7,8 +7,8 @@ env: # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm OPENSEARCH_DASHBOARDS_VERSION: 'main' - OPENSEARCH_VERSION: '3.0.0' - OPENSEARCH_PLUGIN_VERSION: '3.0.0.0' + OPENSEARCH_VERSION: '3.0.0-alpha1' + OPENSEARCH_PLUGIN_VERSION: '3.0.0.0-alpha1' jobs: tests: diff --git a/.github/workflows/verify-binary-installation.yml b/.github/workflows/verify-binary-installation.yml index ca59929..cd27d70 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