# Functions
From creates a new version from the given major, minor, patch numbers.
No description provided by the author
MinFor creates a new version for the given major, minor, patch numbers with lowest PreRelease version, ie.
MinInPods returns the lowest version parsed from labels in the given Pods.
MinInStatefulSets returns the lowest version parsed from labels in the given StatefulSets template.
MustParse attempts to parse a version string and panics if it fails.
Parse attempts to parse a version string.
WithoutPre removes the PreRelease version for the given version.
# Variables
GlobalMinStackVersion is an additional restriction on top of the technical requirements expressed below.
Elastic Agent was introduced in 7.8.0, but as "experimental release" with no migration path forward, hence picking higher version as minimal supported.
supported Stack versions.
supported Stack versions.
supported Stack versions.
Due to bugfixes present in 7.14 that ECK depends on, this is the lowest version we support in Fleet mode.
supported Stack versions.
supported Stack versions.
supported Stack versions.
# Structs
MinMaxVersion holds the minimum and maximum supported versions.
# Type aliases
Version is an alias for semver.Version.