Hello,
Recent changes to a plugin were merged, that we would like to test before the next release. If I just try to test the recent changes with the latest version I get the following Exception in thread "main" java.lang.IllegalArgumentException: Plugin [ingestion-kafka] was built for OpenSearch version 3.4.0 but version 3.3.2 is running. Which makes sense I would say. Following question arise:
What is the best way to test a plugin before a release? Do I have to build the OpenSearch and OpenSearch Dashboard image on my own to test it properly?
How can I make sure the changes to the plugin will be part of the new release? Should they appear here?