Documentation ¶
Overview ¶
Package version represents the current version of the project.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the current version of the Helm. // Update this whenever making a new release. // The version is of the format Major.Minor.Patch[-Prerelease][+BuildMetadata] // // Increment major number for new feature additions and behavioral changes. // Increment minor number for bug fixes and performance enhancements. // Increment patch number for critical fixes to existing releases. Version = "v2.2.2" // BuildMetadata is extra build time data BuildMetadata = "" // GitCommit is the git sha1 GitCommit = "" // GitTreeState is the state of the git tree GitTreeState = "" )
Functions ¶
func GetVersionProto ¶
GetVersionProto returns protobuf representing the version
func IsCompatible ¶
IsCompatible tests if a client and server version are compatible.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.