opensearch-project / dashboards-maps

:globe_with_meridians: User interface for the backend geospatial plugin which can be integrated with OpenSearch Dashboards and a home for all other map related features.
https://opensearch.org/docs/latest/dashboards/geojson-regionmaps/#custom-vector-maps-with-geojson
Apache License 2.0
17 stars 44 forks source link

[FEATURE] Support Version Decoupling in Maps Dashboards Plugin #620

Open ZilongX opened 3 months ago

ZilongX commented 3 months ago

Is your feature request related to a problem?

OpenSearch plugins currently tightly couple their versions with the underlying OpenSearch/OpenSearch Dashboards version. This tight coupling can lead to challenges in maintaining and upgrading plugins independently. To enable supporting of the decoupling of the plugin versions from the OpenSearch versions will allow for more flexibility in managing and updating plugins.

More details is available at RFC Plugins Version Decoupling - https://github.com/opensearch-project/OpenSearch-Dashboards/issues/5877

What solution would you like?

Support version decoupling in the maps dashboards plugin, where end users would be able to consume the latest version of maps dashboards plugin with a range of supported OS versions instead of just one version

What alternatives have you considered?

More as detailed in Plugins Version Decoupling

Do you have any additional context?

More as detailed in Plugins Version Decoupling

VijayanB commented 2 months ago

Tagging @vamshin to prioritize this in next release