Commit 872e78d5 authored by Chris Bednarski's avatar Chris Bednarski

v0.8.1

parent 7ca59841
## 0.8.1 (unreleased) ## 0.8.1 (July 2, 2015)
IMPROVEMENTS: IMPROVEMENTS:
...@@ -9,6 +9,8 @@ BUG FIXES: ...@@ -9,6 +9,8 @@ BUG FIXES:
* core: `min_packer_version` field in configs work [GH-2356] * core: `min_packer_version` field in configs work [GH-2356]
* core: The `build_name` and `build_type` functions work in provisioners [GH-2367] * core: The `build_name` and `build_type` functions work in provisioners [GH-2367]
* core: Handle timeout in SSH handshake [GH-2333]
* command/build: Fix reading configuration from stdin [GH-2366]
* builder/amazon: Fix issue with sharing AMIs when using `ami_users` [GH-2308] * builder/amazon: Fix issue with sharing AMIs when using `ami_users` [GH-2308]
* builder/amazon: Fix issue when using multiple Security Groups [GH-2381] * builder/amazon: Fix issue when using multiple Security Groups [GH-2381]
* builder/amazon: Fix for tag creation when creating new ec2 instance [GH-2317] * builder/amazon: Fix for tag creation when creating new ec2 instance [GH-2317]
...@@ -20,6 +22,7 @@ BUG FIXES: ...@@ -20,6 +22,7 @@ BUG FIXES:
* builder/amazon: Fix `bundle_prefix` not interpolating `timestamp` [GH-2352] * builder/amazon: Fix `bundle_prefix` not interpolating `timestamp` [GH-2352]
* builder/amazon-instance: Fix issue with creating AMIs without specifying a * builder/amazon-instance: Fix issue with creating AMIs without specifying a
virtualization type [GH-2330] virtualization type [GH-2330]
* builder/digitalocean: Fix builder using private IP instead of public IP [GH-2339]
* builder/google: Set default communicator settings properly [GH-2353] * builder/google: Set default communicator settings properly [GH-2353]
* builder/vmware-iso: Setting `checksum_type` to `none` for ESX builds * builder/vmware-iso: Setting `checksum_type` to `none` for ESX builds
now works [GH-2323] now works [GH-2323]
......
...@@ -9,4 +9,4 @@ const Version = "0.8.1" ...@@ -9,4 +9,4 @@ const Version = "0.8.1"
// A pre-release marker for the version. If this is "" (empty string) // 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 // then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc. // such as "dev" (in development), "beta", "rc1", etc.
const VersionPrerelease = "dev" const VersionPrerelease = ""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment