dlumbrer / kbn_polar

Polar area visualization for Kibana
Apache License 2.0
13 stars 5 forks source link

Add workflow to build/release plugins for OpenSearch #4

Closed sduenas closed 2 years ago

sduenas commented 2 years ago

With this workflow for GitHub actions, the plugin will be built and released when a new tag with the prefix 'osd-' is created. This implies that all the tags that start with that prefix will build versions for OpenSearch.

This commit also updates the version of OpenSearch to the latest. It's neccesary to build the plugin with the exact dependencies for that version.

dlumbrer commented 2 years ago

LGTM, thank you @sduenas