Skip to content

Commit

Permalink
Run version sync, adj. OSDB versions in workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Hesterman <[email protected]>
  • Loading branch information
phestecAMZN committed Dec 2, 2022
1 parent ecb3f46 commit 5b52f5f
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.0'
OPENSEARCH_DASHBOARDS_VERSION: '2.4.1'
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.0'
OPENSEARCH_DASHBOARDS_VERSION: '2.4.1'
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,6 +1,6 @@
{
"id": "indexManagementDashboards",
"version": "2.4.0.0",
"version": "2.4.1",
"opensearchDashboardsVersion": "2.4.1",
"configPath": ["opensearch_index_management"],
"requiredPlugins": ["navigation"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch_index_management_dashboards",
"version": "2.4.0",
"version": "2.4.1",
"description": "Opensearch Dashboards plugin for Index Management",
"main": "index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5b52f5f

Please sign in to comment.