version

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// LatestVersion product version supported
	LatestVersion        = "2.27.0"
	CompactLatestVersion = "2270"
	// LastMinorVersion product version supported
	LastMinorVersion = "2.20.0"

	LatestKubeImage = "quay.io/artemiscloud/activemq-artemis-broker-kubernetes:artemis." + LatestVersion
	LatestInitImage = "quay.io/artemiscloud/activemq-artemis-broker-init:artemis." + LatestVersion
)

Variables

View Source
var (
	Version = "1.0.7"
	// PriorVersion - prior version
	PriorVersion = "1.0.6"

	//Vars injected at build-time
	CommitHash     = ""
	BuildTimestamp = ""
)
View Source
var CompactVersionFromVersion map[string]string = map[string]string{
	"2.15.0": "2150",
	"2.16.0": "2160",
	"2.18.0": "2180",
	"2.20.0": "2200",
	"2.21.0": "2210",
	"2.22.0": "2220",
	"2.23.0": "2230",
	"2.25.0": "2250",
	"2.26.0": "2260",
	"2.27.0": "2270",
}
View Source
var FullVersionFromCompactVersion map[string]string = map[string]string{
	"2150": "2.15.0",
	"2160": "2.16.0",
	"2180": "2.18.0",
	"2200": "2.20.0",
	"2210": "2.21.0",
	"2220": "2.22.0",
	"2230": "2.23.0",
	"2250": "2.25.0",
	"2260": "2.26.0",
	"2270": "2.27.0",
}
View Source
var YacfgProfileName string = "artemis"
View Source
var YacfgProfileVersionFromFullVersion map[string]string = map[string]string{
	"2.15.0": "2.15.0",
	"2.16.0": "2.16.0",
	"2.18.0": "2.18.0",
	"2.20.0": "2.18.0",
	"2.21.0": "2.21.0",
	"2.22.0": "2.21.0",
	"2.23.0": "2.21.0",
	"2.25.0": "2.21.0",
	"2.26.0": "2.21.0",
	"2.27.0": "2.21.0",
}

The yacfg profile to use for a given full version of broker

Functions

func DefaultImageName added in v1.0.4

func DefaultImageName(archSpecificRelatedImageEnvVarName string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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