Skip to content

Tags: tpjg/ops

Tags

v0.1.43-tg3

Toggle v0.1.43-tg3's commit message
Add UserData feature

Adds a "UserData" field to the ProviderConfig. For supported provider
(most of the cloud providers) this allows serving userdata to the
instance.

v0.1.43-tg2

Toggle v0.1.43-tg2's commit message
Fix DO image creation

- Digital ocean only accepts images with certain extensions (such as
.qcow), add . in imagename; - Images may not be publicly shared, create
a pre-signed URL, it gets used immediately so no long lived URL is
needed.