OpenNMS / elasticsearch-drift-plugin

Elasticearch plugin that helps generate time series data from flow data
Apache License 2.0
3 stars 4 forks source link

Versioning and branching scheme #11

Closed j-white closed 5 years ago

j-white commented 5 years ago

Given that Elasticsearch requires the plugin to match the specific major/minor/patch versions, we find ourselves constantly having to update the plugin to work with new versions.

In our current versioning scheme, we increment the minor version of the plugin everytime we make a update to be compatible with a new Elasticsearch version.

Is there a better way to handle this? What if we update the plugin version to simply match the Elasticsearch version we're targeting?

j-white commented 5 years ago

We now version the plugin with the ES version it targets.