hcloud-upload-image/hcloudimages
Julian Tölle 420dcf94c9
fix: upload from local image generates broken command (#98)
While adding support for qcow2 images in #69 I broke support for local
images. Building a shell pipeline through string concatenation is not a
good idea...

The specific issue was fixed and I also moved building the shell
pipeline to a separate function and added unit tests for all cases, so
it should be easier to spot these issues in the future.

Closes #97
2025-05-09 21:22:24 +00:00
..
backoff fix: timeout while waiting for SSH to become available (#92) 2025-05-09 16:15:07 +02:00
contextlogger feat: documentation and cleanup command 2024-05-04 22:13:33 +02:00
internal fix: timeout while waiting for SSH to become available (#92) 2025-05-09 16:15:07 +02:00
CHANGELOG.md chore(main): release hcloudimages 1.0.1 (#94) 2025-05-09 16:17:27 +02:00
client.go fix: upload from local image generates broken command (#98) 2025-05-09 21:22:24 +00:00
client_test.go fix: upload from local image generates broken command (#98) 2025-05-09 21:22:24 +00:00
doc.go feat: documentation and cleanup command 2024-05-04 22:13:33 +02:00
doc_test.go fix: upload from local image generates broken command (#98) 2025-05-09 21:22:24 +00:00
go.mod chore(deps): update dependency go to v1.24.3 (#91) 2025-05-09 16:03:07 +02:00
go.sum chore(deps): update module golang.org/x/crypto to v0.37.0 (#72) 2025-05-04 00:49:36 +02:00