Skip to content

Remove usage of `latest` for non catalog resource projects

Laura Montemayor requested to merge remove-latest-for-non-catalog-resources into master

What does this MR do and why?

Remove usage of latest for non catalog resources.

CONTEXT: This is some additional work that came out of the this discussion: !147910 (comment 1838860165).

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot 2024-04-10 at 15.13.25.png Screenshot 2024-04-12 at 16.10.35.png

How to set up and validate locally

Follow the screenshot above:

  1. In a project that is NOT marked as a catalog resource, create a component. Ex -> triage
  2. include the component with the ~latest tag, and you should get an error like the screenshot above.
Edited by Laura Montemayor

Merge request reports