Skip to content

Commit ec768b7

Browse files
authored
Bump plugin to 1.3.0.0 (opensearch-project#160)
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 3f8894e commit ec768b7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- main
99
env:
1010
OPENSEARCH_DASHBOARDS_VERSION: '1.x'
11-
OPENSEARCH_VERSION: '1.2.0-SNAPSHOT'
11+
OPENSEARCH_VERSION: '1.3.0-SNAPSHOT'
1212
jobs:
1313
test-with-security:
1414
name: Run e2e tests without security

opensearch_dashboards.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "anomalyDetectionDashboards",
3-
"version": "1.2.0.0",
4-
"opensearchDashboardsVersion": "1.2.0",
3+
"version": "1.3.0.0",
4+
"opensearchDashboardsVersion": "1.3.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.2.0.0",
3+
"version": "1.3.0.0",
44
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
55
"main": "index.js",
66
"config": {
7-
"plugin_version": "1.2.0.0",
7+
"plugin_version": "1.3.0.0",
88
"plugin_name": "anomalyDetectionDashboards",
99
"plugin_zip_name": "anomaly-detection-dashboards"
1010
},

0 commit comments

Comments
 (0)