diff --git a/docs/news/unreleased/vmware-upload-target.md b/docs/news/unreleased/vmware-upload-target.md new file mode 100644 index 000000000..b114f3f10 --- /dev/null +++ b/docs/news/unreleased/vmware-upload-target.md @@ -0,0 +1,13 @@ +# Weldr API: New VMWare upload target + +New upload target is available that allows users to push built VMWare images directly to vSphere without the need to download and push them manually. + +Upload target requires following options: +`Username`, +`Password`, +`Host`, +`Datacenter`, +`Datastore`, +`Cluster`. + +Relevant PR: https://github.com/osbuild/osbuild-composer/pull/1169