Skip to content

Commit

Permalink
Release 0.16.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Feb 1, 2024
1 parent 378762e commit 8d5e4cd
Show file tree
Hide file tree
Showing 3 changed files with 10 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.0/radar-vis-plugin-0.16.0_2.11.1.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/network-vis-plugin/releases/download/0.16.0/network-vis-plugin-0.16.0_2.11.1.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/dotplot-vis-plugin/releases/download/0.16.0/dotplot-vis-plugin-0.16.0_2.11.1.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/polar-vis-plugin/releases/download/0.16.0/polar-vis-plugin-0.16.0_2.11.1.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/radar-vis-plugin/releases/download/0.16.1-rc.1/radar-vis-plugin-0.16.1_2.11.1.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/network-vis-plugin/releases/download/0.16.1-rc.1/network-vis-plugin-0.16.1_2.11.1.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/dotplot-vis-plugin/releases/download/0.16.1-rc.1/dotplot-vis-plugin-0.16.1_2.11.1.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/polar-vis-plugin/releases/download/0.16.1-rc.1/polar-vis-plugin-0.16.1_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.0/bitergia-analytics-plugin-0.16.0_2.11.1.zip
RUN opensearch-dashboards-plugin install https://github.com/bitergia-analytics/bitergia-analytics-plugin/releases/download/0.16.1-rc.1/bitergia-analytics-plugin-0.16.1_2.11.1.zip

# Remove plugins not supported on this release
RUN opensearch-dashboards-plugin remove reportsDashboards
Expand Down
4 changes: 4 additions & 0 deletions releases/0.16.1-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## bitergia-analytics-opensearch-dashboards 0.16.1-rc.1 - (2024-02-01)

* 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.0
0.16.1-rc.1

0 comments on commit 8d5e4cd

Please sign in to comment.