Versions in this module Expand all Collapse all v18 v18.0.0 May 14, 2025 Changes in this version + type AgentVersionWarningType string + const AgentVersionNoWarning + const AgentVersionOutdated + const AgentVersionTooNew + const AgentVersionWarningUnknown + func WarningIfOutdatedAgent(serverVersion, agentVersion Version, gitlabReleasesList []string) (AgentVersionWarningType, string) + type Version struct + IsPre bool + Major uint64 + MajorMinor string + Minor uint64 + Patch uint64 + Raw string + func NewVersion(v string) (Version, error) + func (v Version) Previous(releasesList []string) (Version, error) + func (v Version) String() string v18.0.0-rc42 May 13, 2025 Other modules containing this package gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v17