version

package
v1.16.109 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2023 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// The git commit that was compiled. These will be filled in by the
	// compiler.
	GitCommit string

	Version, VersionPrerelease, _ = strings.Cut(strings.TrimSpace(fullVersion), "-")

	// https://semver.org/#spec-item-10
	VersionMetadata = ""

	// The date/time of the build (actually the HEAD commit in git, to preserve stability)
	// This isn't just informational, but is also used by the licensing system. Default is chosen to be flagantly wrong.
	BuildDate string = "1970-01-01T00:00:01Z"
)

Functions

func GetFIPSInfo added in v1.16.100

func GetFIPSInfo() string

func GetHumanVersion

func GetHumanVersion() string

GetHumanVersion composes the parts of the version in a way that's suitable for displaying to humans.

func IsFIPS added in v1.16.100

func IsFIPS() bool

Types

type BuildInfo added in v1.16.100

type BuildInfo struct {
	SHA          string
	BuildDate    string
	HumanVersion string
	FIPS         string
}

BuildInfo includes all available version info for this build

func GetBuildInfo added in v1.16.100

func GetBuildInfo() *BuildInfo

GetBuildInfo returns all available version information for this build.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL