...

Package version

import "helm.sh/helm/v3/internal/version"
Overview
Index

Overview ▾

func GetUserAgent

func GetUserAgent() string

GetUserAgent returns a user agent for user with an HTTP client

func GetVersion

func GetVersion() string

GetVersion returns the semver string of the version

type BuildInfo

BuildInfo describes the compile time information.

type BuildInfo struct {
    // Version is the current semver.
    Version string `json:"version,omitempty"`
    // GitCommit is the git sha1.
    GitCommit string `json:"git_commit,omitempty"`
    // GitTreeState is the state of the git tree.
    GitTreeState string `json:"git_tree_state,omitempty"`
    // GoVersion is the version of the Go compiler used.
    GoVersion string `json:"go_version,omitempty"`
}

func Get

func Get() BuildInfo

Get returns build info