Skip to content

Commit

Permalink
Backport - 2.x => 2.4 (#286)
Browse files Browse the repository at this point in the history
* Bump 2.x to 2.4

Signed-off-by: Chris Hesterman <[email protected]>

Signed-off-by: Chris Hesterman <[email protected]>
  • Loading branch information
phestecAMZN authored Oct 17, 2022
1 parent b50582a commit b4cc013
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 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.3.0'
OPENSEARCH_VERSION: '2.3.0-SNAPSHOT'
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
OPENSEARCH_VERSION: '2.4.0-SNAPSHOT'
jobs:
tests:
name: Run Cypress E2E tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- "*"
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.3'
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
jobs:
tests:
name: Run unit tests
Expand Down
4 changes: 2 additions & 2 deletions cypress/integration/rollups_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ describe("Rollups", () => {

cy.wait(10000)

// // Click on "Sample data" tab
// cy.contains("Add data").click({ force: true });
// Click on "Sample data" tab
cy.contains("Add data").click({ force: true });

// Load sample eCommerce data
cy.get(`button[data-test-subj="addSampleDataSetecommerce"]`).click({ force: true });
Expand Down
14 changes: 9 additions & 5 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"id": "indexManagementDashboards",
"version": "2.3.0.0",
"opensearchDashboardsVersion": "2.3.0",
"configPath": ["opensearch_index_management"],
"requiredPlugins": ["navigation"],
"version": "2.4.0.0",
"opensearchDashboardsVersion": "2.4.0",
"configPath": [
"opensearch_index_management"
],
"requiredPlugins": [
"navigation"
],
"server": true,
"ui": true
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch_index_management_dashboards",
"version": "2.3.0.0",
"version": "2.4.0.0",
"description": "Opensearch Dashboards plugin for Index Management",
"main": "index.js",
"license": "Apache-2.0",
Expand Down Expand Up @@ -64,4 +64,4 @@
"engines": {
"yarn": "^1.21.1"
}
}
}

0 comments on commit b4cc013

Please sign in to comment.