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 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 +}