mention url encoding as potential backwards incompatability
This commit is contained in:
parent
a911f9f667
commit
aa9d06d738
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue