mention url encoding as potential backwards incompatability

This commit is contained in:
Megan Marsh 2020-07-30 11:08:26 -07:00
parent a911f9f667
commit aa9d06d738
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
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]
* post-processor/vSphere: We have fixed a bug in the ovftool URL encoding. This
may mean that you have performed an encoding workaround that is no longer
necessary. [GH-9589]
### FEATURES: ### FEATURES: