add docker import hcl fix

This commit is contained in:
Megan Marsh 2020-07-30 11:10:45 -07:00
parent aaac193880
commit 40b1adc97a
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,6 @@
may mean that you have performed an encoding workaround that is no longer may mean that you have performed an encoding workaround that is no longer
necessary. [GH-9589] necessary. [GH-9589]
### FEATURES: ### FEATURES:
* **New post-processor** Yandex Import [GH-9553] * **New post-processor** Yandex Import [GH-9553]
@ -141,6 +140,8 @@
[GH-9448] [GH-9448]
* post-processor/amazon-import: Add support for retrying RequestLimitExceeded * post-processor/amazon-import: Add support for retrying RequestLimitExceeded
errors when importing an image [GH-9537] errors when importing an image [GH-9537]
* post-processor/docker-import: Fix crash when using docker-import with HCL.
[GH-9670]
* post-processor/vsphere: Fix password encoding in vsphere post-processor * post-processor/vsphere: Fix password encoding in vsphere post-processor
ovftool call [GH-9589] ovftool call [GH-9589]
* post-processor/yandex-export: Fix error handling and docs. [GH-9554] * post-processor/yandex-export: Fix error handling and docs. [GH-9554]