Documentation ¶
Overview ¶
Package version holds variables for generating version information
Index ¶
Constants ¶
View Source
const ( // LegacyAppTemplate is the version associated with the application template before we started versioning. LegacyAppTemplate = "v0.0.0" // AppTemplateMinAlias is the least version number available for HTTPS alias. AppTemplateMinAlias = "v1.0.0" // AppTemplateMinStaticSite is the minimum app version required to deploy a static site. AppTemplateMinStaticSite = "v1.2.0" // LegacyEnvTemplate is the version associated with the environment template before we started versioning. LegacyEnvTemplate = "v0.0.0" // LegacyWorkloadTemplate is the version associated with the workload template before we started versioning. LegacyWorkloadTemplate = "v0.0.0" // LegacyPipelineTemplate is the version associated with the pipeline template before we started versioning. LegacyPipelineTemplate = "v0.0.0" // EnvTemplateBootstrap is the version of an environment template that contains only bootstrap resources. EnvTemplateBootstrap = "bootstrap" )
Variables ¶
View Source
var Version string
Version is this binary's version. Set with linker flags when building Copilot.
Functions ¶
func LatestTemplateVersion ¶ added in v1.29.0
func LatestTemplateVersion() string
LatestTemplateVersion is the latest version number available for Copilot templates.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.