update changelog
This commit is contained in:
parent
88841cb0e4
commit
9d513a23e2
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -11,6 +11,8 @@ BACKWARDS INCOMPATIBILITIES:
|
||||||
* post-processor/shell-local: Now runs per-builder instead of per-file. The
|
* post-processor/shell-local: Now runs per-builder instead of per-file. The
|
||||||
filename is no longer passed in as an argument to the script, but instead
|
filename is no longer passed in as an argument to the script, but instead
|
||||||
needs to be gleaned from the manifest post-processor. [GH-4189]
|
needs to be gleaned from the manifest post-processor. [GH-4189]
|
||||||
|
* builder/openstack: No long supports the `api_key` option for rackspace.
|
||||||
|
[GH-4283]
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
|
||||||
|
@ -40,12 +42,10 @@ IMPROVEMENTS:
|
||||||
* provisioner/ansible: Allow `winrm` communicator. [GH-4209]
|
* provisioner/ansible: Allow `winrm` communicator. [GH-4209]
|
||||||
* communicator/ssh: adds ability to download download directories and
|
* communicator/ssh: adds ability to download download directories and
|
||||||
wildcards, fix destination file mode (not hardcoded anymore). [GH-4210]
|
wildcards, fix destination file mode (not hardcoded anymore). [GH-4210]
|
||||||
* post-processor/checksum: cleanup, and fix output to specified file with
|
* builder/openstack: Added `image_visibility` field to specify visibility of
|
||||||
more than one artifacts. [GH-4210]
|
created image. [GH-4283]
|
||||||
* provisioner/file: fix for directory download. [GH-4210]
|
* builder/openstack: Added `image_members` to add new members to image after
|
||||||
* provisioner/file: fix issue uploading multiple files to a directory,
|
it's created. [GH-4283]
|
||||||
mentioned in [GH-4049]. [GH-4210]
|
|
||||||
* post-processor/checksum: reset hash after each artifact file. [GH-4210]
|
|
||||||
|
|
||||||
BUG FIXES:
|
BUG FIXES:
|
||||||
|
|
||||||
|
@ -59,6 +59,12 @@ BUG FIXES:
|
||||||
available before attempting to cleanup the script. [GH-4197]
|
available before attempting to cleanup the script. [GH-4197]
|
||||||
* builder/qemu: Fix issue where multiple <waitXX> commands on a single line
|
* builder/qemu: Fix issue where multiple <waitXX> commands on a single line
|
||||||
in boot_command wouldn't be parsed correctly. [GH-4269]
|
in boot_command wouldn't be parsed correctly. [GH-4269]
|
||||||
|
* post-processor/checksum: cleanup, and fix output to specified file with
|
||||||
|
more than one artifacts. [GH-4210]
|
||||||
|
* provisioner/file: fix for directory download. [GH-4210]
|
||||||
|
* provisioner/file: fix issue uploading multiple files to a directory,
|
||||||
|
mentioned in [GH-4049]. [GH-4210]
|
||||||
|
* post-processor/checksum: reset hash after each artifact file. [GH-4210]
|
||||||
|
|
||||||
## 0.12.0 (November 15, 2016)
|
## 0.12.0 (November 15, 2016)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue