Skip to content

Commit

Permalink
Release 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Dec 26, 2023
1 parent fd142a8 commit cdb2c5c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ ENV PATH=/usr/share/opensearch-dashboards/bin:$PATH
#

# Install visualization plugins
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/radar-vis-plugin/releases/download/0.14.1-rc.2/radar-vis-plugin-0.14.1_2.10.0.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/network-vis-plugin/releases/download/0.14.1-rc.2/network-vis-plugin-0.14.1_2.10.0.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/dotplot-vis-plugin/releases/download/0.14.1-rc.2/dotplot-vis-plugin-0.14.1_2.10.0.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/polar-vis-plugin/releases/download/0.14.1-rc.2/polar-vis-plugin-0.14.1_2.10.0.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/radar-vis-plugin/releases/download/0.14.1/radar-vis-plugin-0.14.1_2.10.0.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/network-vis-plugin/releases/download/0.14.1/network-vis-plugin-0.14.1_2.10.0.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/dotplot-vis-plugin/releases/download/0.14.1/dotplot-vis-plugin-0.14.1_2.10.0.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/polar-vis-plugin/releases/download/0.14.1/polar-vis-plugin-0.14.1_2.10.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.10.0.zip"

# Install Bitergia Analytics plugins
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/bitergia-analytics-plugin/releases/download/0.14.1-rc.2/bitergia-analytics-plugin-0.14.1_2.10.0.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/bitergia-analytics-plugin/releases/download/0.14.1/bitergia-analytics-plugin-0.14.1_2.10.0.zip

# Remove plugins not supported on this release
RUN opensearch-dashboards-plugin remove reportsDashboards
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Releases

## bitergia-analytics-opensearch-dashboards 0.14.1 - (2023-12-26)

**Dependencies updateds:**

* Upgrade to OpenSearch 2.10\
With this release, OpenSearch version has been upgraded to 2.10.


## bitergia-analytics-opensearch-dashboards 0.14.0 - (2023-11-17)

* No changes on this component. The version is bumped to align it
Expand All @@ -14,3 +22,4 @@

* No changes on this component. The version is bumped to align it
with the rest of the components.

7 changes: 7 additions & 0 deletions releases/0.14.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## bitergia-analytics-opensearch-dashboards 0.14.1 - (2023-12-26)

**Dependencies updateds:**

* Upgrade to OpenSearch 2.10\
With this release, OpenSearch version has been upgraded to 2.10.

7 changes: 0 additions & 7 deletions releases/unreleased/processed/update-to-opensearch-210.yml

This file was deleted.

2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.1-rc.2
0.14.1

0 comments on commit cdb2c5c

Please sign in to comment.