Compare commits

...

3 Commits

Author SHA1 Message Date
Megan Marsh
0b7dd740db
Cut version 1.5.5 2020-03-25 15:30:51 -07:00
Megan Marsh
c08c5788a9 cut version 1.5.5 2020-03-25 15:05:41 -07:00
Megan Marsh
923d777eec update changelog 2020-03-25 15:04:51 -07:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## 1.5.5 (Upcoming)
## 1.5.5 (March 25,2020)
### IMPROVEMENTS:
* builder/azure: Add support for configurable KeyVault SKU [GH-8879]

View File

@ -14,7 +14,7 @@ const Version = "1.5.5"
// 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

View File

@ -2,7 +2,7 @@ set :base_url, "https://www.packer.io/"
activate :hashicorp do |h|
h.name = "packer"
h.version = "1.5.4"
h.version = "1.5.5"
h.github_slug = "hashicorp/packer"
h.website_root = "website"
end