Skip to content

Commit 77b88be

Browse files
authored
Incremented version to 2.10 (opensearch-project#703)
* incremented version Signed-off-by: Amardeepsingh Siglani <[email protected]> * minor test change Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]>
1 parent b826fe5 commit 77b88be

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

cypress/integration/acknowledge_alerts_modal_spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ describe('AcknowledgeAlertsModal', () => {
2828
cy.createMonitor(sampleAlertsFlyoutBucketMonitor);
2929
cy.createMonitor(sampleAlertsFlyoutQueryMonitor);
3030

31+
// 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
32+
cy.wait(60000);
33+
3134
// Visit Alerting OpenSearch Dashboards
3235
cy.visit(`${Cypress.env('opensearch_dashboards')}/app/${PLUGIN_NAME}#/monitors`);
3336

3437
// Confirm test monitors were created successfully
3538
cy.contains(BUCKET_MONITOR, { timeout: TWENTY_SECONDS });
3639
cy.contains(QUERY_MONITOR, { timeout: TWENTY_SECONDS });
37-
38-
// Wait 1 minute for the test monitors to trigger alerts, then go to the 'Alerts by trigger' dashboard page to view alerts
39-
cy.wait(60000);
4040
});
4141

4242
beforeEach(() => {

opensearch_dashboards.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"id": "alertingDashboards",
3-
"version": "2.9.0.0",
4-
"opensearchDashboardsVersion": "2.9.0",
5-
"configPath": [
6-
"opensearch_alerting"
7-
],
3+
"version": "2.10.0.0",
4+
"opensearchDashboardsVersion": "2.10.0",
5+
"configPath": ["opensearch_alerting"],
86
"requiredPlugins": [
97
"uiActions",
108
"dashboard",
@@ -18,4 +16,4 @@
1816
],
1917
"server": true,
2018
"ui": true
21-
}
19+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensearch-alerting-dashboards",
3-
"version": "2.9.0.0",
3+
"version": "2.10.0.0",
44
"description": "OpenSearch Dashboards Alerting Plugin",
55
"main": "index.js",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)