Skip to content

Commit

Permalink
increment version (#701)
Browse files Browse the repository at this point in the history
* increment version

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* changed branches for cypress

Signed-off-by: Amardeepsingh Siglani <[email protected]>

---------

Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan authored Sep 6, 2023
1 parent a1b1678 commit bfefea6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches:
- "*"
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.9.0'
SECURITY_ANALYTICS_BRANCH: '2.9'
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
SECURITY_ANALYTICS_BRANCH: '2.x'
jobs:
tests:
name: Run Cypress E2E tests
Expand Down
1 change: 0 additions & 1 deletion cypress/integration/1_detectors.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import sample_windows_index_settings from '../fixtures/sample_windows_index_sett
import sample_dns_index_settings from '../fixtures/sample_dns_index_settings.json';
import dns_name_rule_data from '../fixtures/integration_tests/rule/create_dns_rule_with_name_selection.json';
import dns_type_rule_data from '../fixtures/integration_tests/rule/create_dns_rule_with_type_selection.json';
import dns_mapping_fields from '../fixtures/integration_tests/rule/sample_dns_field_mappings.json';
import _ from 'lodash';
import { getMappingFields } from '../../public/pages/Detectors/utils/helpers';

Expand Down
14 changes: 5 additions & 9 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"id": "securityAnalyticsDashboards",
"version": "2.9.0.0",
"opensearchDashboardsVersion": "2.9.0",
"configPath": [
"opensearch_security_analytics"
],
"requiredPlugins": [
"data"
],
"version": "2.10.0.0",
"opensearchDashboardsVersion": "2.10.0",
"configPath": ["opensearch_security_analytics"],
"requiredPlugins": ["data"],
"server": true,
"ui": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch_security_analytics_dashboards",
"version": "2.9.0.0",
"version": "2.10.0.0",
"description": "OpenSearch Dashboards plugin for Security Analytics",
"main": "index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit bfefea6

Please sign in to comment.