Skip to content

Commit

Permalink
Bump to 2.5.0; add constants in CI workflow (#346)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler authored Nov 30, 2022
1 parent 989bc33 commit 1a19567
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/remote-integ-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:
- "*"
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
OPENSEARCH_VERSION: '2.4.0-SNAPSHOT'
OPENSEARCH_VERSION: '2.5.0-SNAPSHOT'
OPENSEARCH_DASHBOARDS_FTREPO_VERSION: '2.x'
ANOMALY_DETECTION_PLUGIN_VERSION: '2.x'
jobs:
test-without-security:
name: Run integ tests without security
Expand All @@ -26,7 +28,7 @@ jobs:
with:
path: anomaly-detection
repository: opensearch-project/anomaly-detection
ref: '2.x'
ref: ${{ env.ANOMALY_DETECTION_PLUGIN_VERSION }}
- name: Run Opensearch with plugin
run: |
cd anomaly-detection
Expand Down Expand Up @@ -72,7 +74,7 @@ jobs:
with:
path: opensearch-dashboards-functional-test
repository: opensearch-project/opensearch-dashboards-functional-test
ref: 'main' # TODO: change to a branch when the branching strategy in that repo has been established
ref: ${{ env.OPENSEARCH_DASHBOARDS_FTREPO_VERSION }}
- name: Get Cypress version
id: cypress_version
run: |
Expand Down
4 changes: 2 additions & 2 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "anomalyDetectionDashboards",
"version": "2.4.0.0",
"opensearchDashboardsVersion": "2.4.0",
"version": "2.5.0.0",
"opensearchDashboardsVersion": "2.5.0",
"configPath": ["anomaly_detection_dashboards"],
"requiredPlugins": ["navigation"],
"optionalPlugins": [],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "anomaly-detection-dashboards",
"version": "2.4.0.0",
"version": "2.5.0.0",
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
"main": "index.js",
"config": {
"plugin_version": "2.4.0.0",
"plugin_version": "2.5.0.0",
"plugin_name": "anomalyDetectionDashboards",
"plugin_zip_name": "anomaly-detection-dashboards"
},
Expand Down

0 comments on commit 1a19567

Please sign in to comment.