You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell us about your request.
We have added support for specifying 'dependencies' for a plugin in its plugin-descriptor.properties file. This will enable plugin developers to specify range of Opensearch versions that the plugin is compatible with using semver range notations. Following notations are currently supported:
dependencies={ opensearch: x.y.z }
dependencies={ opensearch: =x.y.z }
dependencies={ opensearch: ~x.y.z }
dependencies={ opensearch: ^x.y.z }
This support is available for version 2.13.0 and 3.x. Need to update documentation so we can share this new feature with plugin developers.
Hi @abseth-amzn - do you think this change requires updates to the end user documentation (https://opensearch.org/docs/latest) or is it plugin developer documentation that belongs in the plugin repo? Thanks!
Hello,
This change requires updates to both opensearch-plugins repo and public docs because it impacts both developers and end customers consuming plugins.
Hello, This change requires updates to both opensearch-plugins repo and public docs because it impacts both developers and end customers consuming plugins.
OK, thanks! Do you want to put up the doc PR for this update?
What do you want to do?
Tell us about your request.
We have added support for specifying 'dependencies' for a plugin in its plugin-descriptor.properties file. This will enable plugin developers to specify range of Opensearch versions that the plugin is compatible with using semver range notations. Following notations are currently supported:
This support is available for version 2.13.0 and 3.x. Need to update documentation so we can share this new feature with plugin developers.
What other resources are available?
Related issue - opensearch-project/OpenSearch#1707
Related PR - opensearch-project/OpenSearch#11441
Backport PR to 2.x - opensearch-project/OpenSearch#12271
The text was updated successfully, but these errors were encountered: