Open mrCherry97 opened 3 weeks ago
Can be done after: https://github.com/kyma-project/lifecycle-manager/issues/2007 We need to sync releases with their changes.
Just to be sure we are on the same page...
The
.spec.modules
section is deprecated
If this revers to KymaCR .spec.modules
, it is not deprecated. Customers will still add modules by listing the module to be installed (including the desired channel) in KymaCR .spec.modules
Add modules view contains dropdowns with available channels and versions
For now, it was agreed in arch round that we won't enable the possibility to install a "fixed" version of a module just yet. Customers will continue to use channels until we enable this possibility later.
Description As a user, I want to stay with the current flow of adding the module. Module Catalog will be updated, so we need to adjust the functionality of adding the modules. The
.spec.modules
section is deprecated, andModuleReleaseMeta
was introduced with information about channels and versions of the available modules.Reasons As a user, I want to stay with the current flow of adding the module. Module Catalog will be updated, so we need to adjust the functionality of adding the modules.
Acceptance Criteria
Add modules
view contains dropdowns with available channels and versionsAdd modules
is taken fromModuleReleaseMeta
Attachments