From 9f705709ce7c2349ebf4b52f8375ed74c3690a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Due=C3=B1as?= Date: Wed, 20 Dec 2023 21:26:36 +0100 Subject: [PATCH] Upgrade to OpenSearch Dashboards 2.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Bitergia Analytics Plugins are not updated to the latest version because this will be done on the CI when plugins are compiled. Signed-off-by: Santiago Dueñas --- Dockerfile | 4 ++-- releases/unreleased/update-to-opensearch-210.yml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 releases/unreleased/update-to-opensearch-210.yml diff --git a/Dockerfile b/Dockerfile index c165a70..54b8456 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Copyright (C) Bitergia # GPLv3 License -FROM opensearchproject/opensearch-dashboards:2.7.0 +FROM opensearchproject/opensearch-dashboards:2.10.0 LABEL maintainer="Santiago Dueñas " LABEL org.opencontainers.image.title="Bitergia Analytics OpenSearch Dashboards" @@ -30,7 +30,7 @@ RUN opensearch-dashboards-plugin install "https://github.com/dlumbrer/kbn_dotplo RUN opensearch-dashboards-plugin install "https:/github.com/dlumbrer/kbn_polar/releases/download/osd-2.7.0/kbn_polar-1.0.0_2.7.0.zip" # Install enhanced table plugin -RUN opensearch-dashboards-plugin install "https://github.com/fbaligand/kibana-enhanced-table/releases/download/v1.13.3/enhanced-table-1.13.3_osd-2.7.0.zip" +RUN opensearch-dashboards-plugin install "https://github.com/fbaligand/kibana-enhanced-table/releases/download/v1.13.3/enhanced-table-1.13.3_osd-2.10.0.zip" # Install Bitergia Analytics plugins RUN opensearch-dashboards-plugin install "https://github.com/bitergia-analytics/bitergia-analytics-plugin/releases/download/0.14.0/bitergia_analytics-0.14.0_2.7.0.zip" diff --git a/releases/unreleased/update-to-opensearch-210.yml b/releases/unreleased/update-to-opensearch-210.yml new file mode 100644 index 0000000..a3b5a82 --- /dev/null +++ b/releases/unreleased/update-to-opensearch-210.yml @@ -0,0 +1,7 @@ +--- +title: Upgrade to OpenSearch 2.10 +category: dependency +author: Santiago Dueñas +issue: null +notes: > + With this release, OpenSearch version has been upgraded to 2.10.