Actions
Feature #31968
closedsupport new 'feature' names in pulp3
Description
Pulp 3.11 changed the names of the 'plugins' as reported by the status API. Katello uses this to determine if a type/plugin is installed.
Here's the change:
https://github.com/pulp/pulpcore/pull/1102/
and here's a mapping from old to new:
https://github.com/pulp/pulp-cli/pull/162/files#diff-a4a126683abe36acef1e0a895d0e2fa2441f2919952a29b4ace8d813e9a4577dR35-R41
We should go ahead and support both the old and new to make upgrades seamless
Actions