Skip to content

Allow specifying plugin version requirement as semver range #135781

Open
@flash1293

Description

Picking up the discussion from #9019 (comment)

Our plugin system matured and at least the core APIs seems pretty stable by now. Based on the current state of affairs, forcing the user to pick a patch version compatibility seems too heavy handed for the case. Requiring any 3rd party plugin user to deal with bumping the version for each plugin they use on each version upgrade adds severe friction to Kibana plugin usage we can avoid. This is definitely adding the potential for unintended behavior, but as there are many cases in which plugins will work fine after upgrades it's worth allowing the plugin author to take over this responsibility.

Based on this reasoning, I propose allowing the user to specify compatibility as a semver range instead.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Feature:PluginsTeam:CoreCore services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etcdiscuss

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions