From d2005de394d08c7040e329d660765735dc9ef2f7 Mon Sep 17 00:00:00 2001 From: Rupal Mahajan Date: Mon, 18 Mar 2024 16:17:39 -0700 Subject: [PATCH] Update version in workflows (#327) Signed-off-by: Rupal Mahajan --- .github/workflows/cypress-e2e-reporting-test.yml | 4 ++-- .github/workflows/ftr-e2e-reporting-test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cypress-e2e-reporting-test.yml b/.github/workflows/cypress-e2e-reporting-test.yml index fc04096d..8dab37cb 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.12.0' - OPENSEARCH_PLUGIN_VERSION: '2.12.0.0' + OPENSEARCH_VERSION: '2.13.0' + OPENSEARCH_PLUGIN_VERSION: '2.13.0.0' PLUGIN_NAME: dashboards-reporting jobs: diff --git a/.github/workflows/ftr-e2e-reporting-test.yml b/.github/workflows/ftr-e2e-reporting-test.yml index b4be4225..2c4db4f8 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.12.0' - OPENSEARCH_PLUGIN_VERSION: '2.12.0.0' + OPENSEARCH_VERSION: '2.13.0' + OPENSEARCH_PLUGIN_VERSION: '2.13.0.0' PLUGIN_NAME: dashboards-reporting jobs: