Update CHANGELOG.md

This commit is contained in:
Rickard von Essen 2016-12-04 16:01:01 +01:00 committed by GitHub
parent cd2f58c79e
commit d91b65b0e2
1 changed files with 5 additions and 4 deletions

View File

@ -10,14 +10,15 @@ BACKWARDS INCOMPATIBILITIES:
IMPROVEMENTS:
* builder/amazon: Add `snapshot_tag` overrides. [GH-4015]
* builder/amazon-ebs: Support specifying KMS key for encryption. [GH-4023]
* builder/amazon-ebsvolume: Add artifact output. [GH-4141]
* builder/amazon: Adds `force_delete_snapshot` flag to also cleanup snapshots
if we're removing a preexisting image, as with `force_deregister_image`.
[GH-4223]
* builder/cloudstack: Support reusing an already associated public IP. [GH-4149]
* builder/docker: Introduce docker commit changes, author, and message. [GH-4202]
* builder/googlecompute: Support `source_image_family`. [GH-4162]
* builder/amazon-ebsvolume: Add artifact output. [GH-4141]
* builder/virtualbox-ovf: Can now give a URL to an ova file. [GH-3982]
* builder/amazon: Adds `force_delete_snapshot` flag to also cleanup snapshots
if we're removing a preexisting image, as with `force_deregister_image`.
[GH-4223]
* post-processor/shell-local: support spaces in script path. [GH-4144]
* provisioner/salt: Bootstrap fallback on wget if curl failed. [GH-4244]