Skip to content

Remove runner registration compatibility alert

What does this MR do and why?

We implemented an alert in 15.10 with the goal of giving users time to update their runners to the latest 15.x and 16.x versions.

This alert served its purpose and can be removed.

Changelog: removed

Implements #431399 (closed)

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
image Screenshot_2024-03-28_at_10.40.46

How to set up and validate locally

  1. Visit Admin -> Runner -> New instance runner /admin/runners/new
  2. Confirm there is no alert at the top of the page.
  3. (optional) you can also ensure no entries with the pattern new_runner_compatibility_*_dismissed exist in out local storage, and refresh the page.
Edited by Miguel Rincon

Merge request reports