From 94cdaa08331e5f20c2fc12ca08b21d107a78cbe6 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Wed, 22 Jun 2022 14:55:43 -0700 Subject: [PATCH 1/2] Bumped version from 2.0.1 to 2.1.0. Signed-off-by: AWSHurneyt --- .github/workflows/cypress-workflow.yml | 2 +- opensearch_dashboards.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index 6bc47bca9..654e7cd94 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -12,7 +12,7 @@ on: - 2.* env: OPENSEARCH_DASHBOARDS_VERSION: '2.0' - OPENSEARCH_VERSION: '2.0.1-SNAPSHOT' + OPENSEARCH_VERSION: '2.1.0-SNAPSHOT' jobs: tests: name: Run Cypress E2E tests diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index e88fe4e53..5c000d384 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "alertingDashboards", - "version": "2.0.1.0", - "opensearchDashboardsVersion": "2.0.1", + "version": "2.1.0.0", + "opensearchDashboardsVersion": "2.1.0", "configPath": ["opensearch_alerting"], "requiredPlugins": [], "server": true, diff --git a/package.json b/package.json index c6f39a269..2cbc8fe98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-alerting-dashboards", - "version": "2.0.1.0", + "version": "2.1.0.0", "description": "OpenSearch Dashboards Alerting Plugin", "main": "index.js", "license": "Apache-2.0", From 534a1d593f75e22a251317442fe5ac1fb02c0294 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Fri, 24 Jun 2022 09:46:23 -0700 Subject: [PATCH 2/2] Adjusted opensearch dashboards branch used by cypress test workflow. Signed-off-by: AWSHurneyt --- .github/workflows/cypress-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index 654e7cd94..96cce6442 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -11,7 +11,7 @@ on: - 1.x - 2.* env: - OPENSEARCH_DASHBOARDS_VERSION: '2.0' + OPENSEARCH_DASHBOARDS_VERSION: '2.x' OPENSEARCH_VERSION: '2.1.0-SNAPSHOT' jobs: tests: