package
2.0.0-beta1+incompatible
Repository: https://github.com/solo-io/gloo.git
Documentation: pkg.go.dev
# Functions
ChangelogDirForLatestRelease will return the latest release of the current minor from a set of file entries that mimick our changelog structure.
GetLastReleaseOfCurrentBranch returns the Version of the latest patch version for the current minor version To avoid querying the Github API, we use the changelog folder to determine this version Be aware, that while this has the benefit of not using an external API, we may hit issues where a release failed and therefore the returned version is not actually published.
# Variables
FirstReleaseError is returned when the changelog dir is for the first release of a minor version.