Skip to content

Add version column to the Agent listing

Anna Vovchenko requested to merge 340882-enhance-agent-listing-with-version into master

What does this MR do and why?

This MR adds a new column for the Agent listing page showing the Agent version. There are 3 warning states possible for the version column:

  1. Agent version is different among pods.
  2. Agent version is more than 1 minor version different from the GitLab version
  3. Combination of both.

For the warning states, we show the icon near the version and the popover with the link to our docs.

Screenshots or screen recordings

Agent version is supported: Screenshot_2022-02-01_at_00.36.41

Agent version is different among pods: Screenshot_2022-02-02_at_00.49.30

Agent version is outdated: Screenshot_2022-02-02_at_00.50.14

Agent version is different among pods and outdated: Screenshot_2022-02-02_at_00.48.31

How to set up and validate locally

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

  1. Go to Infrastructure -> Kubernetes clusters and create a new agent.
  2. Install the agent to the server using the command generated during installation. (I usually use minikube for local testing)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #340882 (closed)

Edited by Anna Vovchenko

Merge request reports

Loading