gitpod.v1.RunnerInteractionService

GetLatestVersion

GetLatestVersion returns the latest version of the runner.

post/gitpod.v1.RunnerInteractionService/GetLatestVersion

Request body

currentVersionstring

The current version of the runner

infrastructureVersionstring

The version of the infrastructure

runnerIdstring uuid

The runner's identity

Response

Success

autoUpdateboolean

auto-update indicates if the runner should be updated automatically

gitpodCliDownloadUrlstring

gitpod_cli_download_url is the URL to download the gitpod CLI

runnerImagestring

The container image of the runner

supervisorDownloadUrlstring

supervisor_download_url is the URL to download the supervisor

versionstring

The latest version of the runner

Changes