Skip to content

Draft: Update `latest` in `Ci::Catalog::Resources::Version`

Laura Montemayor requested to merge update-latest into master

What does this MR do and why?

  • Update latest to point to the latest semantic version, rather than the latest release
  • Remove code for sorting versions since we have iterated to another solution
  • Adds semantic version sorting in ..Version. We need this sorting in order to get the latest, but we will also need it for the versions dropdown (link TBD)

NOTE: This MR is in draft and currently has some cherry-picked changes that are needed for it to work. Please disregard.

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

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Laura Montemayor

Merge request reports