Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FluxMinorForRepoMinor ¶ added in v0.14.0
FluxMinorForRepoMinor computes the flux2 distribution minor version for the given repository minor version. This function also supports repoName="flux2" and repoMinor=<any minor version of flux2>.
func ParseVersion ¶
ParseVersion parses a version string and returns a semver.Version object. The validation is looser than the official semver spec, allowing for a 'v' prefix and 0-prefixed numbers in the major, minor, and patch segments (e.g., v2025.02.03-rc.1 is considered valid).
func RepoMajor ¶ added in v0.14.0
RepoMajor returns the major version for the given repository name.
func RepoMinorForFluxMinor ¶ added in v0.14.0
RepoMinorForFluxMinor computes the repository minor version for the given flux2 distribution minor version. This function also supports repoName="flux2".
Types ¶
This section is empty.