Skip to content

Commit

Permalink
Release 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Feb 8, 2024
1 parent 54f71b2 commit e53f809
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 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.16.2-rc.1/radar-vis-plugin-0.16.2_2.11.1.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/network-vis-plugin/releases/download/0.16.2-rc.1/network-vis-plugin-0.16.2_2.11.1.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/dotplot-vis-plugin/releases/download/0.16.2-rc.1/dotplot-vis-plugin-0.16.2_2.11.1.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/polar-vis-plugin/releases/download/0.16.2-rc.1/polar-vis-plugin-0.16.2_2.11.1.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/radar-vis-plugin/releases/download/0.16.2/radar-vis-plugin-0.16.2_2.11.1.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/network-vis-plugin/releases/download/0.16.2/network-vis-plugin-0.16.2_2.11.1.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/dotplot-vis-plugin/releases/download/0.16.2/dotplot-vis-plugin-0.16.2_2.11.1.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/polar-vis-plugin/releases/download/0.16.2/polar-vis-plugin-0.16.2_2.11.1.zip

# Install enhanced table plugin
RUN opensearch-dashboards-plugin install "https://github.com/fbaligand/kibana-enhanced-table/files/13727732/enhanced-table-1.14.0-alpha1_osd-2.11.1.zip"

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

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

## bitergia-analytics-opensearch-dashboards 0.16.2 - (2024-02-08)

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

## bitergia-analytics-opensearch-dashboards 0.16.1 - (2024-02-01)

* No changes on this component. The version is bumped to align it
Expand Down
4 changes: 4 additions & 0 deletions releases/0.16.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## bitergia-analytics-opensearch-dashboards 0.16.2 - (2024-02-08)

* No changes on this component. The version is bumped to align it
with the rest of the components.
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.2-rc.1
0.16.2

0 comments on commit e53f809

Please sign in to comment.