From 77b88be9adeb499296d10703c599b9ca17dcc23c Mon Sep 17 00:00:00 2001 From: Amardeepsingh Siglani Date: Wed, 6 Sep 2023 14:42:59 -0700 Subject: [PATCH] Incremented version to 2.10 (#703) * incremented version Signed-off-by: Amardeepsingh Siglani * minor test change Signed-off-by: Amardeepsingh Siglani --------- Signed-off-by: Amardeepsingh Siglani --- cypress/integration/acknowledge_alerts_modal_spec.js | 6 +++--- opensearch_dashboards.json | 10 ++++------ package.json | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/cypress/integration/acknowledge_alerts_modal_spec.js b/cypress/integration/acknowledge_alerts_modal_spec.js index 16e68c539..9c2d69452 100644 --- a/cypress/integration/acknowledge_alerts_modal_spec.js +++ b/cypress/integration/acknowledge_alerts_modal_spec.js @@ -28,15 +28,15 @@ describe('AcknowledgeAlertsModal', () => { cy.createMonitor(sampleAlertsFlyoutBucketMonitor); cy.createMonitor(sampleAlertsFlyoutQueryMonitor); + // Wait 1 minute for the test monitors to trigger alerts, then go to the 'Alerts by trigger' dashboard page to view alerts and dashboards to be ready + cy.wait(60000); + // Visit Alerting OpenSearch Dashboards cy.visit(`${Cypress.env('opensearch_dashboards')}/app/${PLUGIN_NAME}#/monitors`); // Confirm test monitors were created successfully cy.contains(BUCKET_MONITOR, { timeout: TWENTY_SECONDS }); cy.contains(QUERY_MONITOR, { timeout: TWENTY_SECONDS }); - - // Wait 1 minute for the test monitors to trigger alerts, then go to the 'Alerts by trigger' dashboard page to view alerts - cy.wait(60000); }); beforeEach(() => { diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index d2bc1a2ca..c0d68fd11 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,10 +1,8 @@ { "id": "alertingDashboards", - "version": "2.9.0.0", - "opensearchDashboardsVersion": "2.9.0", - "configPath": [ - "opensearch_alerting" - ], + "version": "2.10.0.0", + "opensearchDashboardsVersion": "2.10.0", + "configPath": ["opensearch_alerting"], "requiredPlugins": [ "uiActions", "dashboard", @@ -18,4 +16,4 @@ ], "server": true, "ui": true -} \ No newline at end of file +} diff --git a/package.json b/package.json index c11a7748d..9d25c6429 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-alerting-dashboards", - "version": "2.9.0.0", + "version": "2.10.0.0", "description": "OpenSearch Dashboards Alerting Plugin", "main": "index.js", "license": "Apache-2.0",