v3helm.sh/helm/v3/internal/version Index | Files

package version

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

Index

Functions

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

Types

type BuildInfo

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"`
}

BuildInfo describes the compile time information.

func Get

func Get() BuildInfo

Get returns build info

Source Files

version.go

Version
v3.17.3 (latest)
Published
Apr 9, 2025
Platform
linux/amd64
Imports
3 packages
Last checked
1 month ago

Tools for package owners.