Skip to content

Bump kas-grpc gem to 0.5.0

Taka Nishida requested to merge update-ruby-kas-grpc-gem into master

What does this MR do and why?

Bump kas-grpc gem version to 0.5.0 to reflect deprecations and new CountAgentsByAgentVersions gRPC service.

Related MRs:

Closes gitlab-org/cluster-integration/gitlab-agent#499 (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

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

Confirmed that it successfully displays a list of agents:

image

and connects a new agent:

image

Before After

How to set up and validate locally

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

  1. Run bundle.
  2. Start gdk with gdk start.
  3. Open "Kubernetes clusters" page. Make sure no errors happen, and it lists the agents if it has agents.
  4. Click "Connect a cluster" and complete connecting with a cluster.
Edited by Taka Nishida

Merge request reports