Skip to content

Commit b6c4770

Browse files
authored
Update remote test workflow branch and Increment version to 2.19.2 (#1017)
* Update remote test workflow branch Signed-off-by: Zelin Hao <[email protected]> * Increment version to 2.19.2 Signed-off-by: Zelin Hao <[email protected]> --------- Signed-off-by: Zelin Hao <[email protected]>
1 parent 4bca111 commit b6c4770

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/remote-integ-tests-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
CI: 1
77
# avoid warnings like "tput: No value for $TERM and no -T specified"
88
TERM: xterm
9-
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
9+
OPENSEARCH_DASHBOARDS_VERSION: '2.19'
1010

1111
jobs:
1212
tests:

opensearch_dashboards.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "anomalyDetectionDashboards",
3-
"version": "2.19.1.0",
4-
"opensearchDashboardsVersion": "2.19.1",
3+
"version": "2.19.2.0",
4+
"opensearchDashboardsVersion": "2.19.2",
55
"configPath": [
66
"anomaly_detection_dashboards"
77
],
@@ -31,4 +31,4 @@
3131
"requiredOSDataSourcePlugins": [
3232
"opensearch-anomaly-detection"
3333
]
34-
}
34+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anomaly-detection-dashboards",
3-
"version": "2.19.1.0",
3+
"version": "2.19.2.0",
44
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
55
"main": "index.js",
66
"config": {
@@ -58,4 +58,4 @@
5858
"braces": "^3.0.3",
5959
"micromatch": "^4.0.8"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)