From 47f0783de194ccb5ea2570c451aafe84346f98c5 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 11 Feb 2016 14:52:48 -0800 Subject: [PATCH] Added Virtualbox VRDP to changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3158fab7..1cbc95c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ IMPROVEMENTS: * builder/digitalocean: doubled instance wait timeouts to power off or shutdown (now 4 minutes) and to complete a snapshot (now 20 minutes) [GH-2939] + * builder/docker: Now works remote hosts, such as boot2docker [GH-2846] * builder/google: `account_file` can now be provided as a JSON string [GH-2811] * builder/google: added support for `preemptible` instances [GH-2982] @@ -58,7 +59,6 @@ IMPROVEMENTS: * builder/parallels: Packer will look for Parallels in `/Applications/Parallels Desktop.app` if it is not detected automatically [GH-2839] - * builder/docker: Now works remote hosts, such as boot2docker [GH-2846] * builder/qemu: qcow2 images are now compacted by default [GH-2748] * builder/qemu: qcow2 images can now be compressed [GH-2748] * builder/qemu: Now specifies `virtio-scsi` by default [GH-2422] @@ -66,13 +66,14 @@ IMPROVEMENTS: * builder/qemu: Can now bypass disk cache using `iso_skip_cache` [GH-3105] * builder/qemu: `` in `boot_command` now accepts an arbitrary duration like [GH-3129] - * builder/docker-import: Can now import Artifice artifacts [GH-2718] + * builder/virtualbox: Now supports VRDP for debugging [GH-3188] * builder/vmware-esxi: Now supports private key auth for remote builds via `remote_private_key_file` [GH-2912] + * post-processor/atlas: Added support for compile ID. [GH-2775] + * post-processor/docker-import: Can now import Artifice artifacts [GH-2718] * provisioner/chef: Now supports `encrypted_data_bag_secret_path` option [GH-2653] * provisioner/puppet: Now accepts the `extra_arguments` parameter [GH-2635] - * post-processor/atlas: Added support for compile ID. [GH-2775] BUG FIXES: