Skip to content

Commit

Permalink
Merge branch 'update-osd-10' of 'https://github.com/sduenas/bitergia-…
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Dec 21, 2023
2 parents 070677d + 9f70570 commit 7ffe2a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <sduenas@bitergia.com>"
LABEL org.opencontainers.image.title="Bitergia Analytics OpenSearch Dashboards"
Expand Down Expand Up @@ -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"
Expand Down
7 changes: 7 additions & 0 deletions releases/unreleased/update-to-opensearch-210.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Upgrade to OpenSearch 2.10
category: dependency
author: Santiago Dueñas <sduenas@bitergia.com>
issue: null
notes: >
With this release, OpenSearch version has been upgraded to 2.10.

0 comments on commit 7ffe2a6

Please sign in to comment.