Skip to content

Commit

Permalink
Merge branch 'main' of github.com:phestecAMZN/index-management-dashbo…
Browse files Browse the repository at this point in the history
…ards-plugin

Signed-off-by: Chris Hesterman <[email protected]>
  • Loading branch information
phestecAMZN committed Nov 29, 2022
2 parents 2f78649 + d7e6849 commit 9a367f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-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.4.1'
OPENSEARCH_DASHBOARDS_VERSION: '2.4.0'
OPENSEARCH_VERSION: '2.4.0-SNAPSHOT'
jobs:
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.4.1'
OPENSEARCH_DASHBOARDS_VERSION: '2.4.0'
jobs:
tests:
name: Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "indexManagementDashboards",
"version": "2.4.0.0",
"opensearchDashboardsVersion": "2.4.1",
"opensearchDashboardsVersion": "2.4.0",
"configPath": ["opensearch_index_management"],
"requiredPlugins": ["navigation"],
"server": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"glob-parent": "^5.1.2",
"ssri": "^6.0.2",
"lodash": "^4.17.21",
"loader-utils": "^2.0.3",
"loader-utils": "^1.4.1",
"hosted-git-info": "^2.8.9",
"json-schema": "^0.4.0",
"ansi-regex": "^5.0.1",
Expand Down

0 comments on commit 9a367f7

Please sign in to comment.