Skip to content

Releases: kubevirt/kubevirt-tekton-tasks

v0.3.0

16 Apr 07:15
da6e3be
Compare
Choose a tag to compare

Changes

  • adds wait-for-vmi-status task
  • cleanup-vm: fixes stop option

v0.2.1

01 Apr 10:43
c52b4da
Compare
Choose a tag to compare

Changes

  • add support for disk customization in create-vm tasks, fixes #45

v0.2.0

23 Mar 15:52
514df3e
Compare
Choose a tag to compare

Changes

  • adds disk-virt-sysprep task
  • small enhancements

v0.1.0

15 Mar 13:25
89392bf
Compare
Choose a tag to compare

Introduces KubeVirt-specific Tekton tasks, which focus on:

Creating and managing resources (VMs, DataVolumes)

  • create-vm-from-manifest
  • create-vm-from-template
  • create-datavolume-from-manifest
  • generate-ssh-keys

Executing commands in VMs

  • execute-in-vm
  • cleanup-vm

Manipulating disk images with libguestfs tools

  • disk-virt-customize