Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2018-03-05 16:00:19 -08:00 committed by GitHub
parent 999f9096c1
commit ea50f455ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ IMPROVEMENTS:
* core: https URLs are now supported in the HTTP_PROXY environment variable [go1.10:net/http](https://golang.org/doc/go1.10#net/http)
* connection/ssh: Add support for host key verifiation [GH-17354]
* backend/s3: add support for the cn-northwest-1 region [GH-17216]
* provisioner/local-exec: Allow setting custom environment variables when running commands [GH-13880]
* provisioner/habitat: Detect if hab user exists and only create if necessary [GH-17195]
* provisioner/habitat: Allow custom service name [GH-17196]