Skip to content

Commit 5208146

Browse files
authored
Reset plugin version to 1.0.0.0, fix UT workflow (opensearch-project#9)
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 7d0e759 commit 5208146

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/workflows/unit-tests-workflow.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ on:
33
push:
44
branches:
55
- main
6+
pull_request:
7+
branches:
8+
- main
69
env:
7-
OPENSEARCH_DASHBOARDS_VERSION: 7.10.2
10+
OPENSEARCH_DASHBOARDS_VERSION: main
811
jobs:
912
tests:
1013
name: Run unit tests
@@ -18,7 +21,6 @@ jobs:
1821
with:
1922
repository: opensearch-project/OpenSearch-Dashboards
2023
ref: ${{ env.OPENSEARCH_DASHBOARDS_VERSION }}
21-
token: ${{ secrets.OPENSEARCH_DASHBOARDS_OSS_ACCESS }}
2224
path: OpenSearch-Dashboards
2325
- name: Get node and yarn versions
2426
id: versions_step

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Ultimately, your directory structure should look like this:
5151

5252
To build the plugin's distributable zip simply run `yarn build`.
5353

54-
Example output: `./build/anomalyDetectionDashboards-1.13.0.0.zip`
54+
Example output: `./build/anomalyDetectionDashboards-1.0.0.0.zip`
5555

5656
## Run
5757

opensearch_dashboards.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "anomalyDetectionDashboards",
3-
"version": "1.13.0.0",
4-
"opensearchDashboardsVersion": "7.10.2",
3+
"version": "1.0.0.0",
4+
"opensearchDashboardsVersion": "1.0.0",
55
"configPath": ["anomaly_detection_dashboards"],
66
"requiredPlugins": ["navigation"],
77
"optionalPlugins": [],

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "anomaly-detection-dashboards",
3-
"version": "1.13.0.0",
3+
"version": "1.0.0.0",
44
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
55
"main": "index.js",
66
"config": {
7-
"opensearch_version": "1.13.0.0",
7+
"opensearch_version": "1.0.0",
88
"opensearch_name": "anomalyDetectionDashboards"
99
},
1010
"scripts": {

0 commit comments

Comments
 (0)