-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update plugins.md with semver range support specification #6733
Update plugins.md with semver range support specification #6733
Conversation
Add support for specifying 'dependencies' for a plugin in its plugin-descriptor.properties file. This property allows for specification of a range of OpenSearch versions for plugin compatibility check. Signed-off-by: abseth-amzn <[email protected]>
Thanks for this submission, @abseth-amzn! Can you please address the errors? If you have any questions about anything, please let us know. |
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]>
Thanks for the suggestions! I have accepted all of them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kolchfa-aws Just a few minor changes. Thanks!
_install-and-configure/plugins.md
Outdated
@@ -247,8 +247,23 @@ bin/opensearch-plugin install --batch <plugin-name> | |||
|
|||
## Available plugins | |||
|
|||
Major, minor, and patch plugin versions must match OpenSearch major, minor, and patch versions in order to be compatible. For example, plugins versions 2.3.0.x work only with OpenSearch 2.3.0. | |||
{: .warning} | |||
OpenSearch provides several bundled plugins and additional plugins. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"several bundled and additional plugins"?
@abseth-amzn Please accept editorial suggestions, and we'll be ready to merge this PR. Thanks! |
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: abseth-amzn <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: abseth-amzn <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]>
I have accepted all the suggestions. |
…-project#6733) * Update plugins.md with semver range support specification Add support for specifying 'dependencies' for a plugin in its plugin-descriptor.properties file. This property allows for specification of a range of OpenSearch versions for plugin compatibility check. Signed-off-by: abseth-amzn <[email protected]> * Update _install-and-configure/plugins.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]> * Update _install-and-configure/plugins.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]> * Update _install-and-configure/plugins.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]> * Update _install-and-configure/plugins.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]> * Update _install-and-configure/plugins.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]> * Update _install-and-configure/plugins.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]> * Update _install-and-configure/plugins.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]> * Update _install-and-configure/plugins.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]> * Update _install-and-configure/plugins.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]> * Update _install-and-configure/plugins.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]> * Update _install-and-configure/plugins.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]> * Update _install-and-configure/plugins.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]> * Update _install-and-configure/plugins.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]> * Update _install-and-configure/plugins.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: abseth-amzn <[email protected]> * Update _install-and-configure/plugins.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: abseth-amzn <[email protected]> * Update _install-and-configure/plugins.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: abseth-amzn <[email protected]> --------- Signed-off-by: abseth-amzn <[email protected]> Co-authored-by: abseth-amzn <[email protected]> Co-authored-by: Nathan Bower <[email protected]>
```properties | ||
opensearch.version=2.3.0 | ||
``` | ||
Alternatively, a plugin can specify a range of compatible OpenSearch versions by setting the `dependencies` property in its `plugin-descriptor.properties` file using one of the following notations: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't you specify that this is only available starting with 2.13.0? (all your examples currently use 2.3.0 where it wouldn't even work)
Add support for specifying 'dependencies' for a plugin in its plugin-descriptor.properties file. This property allows for specification of a range of OpenSearch versions for plugin compatibility check.
Description
Describe what this change achieves.
Issues Resolved
Closes #6433
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.