From 0b412e07efd7091f1a14f1023a114e9a2ee0d469 Mon Sep 17 00:00:00 2001 From: Shenoy Pratik Date: Tue, 4 Oct 2022 16:10:02 -0700 Subject: [PATCH] bump version to 2.4.0 (#1071) Signed-off-by: Shenoy Pratik Signed-off-by: Shenoy Pratik --- .../dashboards-observability-test-and-build-workflow.yml | 4 ++-- opensearch_dashboards.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dashboards-observability-test-and-build-workflow.yml b/.github/workflows/dashboards-observability-test-and-build-workflow.yml index 84f24ff114..4d25d77fe8 100644 --- a/.github/workflows/dashboards-observability-test-and-build-workflow.yml +++ b/.github/workflows/dashboards-observability-test-and-build-workflow.yml @@ -5,8 +5,8 @@ on: [pull_request, push] env: PLUGIN_NAME: dashboards-observability - OPENSEARCH_VERSION: 'main' - OPENSEARCH_PLUGIN_VERSION: 2.3.0.0 + OPENSEARCH_VERSION: '2.x' + OPENSEARCH_PLUGIN_VERSION: 2.4.0.0 jobs: diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index f623633a58..c5afc333b9 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "observabilityDashboards", - "version": "2.3.0.0", - "opensearchDashboardsVersion": "2.3.0", + "version": "2.4.0.0", + "opensearchDashboardsVersion": "2.4.0", "server": true, "ui": true, "requiredPlugins": [ diff --git a/package.json b/package.json index 5f45bc5bfe..e47cb401e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "observability-dashboards", - "version": "2.3.0.0", + "version": "2.4.0.0", "main": "index.ts", "license": "Apache-2.0", "scripts": {