Fixed CHANGELOG.md

This commit is contained in:
Rickard von Essen 2017-12-27 09:56:33 +01:00 committed by GitHub
parent d47d3d8a50
commit ab69f619e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,9 @@
## (UNRELEASED)
### IMPROVEMENTS:
* builder/docker: Remove credentials from being shown in the log. [GH-5666]
* post-processor/docker: Remove credentials from being shown in the log. [GH-5666]
## 1.1.3 (December 8, 2017)
@ -12,14 +16,12 @@
* builder/azure: Add sanity checks for resource group names [GH-5599]
* builder/azure: Allow users to specify an existing resource group to use,
instead of creating a new one for every run. [GH-5548]
* builder/docker: Remove credentials from being shown in the log. [GH-5666]
* builder/hyper-v: Add support for differencing disk. [GH-5458]
* builder/vmware-iso: Improve logging of network errors. [GH-5456]
* core: Add new `packer_version` template engine. [GH-5619]
* core: Improve logic checking for downloaded ISOs in case where user has
provided more than one URL in `iso_urls` [GH-5632]
* provisioner/ansible-local: Add ability to clean staging directory. [GH-5618]
* post-processor/docker: Remove credentials from being shown in the log. [GH-5666]
### BUG FIXES: