Updated CHANGELOG.md

This commit is contained in:
Rickard von Essen 2016-12-06 10:25:58 +01:00 committed by GitHub
parent 56f2bfa5ff
commit 0537dffb93
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ IMPROVEMENTS:
* 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/amazon: Support `snapshot_users` and `snapshot_groups` for sharing
ebs snapshots. [GH-4243]
* 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]