diff --git a/.github/workflows/remote-integ-tests-workflow.yml b/.github/workflows/remote-integ-tests-workflow.yml index 7450f85f..086dcc73 100644 --- a/.github/workflows/remote-integ-tests-workflow.yml +++ b/.github/workflows/remote-integ-tests-workflow.yml @@ -6,7 +6,7 @@ env: CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm - OPENSEARCH_DASHBOARDS_VERSION: '2.x' + OPENSEARCH_DASHBOARDS_VERSION: '2.19' jobs: tests: diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 73e17b8b..5819a957 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "anomalyDetectionDashboards", - "version": "2.19.1.0", - "opensearchDashboardsVersion": "2.19.1", + "version": "2.19.2.0", + "opensearchDashboardsVersion": "2.19.2", "configPath": [ "anomaly_detection_dashboards" ], @@ -31,4 +31,4 @@ "requiredOSDataSourcePlugins": [ "opensearch-anomaly-detection" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 92287129..6fe850e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anomaly-detection-dashboards", - "version": "2.19.1.0", + "version": "2.19.2.0", "description": "OpenSearch Anomaly Detection Dashboards Plugin", "main": "index.js", "config": { @@ -58,4 +58,4 @@ "braces": "^3.0.3", "micromatch": "^4.0.8" } -} \ No newline at end of file +}