-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add version decoupling meta for MDS #338
Add version decoupling meta for MDS #338
Conversation
Signed-off-by: Lin Wang <wonglam@amazon.com>
Signed-off-by: Lin Wang <wonglam@amazon.com>
Signed-off-by: Lin Wang <wonglam@amazon.com>
"supportedOSDataSourceVersions": ">=2.9.0", | ||
"requiredOSDataSourcePlugins": ["opensearch-ml"] |
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.
Are these key names defined by each plugins? Is it standardized?
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.
Yeah. These key names were been introduced in these two PRs:
opensearch-project/OpenSearch-Dashboards#7146
opensearch-project/OpenSearch-Dashboards#7100
They are optional properties, all plugins should using the same key names.
* Add version decoupling meta for MDS Signed-off-by: Lin Wang <wonglam@amazon.com> * Filter out not compatible data sources Signed-off-by: Lin Wang <wonglam@amazon.com> * Fix in operator not work Signed-off-by: Lin Wang <wonglam@amazon.com> --------- Signed-off-by: Lin Wang <wonglam@amazon.com> (cherry picked from commit ab60678)
* Add version decoupling meta for MDS Signed-off-by: Lin Wang <wonglam@amazon.com> * Filter out not compatible data sources Signed-off-by: Lin Wang <wonglam@amazon.com> * Fix in operator not work Signed-off-by: Lin Wang <wonglam@amazon.com> --------- Signed-off-by: Lin Wang <wonglam@amazon.com> (cherry picked from commit ab60678) Co-authored-by: Lin Wang <wonglam@amazon.com>
Description
Add version decoupling meta data for MDS, a part of opensearch-project/OpenSearch-Dashboards#5877
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.