Documentation
¶
Index ¶
Constants ¶
View Source
const ( // LatestVersion product version supported LatestVersion = "2.28.0" CompactLatestVersion = "2280" // 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.8" // PriorVersion - prior version PriorVersion = "1.0.7" //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",
"2.28.0": "2280",
}
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",
"2280": "2.28.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",
"2.28.0": "2.21.0",
}
The yacfg profile to use for a given full version of broker
Functions ¶
func DefaultImageName ¶ added in v1.0.4
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.