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.
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
releaseparameter 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:This new field is only intended for high-level UIs, and not intended to affect discoverability of packages through the Package Registry.