You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Currently, the Busola application determines whether a module is in the beta state by relying on an annotation within the ModuleTemplate resource. Recent changes have changed this, and the beta state information should now be derived from the ModuleReleaseMeta resource instead. This change is necessary to ensure accuracy and consistency in displaying the beta state of modules.
Acceptance Criteria
Source of Beta State Information - The beta state information for modules is retrieved from the ModuleReleaseMeta resource.
Updated Display Logic—The Busola application's display logic has been updated to check the ModuleReleaseMeta resource for a module's beta state.
Consistency - The beta state displayed in the Busola application for any module matches the state defined in the ModuleReleaseMeta resource.
Backward Compatibility—If the ModuleReleaseMeta resource does not provide beta state information, the application should check the ModuleTemplate annotations for the beta state.
Description
Currently, the Busola application determines whether a module is in the beta state by relying on an annotation within the ModuleTemplate resource. Recent changes have changed this, and the beta state information should now be derived from the
ModuleReleaseMeta
resource instead. This change is necessary to ensure accuracy and consistency in displaying the beta state of modules.Acceptance Criteria
ModuleReleaseMeta
resource.ModuleReleaseMeta
resource for a module's beta state.ModuleReleaseMeta
resource.ModuleReleaseMeta
resource does not provide beta state information, the application should check the ModuleTemplate annotations for the beta state.Attachments
Related issue for Module Catalog changes
Epic
The text was updated successfully, but these errors were encountered: