update CHANGELOG

* Consolidate backward incompatibilities sections
This commit is contained in:
Wilken Rivera 2020-07-30 13:58:18 -04:00
parent 617e0d234d
commit a911f9f667
1 changed files with 5 additions and 6 deletions

View File

@ -2,12 +2,15 @@
### BACKWARDS INCOMPATABILITIES: ### BACKWARDS INCOMPATABILITIES:
* only for HCL: New `post-processors` block to run chained post-processors * 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` after a build [GH-9638]. Before this, defining multiple `post-processor`
blocks after provisioning steps would run them sequentially, now doing this blocks after provisioning steps would run them sequentially, now doing this
makes them start from the build artifact. To queue post-processors you now makes them start from the build artifact. To queue post-processors you now
have to define them in a `post-processors` block. [GH-9638] have to define them in a `post-processors` block. [GH-9638]
### FEATURES: ### FEATURES:
* **New post-processor** Yandex Import [GH-9553] * **New post-processor** Yandex Import [GH-9553]
@ -144,10 +147,6 @@
* provisioner/ansible: Quote extra-var packer_build_name to handle names with * provisioner/ansible: Quote extra-var packer_build_name to handle names with
spaces [GH-9590] 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) ## 1.6.0 (June 09, 2020)
### BACKWARDS INCOMPATIBILITIES: ### BACKWARDS INCOMPATIBILITIES: