Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
* Consolidate backward incompatibilities sections
  • Loading branch information
nywilken committed Jul 30, 2020
1 parent 617e0d2 commit a911f9f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

### BACKWARDS INCOMPATABILITIES:

* only for HCL: New `post-processors` block to run chained post-processors
after a build [GH-9638]. Before this, defining multiple `post-processor`
* HCL: builder/vsphere: Add option to add a xhci/usb3 controller; changes
controller value to an array of strings. [GH-9574]
* HCL: New HCL-only `post-processors` block to run chained post-processors
after a build [GH-9638]. Before this, defining multiple `post-processor`
blocks after provisioning steps would run them sequentially, now doing this
makes them start from the build artifact. To queue post-processors you now
have to define them in a `post-processors` block. [GH-9638]


### FEATURES:
* **New post-processor** Yandex Import [GH-9553]

Expand Down Expand Up @@ -144,10 +147,6 @@
* provisioner/ansible: Quote extra-var packer_build_name to handle names with
spaces [GH-9590]

### BACKWARDS INCOMPATABILITIES:
* HCL: builder/vsphere: Add option to add a xhci/usb3 controller; changes
controller value to an array of strings. [GH-9574]

## 1.6.0 (June 09, 2020)

### BACKWARDS INCOMPATIBILITIES:
Expand Down

0 comments on commit a911f9f

Please # to comment.