hcloud-upload-image/cmd
Julian Tölle ac3e9dd7ec
feat: upload qcow2 images (#69)
It is now possible to upload qcow2 images. These images will be
converted to raw disk images on the cloud server.

In the CLI you can use the new `--format=qcow2` flag to upload qcow2
images. In the library you can set `UploadOptions.ImageFormat` to
`FormatQCOW2`.

Because of the underlying process, qcow2 images need to be written to a
file first. This limits their size to 960 MB at the moment. The CLI
automatically checks the file size (if possible) and shows a warning if
this limit would be triggered. The library accepts an input with the
file size and logs a warning if the limit would be triggered.

Closes #44
2025-05-04 00:28:11 +02:00
..
cleanup.go docs: add generated CLI help output to repo (#46) 2024-11-02 21:57:53 +01:00
root.go chore(deps): update module github.com/hetznercloud/hcloud-go/v2 to v2.15.0 (#41) 2024-11-02 22:10:18 +01:00
upload.go feat: upload qcow2 images (#69) 2025-05-04 00:28:11 +02:00
upload.md feat: upload qcow2 images (#69) 2025-05-04 00:28:11 +02:00