Skip to content

Commit

Permalink
Removes rc1 version qualifier (#192)
Browse files Browse the repository at this point in the history
* Removes rc1 version qualifier

Signed-off-by: Clay Downs <[email protected]>

* Changes cypress workflow to use OS Dashboards 2.0 branch

Signed-off-by: Clay Downs <[email protected]>

* Updates unit test workflow version

Signed-off-by: Clay Downs <[email protected]>
  • Loading branch information
downsrob authored May 13, 2022
1 parent 3d92836 commit 68ef91a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- main
- development-*
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.0.0-rc1'
OPENSEARCH_VERSION: '2.0.0-rc1-SNAPSHOT'
OPENSEARCH_DASHBOARDS_VERSION: '2.0'
OPENSEARCH_VERSION: '2.0.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 @@ -8,7 +8,7 @@ on:
- main
- development-*
env:
OPENSEARCH_DASHBOARDS_VERSION: 'main'
OPENSEARCH_DASHBOARDS_VERSION: '2.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,6 +1,6 @@
{
"id": "indexManagementDashboards",
"version": "2.0.0.0-rc1",
"version": "2.0.0.0",
"opensearchDashboardsVersion": "2.0.0",
"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.0.0.0-rc1",
"version": "2.0.0.0",
"description": "Opensearch Dashboards plugin for Index Management",
"main": "index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 68ef91a

Please sign in to comment.