Skip to content

[Change Proposal] Allow to declare a maturity level in the agentless deployment mode #1098

@jsoriano

Description

@jsoriano

There are cases where the agentless deployment mode of a package has a different maturity level than the default one. In these cases, we would want to be able to define it, so UIs can make informed decisions on the versions of the packages used and how they are presented to users.

The change would be to add a release parameter to the agentless deployment mode, so for example we can have this configuration to indicate that even if the package is GA, the agentless deployment mode is beta:

deployment_modes:
    agentless:
      enabled: true
      release: beta   # <-- new field

This new field is only intended for high-level UIs, and not intended to affect discoverability of packages through the Package Registry.

Metadata

Metadata

Assignees

Labels

discussIssue needs discussion
No fields configured for Enhancement.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions