Update CHANGELOG.md

cc @mitchellh
This commit is contained in:
Paul Hinze 2015-06-22 17:58:30 -05:00
parent a224c134ff
commit e4931771af
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
## 0.6.0 (Unreleased)
BACKWARDS INCOMPATIBILITIES:
* `provisioner/remote-exec`: The `agent` field now defaults to `true` if
the `SSH_AGENT_SOCK` environment variable is present. In other words,
`ssh-agent` support is now opt-out instead of opt-in functionality. [GH-2408]
FEATURES:
* **New provider: `azure`** [GH-2052, GH-2053, GH-2372, GH-2380, GH-2394]