Update CHANGELOG.md

This commit is contained in:
Adrien Delorme 2019-06-20 18:01:45 +02:00
parent 6db08248d9
commit 1fa3f8204e
1 changed files with 11 additions and 0 deletions

View File

@ -1,13 +1,22 @@
## 1.4.2 (upcoming) ## 1.4.2 (upcoming)
### IMPROVEMENTS: ### IMPROVEMENTS:
* **new feature:** Packer console [GH-7726]
* builder/alicloud: let product API determine the default value of io_optimized
[GH-7747]
* builder/alicloud: cleanup image and snapshot if target image is still not
available after timeout [GH-7744]
* builder/amazon: Enable encrypted AMI sharing across accounts [GH-7707] * builder/amazon: Enable encrypted AMI sharing across accounts [GH-7707]
* builder/amazon: New SpotInstanceTypes feature for spot instance users. * builder/amazon: New SpotInstanceTypes feature for spot instance users.
[GH-7682] [GH-7682]
* builder/azure: Update Azure SDK for Go to v30.0.0 [GH-7706] * builder/azure: Update Azure SDK for Go to v30.0.0 [GH-7706]
* builder/cloudstack: Add tags to instance upon creation [GH0-7526] * builder/cloudstack: Add tags to instance upon creation [GH0-7526]
* builder/docker: Better windows defaults [GH-7678] * builder/docker: Better windows defaults [GH-7678]
* builder/google: Add feature to import user-data from a file [GH-7720]
* builder/hyperv: Abort build if there's a name collision [GH-7746]
* builder/openstack: Add image filtering on properties. [GH-7597] * builder/openstack: Add image filtering on properties. [GH-7597]
* core: scrub out sensitive variables in scrub out sensitive variables logs
[GH-7743]
* provisioner/powershell: Fix null file descriptor error that occurred when * provisioner/powershell: Fix null file descriptor error that occurred when
remote_path provided is a directory and not a file. [GH-7705] remote_path provided is a directory and not a file. [GH-7705]
@ -19,6 +28,8 @@
wasn't [GH-7699] wasn't [GH-7699]
* builder/cloudstack: Update go-cloudstack sdk, fixing compatability with * builder/cloudstack: Update go-cloudstack sdk, fixing compatability with
CloudStack v 4.12 [GH-7694] CloudStack v 4.12 [GH-7694]
* provisioner/ansible: prevent nil pointer dereference after a language change
[GH-7738]
* provisioner/chef: Accept chef license by default to prevent hangs in latest * provisioner/chef: Accept chef license by default to prevent hangs in latest
Chef [GH-7653] Chef [GH-7653]
* provisioner/powershell: Fix crash caused by error in retry logic check in * provisioner/powershell: Fix crash caused by error in retry logic check in