Added preemptible GCE instances to changelog

This commit is contained in:
Chris Bednarski 2015-12-14 14:35:29 -08:00
parent 00ea5ff7de
commit 8d574962d9
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ IMPROVEMENTS:
* 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]
* builder/google: `account_file` can now be provided as a JSON string [GH-2811]
* builder/google: added support for `preemptible` instances [GH-2982]
* builder/parallels: Improve support for Parallels 11 [GH-2662]
* builder/parallels: Parallels disks are now compacted by default [GH-2731]
* builder/parallels: Packer will look for Parallels in `/Applications/Parallels Desktop.app` if it is not detected automatically [GH-2839]