diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index b2015b5b6..01f59ddc1 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -9,8 +9,8 @@ on: - main - 1.x env: - OPENSEARCH_DASHBOARDS_VERSION: '1.x' - OPENSEARCH_VERSION: '1.3.1-SNAPSHOT' + OPENSEARCH_DASHBOARDS_VERSION: '1.3' + OPENSEARCH_VERSION: '1.3.2-SNAPSHOT' jobs: tests: name: Run Cypress E2E tests diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index d5ed9e4ac..661c6ae97 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "alertingDashboards", - "version": "1.3.1.0", - "opensearchDashboardsVersion": "1.3.1", + "version": "1.3.2.0", + "opensearchDashboardsVersion": "1.3.2", "configPath": ["opensearch_alerting"], "requiredPlugins": [], "server": true, diff --git a/package.json b/package.json index 46f8d5a53..b0ba41ede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-alerting-dashboards", - "version": "1.3.1.0", + "version": "1.3.2.0", "description": "OpenSearch Dashboards Alerting Plugin", "main": "index.js", "license": "Apache-2.0",