diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index 23218446d..6e2c1049e 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -7,8 +7,8 @@ on: branches: - "**" env: - OPENSEARCH_DASHBOARDS_VERSION: '2.11.0' - ALERTING_PLUGIN_BRANCH: '2.11.0.0' + OPENSEARCH_DASHBOARDS_VERSION: '2.x' + ALERTING_PLUGIN_BRANCH: '2.x' jobs: tests: name: Run Cypress E2E tests diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index d921044b6..2d9cbd2af 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "alertingDashboards", - "version": "2.11.0.0", - "opensearchDashboardsVersion": "2.11.0", + "version": "2.12.0.0", + "opensearchDashboardsVersion": "2.12.0", "configPath": [ "opensearch_alerting" ], diff --git a/package.json b/package.json index 0f794ded4..b20115b45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-alerting-dashboards", - "version": "2.11.0.0", + "version": "2.12.0.0", "description": "OpenSearch Dashboards Alerting Plugin", "main": "index.js", "license": "Apache-2.0",