From e827551264ebf0bc60a88158c4120fc14ce007c0 Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Wed, 7 Sep 2022 12:02:29 -0700 Subject: [PATCH] Bump to 2.3 (#317) Signed-off-by: Tyler Ohlsen Signed-off-by: Tyler Ohlsen (cherry picked from commit 5dd0162cf367f5f8ba6a2ee2744273d526f67e4a) --- .github/workflows/remote-integ-tests-workflow.yml | 2 +- opensearch_dashboards.json | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/remote-integ-tests-workflow.yml b/.github/workflows/remote-integ-tests-workflow.yml index 0e3988c0..6aff2176 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.2.0-SNAPSHOT' + OPENSEARCH_VERSION: '2.3.0-SNAPSHOT' jobs: test-without-security: name: Run integ tests without security diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 0ab6f8d6..773298ec 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "anomalyDetectionDashboards", - "version": "2.2.0.0", - "opensearchDashboardsVersion": "2.2.0", + "version": "2.3.0.0", + "opensearchDashboardsVersion": "2.3.0", "configPath": ["anomaly_detection_dashboards"], "requiredPlugins": ["navigation"], "optionalPlugins": [], diff --git a/package.json b/package.json index d7fd5154..7baa0c10 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "anomaly-detection-dashboards", - "version": "2.2.0.0", + "version": "2.3.0.0", "description": "OpenSearch Anomaly Detection Dashboards Plugin", "main": "index.js", "config": { - "plugin_version": "2.2.0.0", + "plugin_version": "2.3.0.0", "plugin_name": "anomalyDetectionDashboards", "plugin_zip_name": "anomaly-detection-dashboards" },