diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index 9671ee6af..e5cc6ebc6 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -7,8 +7,8 @@ on: branches: - "*" env: - OPENSEARCH_DASHBOARDS_VERSION: '2.2' - OPENSEARCH_VERSION: '2.2.1-SNAPSHOT' + OPENSEARCH_DASHBOARDS_VERSION: '2.3' + OPENSEARCH_VERSION: '2.3.0-SNAPSHOT' jobs: tests: name: Run Cypress E2E tests diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 551f3b7bd..07fb2935f 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "alertingDashboards", - "version": "2.2.1.0", - "opensearchDashboardsVersion": "2.2.1", + "version": "2.3.0.0", + "opensearchDashboardsVersion": "2.3.0", "configPath": ["opensearch_alerting"], "requiredPlugins": [], "server": true, diff --git a/package.json b/package.json index b234da7e2..f2cf4135d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-alerting-dashboards", - "version": "2.2.1.0", + "version": "2.3.0.0", "description": "OpenSearch Dashboards Alerting Plugin", "main": "index.js", "license": "Apache-2.0",