diff --git a/.github/workflows/remote-ftr-integ-test-workflow.yml b/.github/workflows/remote-ftr-integ-test-workflow.yml index 624f610c..a8cf735b 100644 --- a/.github/workflows/remote-ftr-integ-test-workflow.yml +++ b/.github/workflows/remote-ftr-integ-test-workflow.yml @@ -5,8 +5,8 @@ on: [pull_request, push] env: PLUGIN_NAME: dashboards-maps OPENSEARCH_DASHBOARDS_VERSION: "main" - OPENSEARCH_VERSION: "3.0.0-alpha1" - OPENSEARCH_PLUGIN_VERSION: "3.0.0.0-alpha1" + OPENSEARCH_VERSION: "3.0.0-beta1" + OPENSEARCH_PLUGIN_VERSION: "3.0.0.0-beta1" jobs: tests: diff --git a/.github/workflows/verify-binary-installation.yml b/.github/workflows/verify-binary-installation.yml index ada49523..f2aa86ee 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-alpha1' + OPENSEARCH_VERSION: '3.0.0-beta1' CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm @@ -52,4 +52,4 @@ jobs: - name: Health check run: | timeout 300 bash -c 'while [[ "$(curl http://localhost:5601/api/status | jq -r '.status.overall.state')" != "green" ]]; do sleep 5; done' - shell: bash \ No newline at end of file + shell: bash diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 256a6992..20ba1095 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "customImportMapDashboards", - "version": "3.0.0.0-alpha1", + "version": "3.0.0.0-beta1", "opensearchDashboardsVersion": "3.0.0", "server": true, "ui": true, diff --git a/package.json b/package.json index 5e813948..fd8f393a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "customImportMap", - "version": "3.0.0.0-alpha1", + "version": "3.0.0.0-beta1", "license": "Apache-2.0", "config": { "id": "customImportMapDashboards"