diff --git a/.github/workflows/remote-integ-tests-workflow.yml b/.github/workflows/remote-integ-tests-workflow.yml index e2985ee0..0e3988c0 100644 --- a/.github/workflows/remote-integ-tests-workflow.yml +++ b/.github/workflows/remote-integ-tests-workflow.yml @@ -11,7 +11,7 @@ on: - "*" env: OPENSEARCH_DASHBOARDS_VERSION: '2.x' - OPENSEARCH_VERSION: '2.1.0-SNAPSHOT' + OPENSEARCH_VERSION: '2.2.0-SNAPSHOT' jobs: test-without-security: name: Run integ tests without security diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 5bfb40f4..0ab6f8d6 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "anomalyDetectionDashboards", - "version": "2.1.0.0", - "opensearchDashboardsVersion": "2.1.0", + "version": "2.2.0.0", + "opensearchDashboardsVersion": "2.2.0", "configPath": ["anomaly_detection_dashboards"], "requiredPlugins": ["navigation"], "optionalPlugins": [], diff --git a/package.json b/package.json index 51963894..d7fd5154 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "anomaly-detection-dashboards", - "version": "2.1.0.0", + "version": "2.2.0.0", "description": "OpenSearch Anomaly Detection Dashboards Plugin", "main": "index.js", "config": { - "plugin_version": "2.1.0.0", + "plugin_version": "2.2.0.0", "plugin_name": "anomalyDetectionDashboards", "plugin_zip_name": "anomaly-detection-dashboards" },