Updated CHANGELOG.md

This commit is contained in:
Rickard von Essen 2016-10-03 10:23:57 +02:00 committed by GitHub
parent 0be3034e82
commit 2591d089e4
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ BUG FIXES:
* builder/amazon: Add 0.5 cents to discovered spot price. [GH-3662]
* builder/amazon: Fix packer crash when waiting for SSH. [GH-3865]
* builder/amazon: Honor ssh_private_ip flag in EC2-Classic. [GH-3752]
* builder/amazon: Allow using `ssh_private_key_file` and `ssh_password`.
[GH-3953]
* builder/azure: check for empty resource group [GH-3606]
* builder/azure: fix token validity test [GH-3609]
* builder/docker: fix docker builder with ansible provisioner. [GH-3476]