From cb5c5b4f42347651695f858035858a0e4bbd4189 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Mon, 25 Jan 2016 21:07:44 -0800 Subject: [PATCH] Added iso_skip_cache and pre-build resource validation to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 264a9c935..14ebf5643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ IMPROVEMENTS: for broader compatibility. [GH-2913] * core: `target_path` for builder downloads can now be specified. [GH-2600] * core: WinRM communicator now supports HTTPS protocol [GH-3061] + * core: Local linux builds will attempt to verify that sufficient resources are available prior to starting the build [GH-3096] * builder/amazon: Add support for `ebs_optimized` [GH-2806] * builder/amazon: You can now specify `0` for `spot_price` to switch to on demand instances [GH-2845] @@ -54,6 +55,7 @@ IMPROVEMENTS: * builder/qemu: qcow2 images can now be compressed [GH-2748] * builder/qemu: Now specifies `virtio-scsi` by default [GH-2422] * builder/qemu: Now checks for version-specific options [GH-2376] + * builder/qemu: Can now bypass disk cache using `iso_skip_cache` [GH-3105] * builder/docker-import: Can now import Artifice artifacts [GH-2718] * builder/vmware-esxi: Now supports private key auth for remote builds via `remote_private_key_file` [GH-2912]