diff --git a/.github/workflows/cypress-e2e-reporting-test.yml b/.github/workflows/cypress-e2e-reporting-test.yml index 8dab37cb..35d51b64 100644 --- a/.github/workflows/cypress-e2e-reporting-test.yml +++ b/.github/workflows/cypress-e2e-reporting-test.yml @@ -7,8 +7,8 @@ env: # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm OPENSEARCH_DASHBOARDS_VERSION: '2.x' - OPENSEARCH_VERSION: '2.13.0' - OPENSEARCH_PLUGIN_VERSION: '2.13.0.0' + OPENSEARCH_VERSION: '2.14.0' + OPENSEARCH_PLUGIN_VERSION: '2.14.0.0' PLUGIN_NAME: dashboards-reporting jobs: diff --git a/.github/workflows/dashboards-reports-test-and-build-workflow.yml b/.github/workflows/dashboards-reports-test-and-build-workflow.yml index ad91b849..046add6b 100644 --- a/.github/workflows/dashboards-reports-test-and-build-workflow.yml +++ b/.github/workflows/dashboards-reports-test-and-build-workflow.yml @@ -6,7 +6,7 @@ env: PLUGIN_NAME: reportsDashboards ARTIFACT_NAME: reports-dashboards OPENSEARCH_VERSION: 'main' - OPENSEARCH_PLUGIN_VERSION: 2.7.0.0 + OPENSEARCH_PLUGIN_VERSION: 2.14.0.0 jobs: diff --git a/.github/workflows/draft-release-notes-workflow.yml b/.github/workflows/draft-release-notes-workflow.yml index 8e53c23c..e33df5ca 100644 --- a/.github/workflows/draft-release-notes-workflow.yml +++ b/.github/workflows/draft-release-notes-workflow.yml @@ -16,6 +16,6 @@ jobs: with: config-name: draft-release-notes-config.yml tag: (None) - version: 2.7.0.0 + version: 2.14.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ftr-e2e-reporting-test.yml b/.github/workflows/ftr-e2e-reporting-test.yml index 2c4db4f8..63a1f4a0 100644 --- a/.github/workflows/ftr-e2e-reporting-test.yml +++ b/.github/workflows/ftr-e2e-reporting-test.yml @@ -7,8 +7,8 @@ env: # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm OPENSEARCH_DASHBOARDS_VERSION: '2.x' - OPENSEARCH_VERSION: '2.13.0' - OPENSEARCH_PLUGIN_VERSION: '2.13.0.0' + OPENSEARCH_VERSION: '2.14.0' + OPENSEARCH_PLUGIN_VERSION: '2.14.0.0' PLUGIN_NAME: dashboards-reporting jobs: diff --git a/.github/workflows/verify-binary-installation.yml b/.github/workflows/verify-binary-installation.yml index d8264c49..b4da9c92 100644 --- a/.github/workflows/verify-binary-installation.yml +++ b/.github/workflows/verify-binary-installation.yml @@ -2,7 +2,7 @@ name: 'Install Dashboards with Plugin via Binary' on: [push, pull_request] env: - OPENSEARCH_VERSION: '3.0.0' + OPENSEARCH_VERSION: '2.14.0' CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 51db062a..691821ba 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "reportsDashboards", - "version": "2.13.0.0", - "opensearchDashboardsVersion": "2.13.0", + "version": "2.14.0.0", + "opensearchDashboardsVersion": "2.14.0", "requiredPlugins": [ "navigation", "data", diff --git a/package.json b/package.json index 5d985bfa..69acb55a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reports-dashboards", - "version": "2.13.0.0", + "version": "2.14.0.0", "description": "OpenSearch Dashboards Reports Plugin", "license": "Apache-2.0", "main": "index.ts",