cut release 1.5.2
This commit is contained in:
parent
20eb1ea592
commit
746b7cbf0f
|
@ -1,9 +1,9 @@
|
|||
## 1.5.2 (Upcoming)
|
||||
## 1.5.2 (February 12, 2020)
|
||||
**New Builder** The vsphere-iso builder, previously maintained by JetBrains,
|
||||
has been merged with the Packer core. It will be officially supported by the
|
||||
Packer team at HashiCorp moving forward. [GH-8480]
|
||||
|
||||
**HCL2 variables & functions** HCL2 configurations can now use `variable`,
|
||||
**HCL2 variables & functions** HCL2 configurations can now use `variable`,
|
||||
`variables`, `locals`, and functions [GH-8588].
|
||||
|
||||
### IMPROVEMENTS:
|
||||
|
|
|
@ -14,7 +14,7 @@ const Version = "1.5.2"
|
|||
// A pre-release marker for the version. If this is "" (empty string)
|
||||
// then it means that it is a final release. Otherwise, this is a pre-release
|
||||
// such as "dev" (in development), "beta", "rc1", etc.
|
||||
const VersionPrerelease = "dev"
|
||||
const VersionPrerelease = ""
|
||||
|
||||
func FormattedVersion() string {
|
||||
var versionString bytes.Buffer
|
||||
|
|
|
@ -2,7 +2,7 @@ set :base_url, "https://www.packer.io/"
|
|||
|
||||
activate :hashicorp do |h|
|
||||
h.name = "packer"
|
||||
h.version = "1.5.1"
|
||||
h.version = "1.5.2"
|
||||
h.github_slug = "hashicorp/packer"
|
||||
h.website_root = "website"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue