Hi,
I am looking to see if there's a way where we can upgrade elasticsearch version on clusters without having to build the custom plugin with that version. Let's say for example, I have a plugin built off of 6.3.2 and when I try to install it on a 6.4.x cluster, it fails.
Will an upgrade between versions have the same issue or elasticsearch internally manages this?
If there is no way but to match the elasticsearch version in your plugin dependency, is there a better way of doing this instead of having to build a plugin everytime by using something like a provided scope which takes the elasticsearch version on install and deploy?